v1.10.0
New Features
-
wcs1d-fits
loader now reads and writes celestial components of
of multi-dimensional WCS, and handlesmask
anduncertainty
attributes. [#1009] -
Added support for reading from files with flux in counts. [#1018]
Bug Fixes
-
Fixed
SpectralAxis.with_observer_stationary_relative_to
to actually
return the updated spectral axis. [#992] -
Fixed region extraction for axes/regions in units of
u.pix
. [#1001] -
tabular-fits
writer now properly converts uncertainties toStdDevUncertainty
if needed. [#1027] -
Fix bug in
fit_lines
which gave unexpected outputs from theget_fit_info
andignore_units
keyword arguments. [#1030] -
Fix SNR calculations with both masks and regions. [#1044]
Other Changes and Additions
-
Added some basic documentation for
Spectrum1D.write
. [#1017] -
JWST s2d and s3d readers now requires the optional dependency,
stdatamodels
,
which user has to install separately. [#1038] -
ASDF tag for Spectrum1D is now compatible with ASDF v3.
As a result, minversion ofasdf
has been bumped to 2.14.
Redundant ASDF schema forSpectralCoord
is removed.
It also now supportsmask
serialization. [#1042, #1053] -
JWST X1D reader will no longer raise a
UnitWarning
for surface brightness
error. [#1050]