From fc7183a367466ed711fb1cc916a1b1fa54943569 Mon Sep 17 00:00:00 2001 From: Tyler Pauly Date: Fri, 20 Dec 2024 12:52:50 -0500 Subject: [PATCH] prepare changelog for build release --- CHANGES.rst | 32 ++++++++++++++++++++++++++++++++ changes/306.apichange.rst | 2 -- changes/314.bugfix.rst | 1 - changes/318.bugfix.rst | 5 ----- changes/319.bugfix.rst | 1 - changes/321.bugfix.rst | 1 - 6 files changed, 32 insertions(+), 10 deletions(-) delete mode 100644 changes/306.apichange.rst delete mode 100644 changes/314.bugfix.rst delete mode 100644 changes/318.bugfix.rst delete mode 100644 changes/319.bugfix.rst delete mode 100644 changes/321.bugfix.rst diff --git a/CHANGES.rst b/CHANGES.rst index d8fa679f..896d9c8a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,35 @@ +1.11.0 (2024-12-20) +=================== + +Changes to API +-------------- + +- Add maximum_shower_amplitude parameter to MIRI cosmic rays showers routine + to fix accidental flagging of bright science pixels. (`#306 + `_) + + +Bug Fixes +--------- + +- Do not evaluate the inverse WCS transform within the bounding box in cases + where a resampled WCS is computed. Do not pass table columns to the WCS + Shared API. (`#314 `_) +- For `ramp_fitting`, the `CRMAG` element was not originally implemented in + the C-extension for ramp fitting. It is now implemented. A bug in the read + noise recalculation for CHARGELOSS when using the multiprocessing option has + been fixed. Further, in `JWST` regression tests have been added to test for + multiprocessing to ensure testing for anything that could affect + multiprocessing. (`#318 + `_) +- Update weight threshold calculation in outlier detection to work around numpy + bug that introduces small numerical differences for a mean of a masked array. + (`#319 `_) +- Change flagging of 'pre-saturation' grouped data to use DO_NOT_USE instead of + SATURATION flag to avoid confusing the snowball routine downstream. (`#321 + `_) + + 1.10.0 (2024-11-15) =================== diff --git a/changes/306.apichange.rst b/changes/306.apichange.rst deleted file mode 100644 index d04413a5..00000000 --- a/changes/306.apichange.rst +++ /dev/null @@ -1,2 +0,0 @@ -Add maximum_shower_amplitude parameter to MIRI cosmic rays showers routine -to fix accidental flagging of bright science pixels. diff --git a/changes/314.bugfix.rst b/changes/314.bugfix.rst deleted file mode 100644 index 589d75d8..00000000 --- a/changes/314.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Do not evaluate the inverse WCS transform within the bounding box in cases where a resampled WCS is computed. Do not pass table columns to the WCS Shared API. diff --git a/changes/318.bugfix.rst b/changes/318.bugfix.rst deleted file mode 100644 index 286be7e1..00000000 --- a/changes/318.bugfix.rst +++ /dev/null @@ -1,5 +0,0 @@ -For `ramp_fitting`, the `CRMAG` element was not originally implemented in -the C-extension for ramp fitting. It is now implemented. A bug in the read -noise recalculation for CHARGELOSS when using the multiprocessing option has -been fixed. Further, in `JWST` regression tests have been added to test for -multiprocessing to ensure testing for anything that could affect multiprocessing. diff --git a/changes/319.bugfix.rst b/changes/319.bugfix.rst deleted file mode 100644 index 0fd87fd4..00000000 --- a/changes/319.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Update weight threshold calculation in outlier detection to work around numpy bug that introduces small numerical differences for a mean of a masked array. diff --git a/changes/321.bugfix.rst b/changes/321.bugfix.rst deleted file mode 100644 index cc087d1f..00000000 --- a/changes/321.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Change flagging of 'pre-saturation' grouped data to use DO_NOT_USE instead of SATURATION flag to avoid confusing the snowball routine downstream.