Skip to content

Version 2.2.1

Compare
Choose a tag to compare
@olebole olebole released this 05 Apr 08:38
· 44 commits to main since this release
b9d714e

This is version 2.2.1 of PyRAF.

Aside from some minor cleanups, this fixes a lot of issues found after the release of version 2.2.0. Also, it removes the dependency from the stsci.tools Python package.

Changes

This list shows the pull requests that were merged since version 2.2.0

  • Set stacksize for macOS (32 bit) to unlimited as a workaround for older IRAF versions (#141)
  • Fix tab command line completion with empty input (#134)
  • Use same string precision for real parameters as in orginal CL (#133)
  • Copy relevant code from stsci.tools, remove dependency from this Python package (#129, #132)
  • Fix rounding to nearest int (#128)
  • Fix non-decimal number representation (#124)
  • Replace outdated "launchbrowser" method with Pythons "webbrowser" module (#123)
  • Extend tests (#122, #126)
  • Use StringIO instead of temporary files (#121)
  • Replace outdated "describe" implementation with a call to Pythons inspect.signature (#120)
  • Handle non-ASCII Unicode and binary files on stdin/stdout/stderr(#119)
  • Fix Python 3 conversion bugs (#114, #116)
  • Restructure code to use without IRAF (#125)
  • Fix tests to be compatible to IRAF 2.17 and STSDAS (#111, #112, #118, #137, #138. #140)