Releases: spacetelescope/synphot_refactor
Releases · spacetelescope/synphot_refactor
1.4.0 Release Notes
Also see CHANGES.rst
.
What's Changed
- MNT: upgrade upload/download-artifact GitHub actions by @neutrinoceros in #370
- TST: filter_par.rst result is from numpy<2 by @pllim in #375
- add GitHub Actions to dependabot by @zacharyburnett in #377
- BUG/API: read_fits_spec now more flexible but at a cost by @pllim in #384
- MNT: numpy 2 and astropy 6.1 compat, bump minversions by @pllim in #387
New Contributors
- @neutrinoceros made their first contribution in #370
Full Changelog: 1.3.post...1.4.0
1.3.post Release Notes
Same as 1.3.0 but with Python 3.12 wheels on PyPI.
1.3.0 Release Notes
Also see CHANGES.rst
.
What's Changed
- remove unsupported
system_packages
RTD config setting by @zacharyburnett in #361 - MNT: NumPy 2.0 compatibility, other fixes by @pllim in #363
- TST: Bump checkout version and add Python 3.12 by @pllim in #365
- MNT: ptp was removed from the ndarray class in NumPy 2.0 by @pllim in #366
- TST: Fix devdeps by @pllim in #368
Full Changelog: 1.2.1...1.3.0
1.2.1 Release Notes
Also see CHANGES.rst
.
What's Changed
- remove usages of deprecated
codecov
package by @zacharyburnett in #354 - Compat with numpy 1.25 and doc compat with astropy v5.3 by @pllim in #356
Full Changelog: 1.2.0...1.2.1
1.2.0 Release Notes
Also see CHANGES.rst
What's Changed
- MNT: Stop using enable_deprecations_as_exceptions by @pllim in #325
- Drop Python 3.6 and 3.7, update test workflows by @pllim in #330
- Separate VEGAMAG and OBMAG by @pllim in #331
- Initial port of tynt to filter_parameterization subpackage by @pllim in #257
- Enforce little endian when reading Numpy test data file by @olebole in #336
- Remove AstroConda installation instructions by @ojustino in #338
- use canonical filename of RTD configuration and enable
nitpicky
mode by @zacharyburnett in #337 - MNT: Bump required deps, update workflows by @pllim in #341
- TST: Pin to tox<4 by @pllim in #343
- TST: Unpin tox by @pllim in #345
- Modifying Box1D model to allow step input by @dsavransky in #342
- Update license year by @pllim in #348
- Remove pytest-openfiles, fix unit string comparison in doctests by @pllim in #350
- Add OSX ARM64 wheel by @pllim in #352
New Contributors
- @olebole made their first contribution in #336
- @ojustino made their first contribution in #338
- @zacharyburnett made their first contribution in #337
- @dsavransky made their first contribution in #342
Full Changelog: 1.1.1...1.2.0
1.1.1 Release Notes
Compatibility with astropy
5.0. [#321]
1.1.0 Release Notes
1.0.1 Release Notes
Fix for conda
build. Does not affect functionalities. [#279]
1.0.0 Release Notes
0.3 Release Notes
SourceSpectrum
andSpectralElement
now haveto_spectrum1d
andfrom_spectrum1d
to write to and read fromspecutils.Spectrum1D
object, respectively. [#243]Observation
now acceptsspecutils.Spectrum1D
as a valid source spectrum input. [#246]- Dropped support for Python 3.5 and
astropy
2.x. This version is only compatible with Python 3.6 or later andastropy
3.x or later. [#243] - Added support for
RickerWavelet1D
model that is the renamed version ofMexicanHat1D
model to be consistent withastropy
4.0. [#250] - Added support for extinction curve from
dust-extinction
. [#251] - Added option for
synphot.utils.download_data()
to download to the cache instead of a specific location. Please note that new option is not fully compatible with customization usingsynphot.cfg
. [#211] - Added option to use analytic integral for some models. However, for backward compatibility, the default is still trapezoid integration. [#252]
- Trapezoid integration now provides unsigned area for
RickerWavelet1D
. [#252]