Skip to content

Commit

Permalink
Merge pull request #242 from cshanahan1/update-cl
Browse files Browse the repository at this point in the history
add change log entry for pr #216 and update change log for 1.5.0 release
  • Loading branch information
hpparvi authored Jan 16, 2025
2 parents 3ffe518 + 0ba7dd0 commit e0ac82a
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 e0ac82a

Please sign in to comment.