From af5aefb9ae7c5e636e4224e7a9559f424622ba45 Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 21 Mar 2024 11:23:38 -0400 Subject: [PATCH] add changelog --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 2e0e3e76..8057aed4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -38,6 +38,11 @@ ramp_fitting they would yield wrong results for integrations with more than 256 groups. [#251] +- Use ``sqrtf`` instead of ``sqrt`` in ols_cas22 ramp fitting with + jump detection to avoid small numerical errors on different systems + due to a cast to/from double. [#252] + + Other ----- @@ -48,6 +53,10 @@ jump when the number of groups is above a threshold, use single pass outlier flagging rather than the iterative flagging. [#242] +- Use ``sqrtf`` instead of ``sqrt`` in ols_cas22 ramp fitting with + jump detection to avoid small numerical errors on different systems + due to a cast to/from double. [#252] + 1.6.1 (2024-02-29) ==================