diff --git a/docs/releasehistory.rst b/docs/releasehistory.rst index c646e784..9634ad21 100644 --- a/docs/releasehistory.rst +++ b/docs/releasehistory.rst @@ -1,6 +1,20 @@ Release History *************** +0.22.2 - Bugfix release +======================= + +Enhancements +------------ +- Running with NVIDIA GPUs in Exclusive Process mode now raises a warning (issue `#697 `_, PR `#699 `_) + +Bugfixes +-------- +- Fix metadata for netcdf files, specifying openmmtools for the ``program`` metadata (issue `#694 `_, PR `#704 `_). +- Real time statistics YAML file gets appended instead of overwritten when extending or resumimng simulations (issue `#691 `_, PR `#692 `_). +- Error when resuming simulations with numba 0.57 fixed by avoiding using ``numpy.MaskedArray`` when deserializing ``.nc`` files (issue `#700 `_, PR `#701 `_) + + 0.22.1 - Bugfix release =======================