Skip to content

Releases: openmm/openmm-torch

OpenMM-Torch 0.4

28 Sep 15:59
bca1b1d
Compare
Choose a tag to compare

This release fixes an error that could cause incorrect force accumulation on the Reference platform.

What's Changed

  • Fix the force accumulation in the reference platform by @raimis in #46

Full Changelog: v.03...v0.4

OpenMM-Torch 0.3

29 May 16:37
76f55e7
Compare
Choose a tag to compare

This release fixes an error where serializing a TorchForce did not save all information.

What's Changed

  • Added missing information to serialization proxy by @peastman in #38

Full Changelog: v0.2...v.03

OpenMM-Torch 0.2

12 May 19:40
6472507
Compare
Choose a tag to compare

This release fixes an error in the Python API that prevented using global parameters.

What's Changed

New Contributors

Full Changelog: v0.1...v0.2

OpenMM-Torch 0.1

15 Jan 18:17
a3dca1d
Compare
Choose a tag to compare

This is the first official release. The code is fully functional and suitable for production use, but the API might change in the future.

What's Changed

  • Can run PyTorch calculations on GPU by @peastman in #1
  • Removed some obsolete code from build scripts by @peastman in #3
  • Added functions for casting by @peastman in #6
  • Renamed class and namespace by @peastman in #7
  • Created Python test by @peastman in #8
  • Fix a race condition by explicitly coping Torch forces by @raimis in #16
  • [BUGFIX] Synchronize CUDA context before force copying by @yaoyic in #17
  • README describes how to identify OpenMM directory by @peastman in #19

New Contributors

Full Changelog: https://github.com/openmm/openmm-torch/commits/v0.1