Skip to content

Commit 47c2968

Browse files
committed
Update changelog for 1.13.0 release
1 parent 0b7098d commit 47c2968

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,23 +1,41 @@
1-
1.13.0 (unreleased)
1+
1.13.0 (2024-02-19)
22
-------------------
33

44
New Features
55
^^^^^^^^^^^^
66

7+
- Added SDSS-V file format readers. [#1107]
8+
9+
- Switched from using ``numpy.correlate`` to ``scipy.signal.correlate`` in ``template_correlate``
10+
and enabled passing through the ``method`` argument. [#1114]
11+
12+
- Added DESI file format readers. [#1116]
13+
14+
- Added ``truncate`` option for resampler and template correlation extrapolation treatment. [#1121]
15+
716
Bug Fixes
817
^^^^^^^^^
918

19+
- SDSS reader now properly exposes the ``spPlate_identify`` and ``spPlate_loader`` functions. [#1097]
20+
21+
- Masks now round-trip through tabular-fits reader/write. [#1104]
22+
1023
- ``template_correlate`` no longer errors when used on a ``Spectrum1D`` that lacks an
1124
``uncertainty`` array. [#1118]
1225

1326
- ``with_spectral_unit`` has been changed to ``with_spectral_axis_unit`` and actually works
1427
now. [#1119]
1528

29+
- Template correlation functions now truncate to overlapping region to avoid NaNs in normalization
30+
when spectrum and template have non-overlapping regions. [#1121]
31+
1632
- Fixed numpy error when printing a ``Spectrum1D`` object. [#1123]
1733

1834
Other Changes and Additions
1935
^^^^^^^^^^^^^^^^^^^^^^^^^^^
2036

37+
- Made a couple small updates to developer docs. [#1110, #1112]
38+
2139
- Updated the format of ``Spectrum1D.__str__`` and ``Spectrum1D.__repr__``. [#1123]
2240

2341
1.12.0 (2023-10-17)

0 commit comments

Comments
 (0)