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.13.0 (unreleased )
1
+ 1.13.0 (2024-02-19 )
2
2
-------------------
3
3
4
4
New Features
5
5
^^^^^^^^^^^^
6
6
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
+
7
16
Bug Fixes
8
17
^^^^^^^^^
9
18
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
+
10
23
- ``template_correlate `` no longer errors when used on a ``Spectrum1D `` that lacks an
11
24
``uncertainty `` array. [#1118]
12
25
13
26
- ``with_spectral_unit `` has been changed to ``with_spectral_axis_unit `` and actually works
14
27
now. [#1119]
15
28
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
+
16
32
- Fixed numpy error when printing a ``Spectrum1D `` object. [#1123]
17
33
18
34
Other Changes and Additions
19
35
^^^^^^^^^^^^^^^^^^^^^^^^^^^
20
36
37
+ - Made a couple small updates to developer docs. [#1110, #1112]
38
+
21
39
- Updated the format of ``Spectrum1D.__str__ `` and ``Spectrum1D.__repr__ ``. [#1123]
22
40
23
41
1.12.0 (2023-10-17)
You can’t perform that action at this time.
0 commit comments