From 4d44cd82e8e40121ea8ec511bf072c32aa38324b Mon Sep 17 00:00:00 2001 From: Howard Bushouse Date: Tue, 21 Nov 2023 15:23:06 -0500 Subject: [PATCH] Update CHANGES.rst to make it more obvious which versions of ramp fitting have been updated. (#234) Update CHANGES.rst --- CHANGES.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c192ad9b..96937d64 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,13 +24,13 @@ ramp_fitting - Refactor Casertano, et.al, 2022 uneven ramp fitting and incorporate the matching jump detection algorithm into it. [#215] -- Fix memory issue with uneven ramp fitting [#226] +- Fix memory issue with Cas22 uneven ramp fitting [#226] -- Fix some bugs in the jump detection algorithm [#227] +- Fix some bugs in the jump detection algorithm within the Cas22 ramp fitting [#227] - Moving some CI tests from JWST to STCAL. [#228, spacetelescope/jwst#6080] -- Significantly, improve the performance of the uneven ramp fitting algorithm. [#229] +- Significantly improve the performance of the Cas22 uneven ramp fitting algorithm. [#229] Changes to API --------------