Skip to content

Releases: openmm/NNPOps

NNPOps 0.6

26 Jul 11:21
d15cb91
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5...v0.6

NNPOps 0.5

18 Apr 09:20
b63fc70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4...v0.5

NNPOps 0.4

03 Mar 11:35
16543f9
Compare
Choose a tag to compare

This release fixes a bug in the periodic boundary conditions in NNPOps.SymmetryFunctions.TorchANISymmetryFunctions and improves the build system.

What's Changed

  • Improve the build system to use find_package(Python) instead of find_package(PythonLibs) by @RaulPPelaez in #81
  • Fix a bug in the periodic boundary conditions in ANI SymmetryFunctions by @sef43 in #83

New Contributors

Full Changelog: v0.3...v0.4

NNPOps 0.3

12 Jan 16:12
8b2d427
Compare
Choose a tag to compare

This release brings the nearest neighbor operation NNPOps.neighbors.getNeighborPairs and a few bug fixes.

What's Changed

New Contributors

Full Changelog: v0.2...v0.3

NNPOps 0.2

03 Feb 16:58
b145a26
Compare
Choose a tag to compare

This release brings a full support of TorchANI via NNPOps.OptimizeTorchANI. Additionally, the PyTorch wrappers for the continuous-filter convolution (CFConv) operations have been implemented, which will be used to accelerate TorchMD-Net.

What's Changed

  • Optimization to SchNet by @peastman in #42
  • Fix the execution of ANISymmetryFunctions on a non-default CUDA stream by @raimis in #37
  • Move the TorchANI imports from the top level by @raimis in #45
  • Optimize EnergyShifter of TorchANI by @raimis in #38
  • Optimize SpeciesConverter of TorchANI by @raimis in #39
  • Optimize TorchANI by @raimis in #41
  • Enable CPU-only builds by @raimis in #48
  • Improve the wrapper of ANISymmetryFunctions by @raimis in #47
  • PyTorch wrapper for SchNet operations by @raimis in #40
  • Refactor the CUDA error check by @raimis in #49

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

NNPOps 0.1

05 Nov 10:23
6939536
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0...v0.1

NNPOps 0.0

07 Oct 09:53
24a6f7e
Compare
Choose a tag to compare

The first official release! It provides a minimal functionality to accelerate the ANI models from TorchANI.

What's Changed

New Contributors