diff --git a/docs/releasehistory.rst b/docs/releasehistory.rst index a21e0d534..89abc4eb4 100644 --- a/docs/releasehistory.rst +++ b/docs/releasehistory.rst @@ -7,6 +7,8 @@ Release History Bugfixes -------- - A bug in the multistate samplers where``logsumexp`` was imported from ``scipy.misc`` (now in ``scipy.special``) was fixed (`#423 `_). +- Improve the robustness of opening the netcdf file on resuming of the multi-state samplers by setting the environment variable HDF5_USE_FILE_LOCKING to FALSE after 4 failed attempts (`#426 `_). +- Fixed a crash during exception handling (`#426 `_). Other -----