Skip to content

Releases: openforcefield/openff-nagl

Version 0.4.0

22 Jul 06:05
00cca08
Compare
Choose a tag to compare

This version adds lookup tables to GNNModels. This version should be backwards-compatible with previous NAGL models constructed without a lookup table.

What's Changed

New Contributors

Full Changelog: v0.3.8...v0.4.0

Version 0.3.8

11 Apr 13:51
10c2555
Compare
Choose a tag to compare

This version drops pyarrow and rich as core dependencies. It also removes Python 3.9 support.

What's Changed

Full Changelog: v0.3.7...v0.3.8

Version 0.3.7

05 Apr 10:42
7fb191c
Compare
Choose a tag to compare

This version improves performance of inference on larger molecules, both with and without DGL installed.

What's Changed

Full Changelog: v0.3.6...v0.3.7

Version 0.3.6

22 Mar 08:08
dab0350
Compare
Choose a tag to compare

This patch release fixes a typing error when generating conformers with RDKit.

What's Changed

Full Changelog: v0.3.5...v0.3.6

Version 0.3.5

21 Mar 11:49
7cbbc7f
Compare
Choose a tag to compare

This patch release adds fixes to documentation.

What's Changed

Full Changelog: v0.3.4...v0.3.5

Version 0.3.4

21 Mar 11:48
ffce46e
Compare
Choose a tag to compare

This patch release fixes typing and compatibility with DGL 2.0, as well as adding in support for SLURM workers in batch distribution.

What's Changed

Full Changelog: v0.3.3...v0.3.4

Version 0.3.3

22 Dec 01:07
759f6dc
Compare
Choose a tag to compare

This is a patch release to fix Issue #69, where the OpenEye toolkit was still being called despite not being available.

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

Version 0.3.2

26 Oct 06:14
64f9c25
Compare
Choose a tag to compare

This minor patch version fixes an issue where using NAGL ignored warnings globally (Issue #64), and also turns off warnings capture in general now that the OpenFF toolkit version 0.14.4 no longer generates spurious warnings.

What's Changed

Full Changelog: v0.3.1...v0.3.2

Version 0.3.1

08 Sep 08:30
3a7acc1
Compare
Choose a tag to compare

This version is a minor update that removes all top-level OpenFF toolkit imports to avoid recursion errors when adding NAGL to the toolkit GLOBAL_TOOLKIT_REGISTRY.

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Aug 03:37
db76183
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.3...v0.3.0