diff --git a/CHANGES.rst b/CHANGES.rst index d0e278fc7b..193e5bc08c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,9 @@ - (Hotfix) keymap error when displaying GUIs - Added support for more NOT/ALFOSC grisms as well as NOT recommended standards - Implemented the SOAR/Goodman (blue) M1 only +- New docs on OneSpec +- Modify install notes to allow python 3.10; python3.8 not longer explicitly supported +- Allow for bad orders during extraction (without crashing) 1.12.0 (31 Jan 2023) -------------------- @@ -33,9 +36,6 @@ - Parse Keck/NIRES dither patterns, similar to MOSFIRE - Introduce BitMaskArray class to ease use of bitmasks - Fixed memory hogging by matplotlib when using version >= 3.6.1 -- New docs on OneSpec -- Modify install notes to allow 3.10 -- Allow for bad orders during extraction (without crashing) 1.11.0 (21 Oct 2022) -------------------- diff --git a/doc/releases/1.12.1.rst b/doc/releases/1.12.1.rst index b10f726bc6..f886a2108d 100644 --- a/doc/releases/1.12.1.rst +++ b/doc/releases/1.12.1.rst @@ -9,6 +9,12 @@ Instrument-specific Updates - Added support for more NOT/ALFOSC grisms as well as NOT recommended standards - Implemented the SOAR/Goodman (blue) M1 only +Minor Updates +------------- + +- Modify install notes to allow python 3.10; python3.8 not longer explicitly supported +- Allow for bad orders during extraction without crashing + Hotfixes -------- @@ -16,6 +22,6 @@ Hotfixes - Fixed bug that caused crash of sensfunc routines using telluric grids in offline processing - Fixed error when showing flats in Ginga when the fine correction is not performed - Fixed keymap error when displaying GUIs - +- New docs on OneSpec