From eb8528c21e0ffbbdec89f5e1d7323425850d3b69 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Fri, 5 Jul 2024 15:25:57 -0400 Subject: [PATCH] freeze change log for release --- CHANGES.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 00b16791..57c7545a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -1.7.3 (unreleased) +1.7.4 (unreleased) ================== General @@ -14,17 +14,20 @@ Changes to API Bug Fixes --------- -ramp_fitting -~~~~~~~~~~~~ +- -- Fix bugs in the C algorithm Poisson variance calculation when provided with - an average dark current. [#269] +1.7.3 (2024-07-05) +================== -======= +Bug Fixes +--------- ramp_fitting ~~~~~~~~~~~~ +- Fix bugs in the C algorithm Poisson variance calculation when provided with + an average dark current. [#269] + - When OLS_C was selected as the ramp fitting algorithm with multiprocessing, the C extension was not called. The old python code was called. This bug has been fixed, so the C extension is properly run when selecting multiprocessing. [#268]