Skip to content

Commit

Permalink
add change log entry for pr astropy#216 and update change log for 1.5…
Browse files Browse the repository at this point in the history
….0 release
  • Loading branch information
cshanahan1 committed Jan 16, 2025
1 parent 3ffe518 commit 0ba7dd0
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1.5.0 (unreleased)
1.5.1 (unreleased)
------------------

New Features
Expand All @@ -10,6 +10,24 @@ API Changes
Bug Fixes
^^^^^^^^^

Other changes
^^^^^^^^^^^^^

1.5.0 (2024-01-16)
------------------

New Features
^^^^^^^^^^^^
- Added the ``mask_treatment`` parameter to Background, Trace, and Boxcar Extract
operations to handle non-finite data and boolean masks. Choice of ``filter``,
``omit``, or ``zero-fill``. [#216]

API Changes
^^^^^^^^^^^

Bug Fixes
^^^^^^^^^

- Fixed Astropy v7.0 incompatibility bug in ``tracing.FitTrace``: changed to use
``astropy.modeling.fitting.DogBoxLSQFitter`` when fitting a Gaussian peak model instead of
``astropy.modeling.fitting.LevMarLSQFitter`` that may be deprecated in the future. Also
Expand Down

0 comments on commit 0ba7dd0

Please sign in to comment.