From 252ec6203c979f9714f62845aa77f277be0efc9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Pulido?= <2949729+ijpulidos@users.noreply.github.com> Date: Thu, 8 Jun 2023 12:53:24 -0400 Subject: [PATCH] Release 0.22.2 (#706) --- docs/releasehistory.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 =======================