Skip to content

Commit 70ba3ba

Browse files
committed
Update changelog for 1.16.0 release
1 parent 3eb717d commit 70ba3ba

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGES.rst

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
1.16.0 (unreleased)
1+
1.16.0 (2024-08-08)
22
-------------------
33

4-
New Features
5-
^^^^^^^^^^^^
6-
74
Bug Fixes
85
^^^^^^^^^
96

107
- Arithmetic operations on ``Spectrum1D`` objects now preserve spectral axis values that
118
were updated by setting redshift or radial velocity. [#1158]
129

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+
1316
Other Changes and Additions
1417
^^^^^^^^^^^^^^^^^^^^^^^^^^^
1518

@@ -20,6 +23,8 @@ Other Changes and Additions
2023
``store_data_header=True``. The writer is taking a corresponding option
2124
for saving ``meta['header']`` to either primary or data extension headers. [#1113]
2225

26+
- Improved documentation for readers/writers. [#1152, #1157]
27+
2328
1.15.0 (2024-05-01)
2429
-------------------
2530

0 commit comments

Comments
 (0)