Releases: spacetelescope/synphot_refactor
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]
0.2.1 Release Notes
0.2.0 Release Notes
0.1.3 Release Notes
0.1.2 Release Notes
Bug fix for GaussianFlux1D
total_flux
unit handling. [#154]
0.1.1 Release Notes
Bug fix release for 0.1. Contains fix for integrated flux unit.
0.1 Release Notes
This is the first non-beta release and also the last release to support Python 2.
Fourth beta release for 0.1
Future-proof for Astropy v2.
Third beta release
Redshift now has the option to conserve flux. Implemented Lyman-alpha extinction based on Madau et al. 1995. Added tutorial for spectrum fitting and equivalent width. Replaced clobber
keyword with overwrite
for FITS I/O to avoid deprecation warnings. Re-implemented __div__
for Python 2 compatibility (it is same as __truediv__
). Minor documentation updates.
Second beta release
Documentation completed. Minor API improvements based on lessons learned while writing the documentation. Empirical model now compatible with new tabular model in Astropy 1.3. Implemented support for division between spectrum objects (this is not available in ASTROLIB PYSYNPHOT).