diff --git a/docs/releasehistory.rst b/docs/releasehistory.rst index 5a8aa1ff..4a3ae4bc 100644 --- a/docs/releasehistory.rst +++ b/docs/releasehistory.rst @@ -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 `_). +- Bug in replica mixing in MPI multi-GPU runs--where some replicas were simulated in incorrect states--was fixed (`#449 `_) & (`#562 `_). +- Velocities are now stored in the checkpoint file to eliminate issue with "cold restart". Fixes issue `#531 `_ (`#555 `_). +- Documentation now correctly builds via CI. Fixes issue `#548 `_ (`#554 `_). +- Failing windows CI (issue `#567 `_) is fixed. (`#573 `_) + +Enhancements +------------ +- Real time MBAR analysis and timing information is now produced in yaml format at user-specified intervals (`#565 `_), (`#561 `_) & (`#572 `_). +- Information of what CUDA devices are available is now provided in log output (`#570 `_). +- Replica exchanges are now attempted during equilibration phase to enhance mixing (`#556 `_). +- An example of resuming a MultiStateSampler simulation using API is now provided (`#569 `_) + 0.21.2 - Bugfix release =======================