Skip to content

Commit

Permalink
Prepare changelog for 1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Apr 5, 2023
1 parent d9b0a13 commit 0ff2378
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,34 @@
1.10.0 (unreleased)
1.10.0 (2023-04-05)
-------------------

New Features
^^^^^^^^^^^^

- ``wcs1d-fits`` loader now reads and writes celestial components of
of multi-dimensional WCS, and handles ``mask`` and ``uncertainty``
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 to ``StdDevUncertainty``
if needed. [#1027]

- Fix bug in ``fit_lines`` which gave unexpected outputs from the ``get_fit_info``
and ``ignore_units`` keyword arguments [#1030]
and ``ignore_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]
Expand Down

0 comments on commit 0ff2378

Please sign in to comment.