Skip to content

Commit

Permalink
Release 0.21.3 changelog (#574)
Browse files Browse the repository at this point in the history
* Improved changelog with suggestions.

Co-authored-by: Mike Henry <[email protected]>
  • Loading branch information
ijpulidos and mikemhenry authored Apr 15, 2022
1 parent 178b8ea commit 870d81a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/releasehistory.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
Release History
***************

0.21.2 - Bugfix release
0.21.3 - Bugfix release
=======================

Bugfixes
--------
- Fixed bug with samplers not broadcasting mixed replicas to MPI context (`#449 <https://github.com/choderalab/openmmtools/pull/449>`_).
- Bug in replica mixing in MPI multi-GPU runs--where some replicas were simulated in incorrect states--was fixed (`#449 <https://github.com/choderalab/openmmtools/pull/449>`_) & (`#562 <https://github.com/choderalab/openmmtools/pull/562>`_).
- Velocities are now stored in the checkpoint file to eliminate issue with "cold restart". Fixes issue `#531 <https://github.com/choderalab/openmmtools/issues/531>`_ (`#555 <https://github.com/choderalab/openmmtools/pull/555>`_).
- Documentation now correctly builds via CI. Fixes issue `#548 <https://github.com/choderalab/openmmtools/issues/548>`_ (`#554 <https://github.com/choderalab/openmmtools/pull/554>`_).
- Failing windows CI (issue `#567 <https://github.com/choderalab/openmmtools/issues/567>`_) is fixed. (`#573 <https://github.com/choderalab/openmmtools/pull/573>`_)

Enhancements
------------
- Real time MBAR analysis and timing information is now produced in yaml format at user-specified intervals (`#565 <https://github.com/choderalab/openmmtools/pull/565>`_), (`#561 <https://github.com/choderalab/openmmtools/pull/561>`_) & (`#572 <https://github.com/choderalab/openmmtools/pull/572>`_).
- Information of what CUDA devices are available is now provided in log output (`#570 <https://github.com/choderalab/openmmtools/pull/570>`_).
- Replica exchanges are now attempted during equilibration phase to enhance mixing (`#556 <https://github.com/choderalab/openmmtools/pull/556>`_).
- An example of resuming a MultiStateSampler simulation using API is now provided (`#569 <https://github.com/choderalab/openmmtools/pull/569>`_)


0.21.2 - Bugfix release
=======================
Expand Down

0 comments on commit 870d81a

Please sign in to comment.