Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/releasehistory.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
Release History
***************

0.24.3
0.25.0
======

This release removes the requirement that the ``online_analysis_interval`` is a multiple of ``checkpoint_interval``. See `#799 <https://github.com/choderalab/openmmtools/pull/779>`_ for more details.

Enhancements
------------

- Remove the requirement that the ``online_analysis_interval`` is a multiple of ``checkpoint_interval``
- Removes the requirement that the ``online_analysis_interval`` is a multiple of ``checkpoint_interval``
- Issue a logger warning rather than raise a ``ValueError``
- Note that the real time analysis output file may contain redundant information after restoring from checkpoints that would result in the repeated calculation of a specific iteration index
- See `#799 <https://github.com/choderalab/openmmtools/pull/779>`_ for more details

0.24.2 - Numpy 2 support and FIRE minimization improvements
===========================================================
Expand Down
Loading