From 4bee13694d22e1a5da5d6e224a0b1c776849b60a Mon Sep 17 00:00:00 2001 From: Riley Thai Date: Sun, 13 Oct 2024 09:28:59 +1100 Subject: [PATCH] add: changelog -> CHANGES.rst - three points outlining changes listed in PR as per #1185 --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 7b0dd3146..af3ca4290 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,12 +10,18 @@ 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] + 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) -------------------