Skip to content

Releases: openforcefield/openff-nagl

Version 0.5.1

22 Jan 20:33
2bc95a0
Compare
Choose a tag to compare

This new release of NAGL fixes a bug in which charges could not be applied to some large molecules and includes some developer-facing tooling and automation improvements.

What's Changed

Full Changelog: v0.5.0...v0.5.1

Version 0.5.0

14 Nov 00:34
98dd835
Compare
Choose a tag to compare

This new release of NAGL adds support for single-atoms and ions, fixes some normalization issues, and swaps the order of validating molecules so that a lookup table is checked before any validation.

Warning: this will change the behaviour of previous models, as previous molecules that would have been broken (e.g. C=[Cl+]) are now found in the lookup table.

What's Changed

Full Changelog: v0.4.0...v0.5.0

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