This is a bugfix release were the most important bug fixes are in the scanf function, the parameter set handling and NumPy 2 compliance. Also, the default IRAF search path was extended to cover homebrew IRAF installations.
What's Changed
- Bump actions/checkout from 5 to 6 in /.github/workflows by @dependabot[bot] in #186
- Fix imexam on NumPy 2 by @jehturner in #188
- Fix conversion of octal ints and ints starting with '0' in scanf by @olebole in #190
- Extend the list of standard IRAF install paths by Homebrew by @olebole in #187
- Fix some imexam cursor problems by @olebole in #191
- Fix parsing integers with defined length by @olebole in #195
- scanf.py: allow empty strings for %s format option by @olebole in #197
- Fix imexam on NumPy 1 by @jehturner in #198
- Fix the use of Pset arguments when calling a task in PyRAF CL by @olebole in #193
Full Changelog: v2.2.3...v2.2.4