Version 2.2.0
This is the first PyRAF version maintained by the iraf-community organization, which is a community effort to keep IRAF available after the end of NOAO and STScI support. Consider contributing by reporting bugs, fixing them, or improving the software!
This version drops Python 2 support and applies many bug fixes, modernizations and other improvements. The code cache support for Python 3 is fixed, resulting in a huge speed improvement.
Changes
This list shows the pull requests that were merged since the STScI version 2.1.16
- Convert tutorial into ReStructuredText and update it (#100)
- Reorganize PyRAF script (#90)
- Don't use deprecated types from numpy (#87)
- Fix code cache support on Python 3 (#82, #97, #101)
- Remove Python 2 support (#81)
- Switch to setuptools (#78, #84, #91)
- Enable and extend CI tests on Github (#76, #79, #85, #94, #95)
- Improve Python 3 compatibility and code style (#75, #77, #83, #89, #92, #93, #96)
- Replace function calls that were removed in current matplotlib versions (#73)
- Remove references to STScI (#66, #69, #74)