Skip to content

Commit

Permalink
Update changelog for 1.11.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Jun 16, 2023
1 parent 148e610 commit e97bc50
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
1.11.0 (Unreleased)
1.11.0 (2023-06-16)
-------------------

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

- ``wcs1d-fits`` loader now reads and writes boolean masks. [#1051]

Bug Fixes
^^^^^^^^^
- Reimplementation of FluxConservingResampler. It is now faster and yields more accurate results. [#1060]

- Fixed uncertainty calculations in centroid and gaussian width functions, also added an option
to use an ``astropy.uncertainty`` distribution instead of the analytic solution. [#1057]

Other Changes and Additions
^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Drastically improved performance of region extraction. [#1048]

- When creating a Spectrum1D object, it is enforced that the spectral axis is sorted and either
strictly increasing or decreasing. [#1061]

Expand Down

0 comments on commit e97bc50

Please sign in to comment.