Skip to content

Commit e0ac82a

Browse files
authored
Merge pull request #242 from cshanahan1/update-cl
add change log entry for pr #216 and update change log for 1.5.0 release
2 parents 3ffe518 + 0ba7dd0 commit e0ac82a

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGES.rst

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1.5.0 (unreleased)
1+
1.5.1 (unreleased)
22
------------------
33

44
New Features
@@ -10,6 +10,24 @@ API Changes
1010
Bug Fixes
1111
^^^^^^^^^
1212

13+
Other changes
14+
^^^^^^^^^^^^^
15+
16+
1.5.0 (2024-01-16)
17+
------------------
18+
19+
New Features
20+
^^^^^^^^^^^^
21+
- Added the ``mask_treatment`` parameter to Background, Trace, and Boxcar Extract
22+
operations to handle non-finite data and boolean masks. Choice of ``filter``,
23+
``omit``, or ``zero-fill``. [#216]
24+
25+
API Changes
26+
^^^^^^^^^^^
27+
28+
Bug Fixes
29+
^^^^^^^^^
30+
1331
- Fixed Astropy v7.0 incompatibility bug in ``tracing.FitTrace``: changed to use
1432
``astropy.modeling.fitting.DogBoxLSQFitter`` when fitting a Gaussian peak model instead of
1533
``astropy.modeling.fitting.LevMarLSQFitter`` that may be deprecated in the future. Also

0 commit comments

Comments
 (0)