From cd6bd9af7313e58d0506f32d0669eb471707f9ba Mon Sep 17 00:00:00 2001 From: Steve Goldman <32876747+s-goldman@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:13:39 -0500 Subject: [PATCH] Added changelog entry. --- CHANGELOG.rst | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e90accba2..515af06dd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,10 +18,13 @@ number of the code change for that issue. These PRs can be viewed at: https://github.com/spacetelescope/drizzlepac/pulls -3.8.0 (unreleased) -================== +3.9.0 (16-Dec-2024) +=================== + +- **This version used by operations but does not generate HAP products (SVM/MVM).** + - Include a minimum RMS value for the SBC detector, as is done for the other - detectors, as there seems to be a lot of noise in the source catalogs due to + detectors, as there seems to be a lot of noise in the source catalogs due to a low detection threshold. [#1908] - Force an exit with a return code, KEYWORD_UPDATE_PROBLEM, in try/exception block @@ -29,7 +32,7 @@ number of the code change for that issue. These PRs can be viewed at: If the FITS header keywords are not properly updated, this can cause errors during CAOM ingest. [#1911] -- Introduce warnings for fits extensions with science data of all zeros, and ensure +- Introduce warnings for fits extensions with science data of all zeros, and ensure data with zeros in all science extensions are not processed. [#998] - Change to the algorithm which chooses which background determination algorithm to @@ -61,10 +64,16 @@ number of the code change for that issue. These PRs can be viewed at: defined by full paths rather than being in the current working directory. [#1835] +3.8.0 +===== + +- Version not released; internal testing only. + + 3.7.1.1 (1-Oct-2024) ==================== -- Improved S_REGION using simplify-polygon, eorions, and dilation. [#1323] +- Improved S_REGION using simplify-polygon, eorions, and dilation. [#1323] 3.7.1 (12-Aug-2024)