Skip to content

Commit

Permalink
corrected changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya292002 committed Feb 23, 2024
1 parent 2a9e77b commit 6ef4f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Changes
* As per NEP29, the minimum version of numpy has been raised to 1.23.
We have opted to pin to 1.23.2 to ensure the same minimum numpy version
is used from python 3.9 to 3.11 (Issue #4401, PR #4402)
* updated tests that used assert_almost_equal(..., decimal={N}) with equivalent assert_allclose(... rtol=0, atol=1.5e-{N}) (issue modernize testing code #3743, PR Replaced numpy.testing.assert_almost_equal to numpy.testing.assert_allclose #4438)

Deprecations
* The MDAnalysis.analysis.waterdynamics module has been deprecated in favour
Expand Down

0 comments on commit 6ef4f2c

Please sign in to comment.