0.23.0
0.23.0 - latest numba support and real time stats enhancements
Please note that there is an API breaking change. To ensure consistency of the data when appending real time stats make sure that you make the online_analysis_interval
of your MultiStateSampler
object match the checkpoint_interval
of your MultiStateReporter
. It will error if this is not the case.
Enhancements
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)
Full Changelog: 0.22.1...0.23.0