You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.