Skip to content

Commit 7b6e86c

Browse files
authored
Changelog for release 0.25.3 (#794)
1 parent 35f754e commit 7b6e86c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/releasehistory.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
Release History
22
***************
33

4+
0.25.3
5+
======
6+
7+
This release removes a numpy function deprecated in ``numpy 2.3``.
8+
9+
- Switch deprecated ``tostring`` numpy calls to ``tobytes``. PR `#793 <https://github.com/choderalab/openmmtools/pull/793>`_
10+
411
0.25.2
512
======
613
This release fixes a bug caused by the use of an incorrect API from the warnings module. The issue could trigger errors when retrying simulations that had previously resulted in temporary NaNs.
714

8-
- Revert to using ``warnings.warn``. PR `#790 <https://github.com/choderalab/openmmtools/pull/79>`_
15+
- Revert to using ``warnings.warn``. PR `#790 <https://github.com/choderalab/openmmtools/pull/790>`_
916

1017
0.25.1
1118
======

0 commit comments

Comments
 (0)