Skip to content

0.24.1 - Bugfix release

Compare
Choose a tag to compare
@andrrizzi andrrizzi released this 01 Jun 15:37
· 134 commits to master since this release
3a2856b

Bugfixes

  • Fixed import of logsumexp() which was moved from scipy.misc to scipy.special (#1162).
  • Fixed a bug in which validation of molecules and system file paths did not consider paths relative to the YAML script path (#1164).
  • 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 (#1168).
  • Fixed a bug causing a crash during exception handling (#1168).
  • Fixed a bug causing a crash in selftest.py when loading OpenEye (#1170).

Enhancements

  • The class yank.utils.TLeap can now create octahedral boxes. This is not exposed in the YAML script yet, however (#1160).