OpenMM-Torch 1.1
This release brings support for PyTorch 2 (#106) and CUDA Graphs (#103).
This release can be installed from conda-forge:
conda install -c conda-forge openmm-torch=1.1
What's Changed
- Attempt at fixing SWIG issues by @peastman in #96
- Add a constructor to TorchForce that takes a torch::jit::Module by @RaulPPelaez in #97
- Use Ubuntu-22 instead of deprecated Ubuntu 18 in CI by @RaulPPelaez in #105
- Making TorchForce CUDA-graph aware by @RaulPPelaez in #103
- Torch2 compatibility by @RaulPPelaez in #106
New Contributors
- @RaulPPelaez made their first contribution in #97
Full Changelog: v1.0...v1.1