Skip to content

Releases: spacetelescope/synphot_refactor

1.4.0 Release Notes

11 Apr 18:07
525adab
Compare
Choose a tag to compare

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

Full Changelog: 1.3.post...1.4.0

1.3.post Release Notes

28 Nov 20:36
1.3.post
Compare
Choose a tag to compare

Same as 1.3.0 but with Python 3.12 wheels on PyPI.

1.3.0 Release Notes

28 Nov 19:46
1.3.0
af799e3
Compare
Choose a tag to compare

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

01 Jun 21:08
1.2.1
Compare
Choose a tag to compare

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

20 Mar 20:22
c9016eb
Compare
Choose a tag to compare

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

Full Changelog: 1.1.1...1.2.0

1.1.1 Release Notes

18 Nov 20:13
1.1.1
Compare
Choose a tag to compare

Compatibility with astropy 5.0. [#321]

1.1.0 Release Notes

23 Jun 18:15
1.1.0
Compare
Choose a tag to compare
  • synphot.synphot_utils C-extension is no longer optional. Your installation will fail if it cannot build. [#297]
  • ~/.astropy/config/synphot.cfg is no longer updated on import. [#307]
  • Compatibility with numpy 1.20 and astropy 4.3. [#301, #309, #311]

1.0.1 Release Notes

03 Aug 17:05
1.0.1
9b57874
Compare
Choose a tag to compare

Fix for conda build. Does not affect functionalities. [#279]

1.0.0 Release Notes

31 Jul 18:52
1.0.0
411cc81
Compare
Choose a tag to compare
  • Default Vega is now alpha_lyr_stis_010.fits. [#266]
  • CDBS is now TRDS. [#278]

0.3 Release Notes

17 Mar 21:21
0.3
Compare
Choose a tag to compare
  • SourceSpectrum and SpectralElement now have to_spectrum1d and from_spectrum1d to write to and read from specutils.Spectrum1D object, respectively. [#243]
  • Observation now accepts specutils.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 and astropy 3.x or later. [#243]
  • Added support for RickerWavelet1D model that is the renamed version of MexicanHat1D model to be consistent with astropy 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 using synphot.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]