- Bumped minimum supported versions for Python to 3.10,
numpy
to 1.23,astropy
to 6.0, andscipy
to 1.9. [#201]
- Compatibility with
numpy
2.0. [#181] - Bumped minimum supported versions for Python to 3.9,
numpy
to 1.20,astropy
to 5.0,scipy
to 1.6, andsynphot
to 1.1. [#181]
- Dropped support for Python 3.6 and 3.7. Minimum supported Python version is now 3.8. [#161]
- Bumped minimum supported versions for
numpy
to 1.18,astropy
to 4.3, andscipy
to 1.3. [#167] - Bumped minimum supported version for
synphot
to 1. [#167]
This version is compatible with synphot
1.1.0.
- Compatibility with
astropy
4.3. [#128] ~/.astropy/config/stsynphot.cfg
is no longer updated on import. [#145]
- CDBS is TRDS now. [#121]
- This release works with
synphot
1.0.
- New
catalog.plot_phoenix
function to visualize the Phoenix catalog parameters. [#111] - Fix compatibility with Windows in regards to path handling. [#107]
- Fix a bug in
stio.get_latest_file
to recognize file in current directory. [#108] - Dropped support for Python 3.5. This package now requires Python 3.6 or
later. It also now requires
astropy
3 or later. [#109]
- Fix total flux unit handling for
em
spectrum generated fromparse_spec
. [#102] - Fix
.meta['expr']
value for normalized spectrum generated fromparse_spec
. [#102]
- Infrastructure update in accordance to Astropy APE 17. [#96]
- Removed Python 2 support. This version is only compatible with Python 3.5 or later. [#67]
- Compatibility with
astropy
4.0 models. [#81] - Invalid
pixscale
inthermback
calculation now raisesPixscaleNotFoundError
instead ofSynphotError
. [#88] - Invalid filename lookup by component in
tables
now raisesGraphtabError
instead ofSynphotError
. [#89]
- Raise error when catalog gap (e.g., Phoenix) is used in interpolation. [#48]
astropy-helpers
updated to v2.0.6. [#51]- Wavelength catalog updated for HST/COS. [#53]
- Added support for JWST/NIRISS path shortcut. [#55]
- Removed deprecation warning from
np.issubdtype
. [#56]
First release.