The version of stsci.tools can be identified using:
>>> import stsci.tools
>>> stsci.tools.__version__
The following notes provide some details on what has been revised for each version in reverse chronological order (most recent version at the top of the list).
- Dropped support Python 3.6 and 3.7. Minimum required version of Python is now 3.8. [#146]
- Minimum required version of
astropy
is now 5.0.4. [#146] - Compatibility with NumPy 2.0.dev and Python 3.12rc. [#153]
- Fixed unpickling of IrafPar. [#141]
- Removed Python 2 support. Python 3.6 or later is now required. [#121]
astropy
2 or later is now required. [#121]- Improved compatibility of the
bitmask
module withnumpy 1.21
. [#136]
- Update stpyfits to be compatible with astropy v3.2.1 [#101]
- Fixes a crash in TEAL when loading MDRIZTAB parameters in astrodrizzle [#95]
- Use raw string in regex in irafutils.csvSplit [#85]