diff --git a/CHANGES.rst b/CHANGES.rst index 00b16791e..57c7545a7 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]