From 53b0110bd084911762bf2976b89c97500a217b4f Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Tue, 10 Sep 2024 09:44:57 -0400 Subject: [PATCH] add change log entry for release --- CHANGES.rst | 22 ++++++++++++++++++++++ changes/275.general.rst | 2 -- changes/282.bugfix.rst | 1 - changes/285.bugfix.rst | 1 - 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 changes/275.general.rst delete mode 100644 changes/282.bugfix.rst delete mode 100644 changes/285.bugfix.rst diff --git a/CHANGES.rst b/CHANGES.rst index 81f22b813..40922f9bb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,25 @@ +1.8.2 (2024-09-10) +================== + +Bug Fixes +--------- + +- Implement byteorder swap method that is forward-compatible with numpy 2.0 in + jwst ramp_fitting. (`#282 + `_) +- [jump] Fix a logical bug in the jump step for usage of > vs >= per JP-3689. + (`#285 `_) + + +General +------- + +- [ramp_fitting] Moving the read noise recalculation due to CHARGELOSS flagging + from + the JWST ramp fit step code into the STCAL ramp fit C-extension. (`#275 + `_) + + 1.8.1 (2024-09-08) ================== diff --git a/changes/275.general.rst b/changes/275.general.rst deleted file mode 100644 index fea843e56..000000000 --- a/changes/275.general.rst +++ /dev/null @@ -1,2 +0,0 @@ -[ramp_fitting] Moving the read noise recalculation due to CHARGELOSS flagging from -the JWST ramp fit step code into the STCAL ramp fit C-extension. diff --git a/changes/282.bugfix.rst b/changes/282.bugfix.rst deleted file mode 100644 index d7394df4d..000000000 --- a/changes/282.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Implement byteorder swap method that is forward-compatible with numpy 2.0 in jwst ramp_fitting. \ No newline at end of file diff --git a/changes/285.bugfix.rst b/changes/285.bugfix.rst deleted file mode 100644 index 99fb769ab..000000000 --- a/changes/285.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -[jump] Fix a logical bug in the jump step for usage of > vs >= per JP-3689.