diff --git a/CHANGES.rst b/CHANGES.rst index 81f22b81..40922f9b 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 fea843e5..00000000 --- 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 d7394df4..00000000 --- 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 99fb769a..00000000 --- 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.