From 12a840af314dcf52c95084ecdc22b06a25d606f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pulido?= <2949729+ijpulidos@users.noreply.github.com> Date: Fri, 31 Jan 2025 13:59:57 -0500 Subject: [PATCH] Adding notes for new minor release --- docs/releasehistory.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/releasehistory.rst b/docs/releasehistory.rst index 49346cfa..73470ea8 100644 --- a/docs/releasehistory.rst +++ b/docs/releasehistory.rst @@ -1,6 +1,15 @@ Release History *************** +0.24.1 - Differential storage of positions and velocities +========================================================= + +Enhancements +------------ + +- ``MultiStateReporter`` now accepts variable position and velocity checkpointing intervals. Note that when resuming simulations users have to specify again the keyword arguments for the reporter (`Pull Request #767 `_). + + 0.24.0 - pyMBAR Behavior Changes + HIP Platform Added =====================================================