Skip to content

Version 1.9.2 Bugfix Release

Compare
Choose a tag to compare
@j-wags j-wags released this 24 Sep 19:49
· 81 commits to master since this release
78a48d0

Bugfixes since v1.9.1

Return OpenMM to being an optional dependency, and update all imports to new namespace (Jeff Wagner)

  • A bug was introduced in 1.9.1 which effectively made OpenMM a required dependency instead of an optional one. Additional import logic has been added to make it optional again.
  • The former simtk.openmm namespace will be deprecated in the future, so all imports now first attempt to load the new openmm namespace before falling back to the simtk one.

Re-enable TestLiquid_OpenMM (Lee-Ping Wang)

  • Enables two OpenMM tests that were unreasonably turned off at an earlier date.

Fix study 003d (Simon Boothroyd, Jeff Wagner, Lee-Ping Wang)

  • API changes in openff-evaluator had caused studies/003d_evaluator_liquid_bromine to begin failing. This has been updated to work with the new openff-evaluator API.