File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- 1.16.0 (unreleased )
1
+ 1.16.0 (2024-08-08 )
2
2
-------------------
3
3
4
- New Features
5
- ^^^^^^^^^^^^
6
-
7
4
Bug Fixes
8
5
^^^^^^^^^
9
6
10
7
- Arithmetic operations on ``Spectrum1D `` objects now preserve spectral axis values that
11
8
were updated by setting redshift or radial velocity. [#1158]
12
9
10
+ - Ensure supported dtype is passed to ``medfilt `` during smoothing. [#1156]
11
+
12
+ - Adjusted copy semantics for numpy 2 compatibility. [#1145]
13
+
14
+ - Fixed moment 0 calculation to sum flux*dx (rather than flux) to match ``line_flux ``. [#1141]
15
+
13
16
Other Changes and Additions
14
17
^^^^^^^^^^^^^^^^^^^^^^^^^^^
15
18
@@ -20,6 +23,8 @@ Other Changes and Additions
20
23
``store_data_header=True ``. The writer is taking a corresponding option
21
24
for saving ``meta['header'] `` to either primary or data extension headers. [#1113]
22
25
26
+ - Improved documentation for readers/writers. [#1152, #1157]
27
+
23
28
1.15.0 (2024-05-01)
24
29
-------------------
25
30
You can’t perform that action at this time.
0 commit comments