From 4ac7596e5c28cc210a6f8e0e7c8a43b4784884fb Mon Sep 17 00:00:00 2001 From: Zhiyi Wu Date: Sat, 18 May 2024 13:28:02 +0100 Subject: [PATCH] Update CHANGES Co-authored-by: Oliver Beckstein --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b2737048..02940a79 100644 --- a/CHANGES +++ b/CHANGES @@ -24,7 +24,8 @@ Changes `None` (start from all zeros) as this change provides a sizable speedup (PR #357) Enhancements - - `forward_backward_convergence` uses the bootstrap error when the statistical error is too large. (PR #357) + - `forward_backward_convergence` uses the bootstrap error when the statistical error + is too large. (PR #358) - `BAR` result is used as initial guess for `MBAR` estimator. (PR #357) - `forward_backward_convergence` uses the result from the previous step as the initial guess for the next step. (PR #357)