File tree 1 file changed +19
-1
lines changed
1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
- 1.5.0 (unreleased)
1
+ 1.5.1 (unreleased)
2
2
------------------
3
3
4
4
New Features
@@ -10,6 +10,24 @@ API Changes
10
10
Bug Fixes
11
11
^^^^^^^^^
12
12
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
+
13
31
- Fixed Astropy v7.0 incompatibility bug in ``tracing.FitTrace ``: changed to use
14
32
``astropy.modeling.fitting.DogBoxLSQFitter `` when fitting a Gaussian peak model instead of
15
33
``astropy.modeling.fitting.LevMarLSQFitter `` that may be deprecated in the future. Also
You can’t perform that action at this time.
0 commit comments