Skip to content

Releases: aiqm/torchani

TorchANI 0.6

10 May 18:26
4cec644

Choose a tag to compare

  • Fix bug of analytical stress of PBC (#221)
  • Add support for analytical hessian and vibrational analysis (#222)

TorchANI 0.5

30 Apr 18:27
32e00bf

Choose a tag to compare

  • Fix a bug on PBC (#214)
  • Add support for analytical stress (#218)

TorchANI 0.4.2

22 Apr 02:43
95c3206

Choose a tag to compare

  • Fix ase interface on GPU (#212)

TorchANI 0.4.1

14 Apr 13:48
077c12b

Choose a tag to compare

  • Further performance improvements (#202, #204, #205, #206,#207)
  • Use a stable API torch.unique_consecutive to replace the temporary unique in most recent nightly PyTorch (#209)

TorchANI 0.4

07 Apr 06:30
3553142

Choose a tag to compare

  • Rewrite AEVComputer to improve performance and reduce memory usage (#197)

Note that this release use a very new PyTorch operator torch.repeat_interleave and a very new temporary API torch._unique_dim2_temporary_will_remove_soon. Please make sure you update your nightly PyTorch before updating TorchANI. New version of TorchANI will be released when torch._unique_dim2_temporary_will_remove_soon is removed to make sure TorchANI always work with latest nightly PyTorch.

TorchANI 0.3.1

01 Mar 21:32
7f4f039

Choose a tag to compare

TorchANI 0.3

20 Feb 18:13
1b2faf4

Choose a tag to compare

  • Added ANI-1ccx model. (#167)
  • Added model zoo API. (#169)

TorchANI 0.2.2

08 Feb 20:03
74221a9

Choose a tag to compare

  • Fix a bug of ASE interface giving zero forces when box size is 0 (#165)
  • Some fixes on Windows (#161)
  • Fix docs about installation (#163)

TorchANI 0.2.1

20 Dec 03:43
7b41f85

Choose a tag to compare

Basically same as 0.2
Use bdist to deploy to PYPI to reduce package size

TorchANI 0.2

19 Dec 18:14
02cbf03

Choose a tag to compare

  • ASE interface
  • YAML constructor for NeuroChem Trainer
  • Version tag torchani.__version__