From 68ab81692ed35ee469216744693080d1ee3945b3 Mon Sep 17 00:00:00 2001 From: Zeb Engberg Date: Thu, 12 Dec 2024 10:53:32 -0700 Subject: [PATCH] tweak changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 595c9701..c072c7a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,7 @@ - Change the order of advected points returned by `DryAdvection` to be consistent with the input order at each time step. - Add the `RUF` ruleset for linting and formatting the codebase. - Update type hints for `numpy` 2.2 compatibility. Additional changes may be required after the next iteration of the `numpy` 2.2 series. -- Relax the tolerance passed into `scipy.optimize.newton` in `ps_nominal_grid` to avoid more convergence warnings. These warnings were more distracting than informative. +- Relax the tolerance passed into `scipy.optimize.newton` in `ps_nominal_grid` to avoid some convergence warnings. (These warnings were more distracting than informative.) ## v0.54.3