From 36afc8a022cb906d495b362cab9668e8975aa381 Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Tue, 5 Nov 2024 11:11:45 -0500 Subject: [PATCH] Move changelog for 1185 to correct section --- CHANGES.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b2b8c1673..389975585 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,9 +7,16 @@ New Features Bug Fixes ^^^^^^^^^ +- Fixed ``mwmVisit`` SDSS-V ``Spectrum1D`` and ``SpectrumList`` default loader + being unable to load files containing only BOSS instrument spectra. [#1185] + +- Fixed automatic format detection for SDSS-V ``SpectrumList`` default loaders. [#1185] + Other Changes and Additions ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- "Multi" loaders have been removed from SDSS-V ``SpectrumList`` default loaders. [#1185] + 1.18.0 (2024-10-16) ------------------- @@ -25,11 +32,6 @@ Bug Fixes - Fixed ``Spectrum1D.with_flux_unit()`` not converting uncertainty along with flux unit. [#1181] -- Fixed ``mwmVisit`` SDSS-V ``Spectrum1D`` and ``SpectrumList`` default loader - being unable to load files containing only BOSS instrument spectra. [#1185] - -- Fixed automatic format detection for SDSS-V ``SpectrumList`` default loaders. [#1185] - - Fixed extracting a spectral region when one of spectrum/region is in wavelength and the other is in frequency units. [#1187] @@ -40,8 +42,6 @@ Other Changes and Additions - Replaced ``LevMarLSQFitter`` with ``TRFLSQFitter`` as the former is no longer recommended by ``astropy``. [#1180] -- "Multi" loaders have been removed from SDSS-V ``SpectrumList`` default loaders. [#1185] - 1.17.0 (2024-10-04) -------------------