Skip to content

Releases: openforcefield/openff-nagl

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

Version 0.3.0, release candidate 1

13 Aug 23:24
43f3d8a
Compare
Choose a tag to compare
Pre-release

This is a major release with API breaks from version 0.2.x. This release introduces:

  • creation of GNNModels and the training set up (TrainingGNNModel, DataConfig, OptimizerConfig) from configuration classes that can be read from YAML
  • more specific creation that requires each layer to be specified fully
  • multiple-objective losses, with pre-defined targets for charge RMSE, dipole moments, and ESPs
  • metric options, e.g. RMSE, MAE
  • lazy loading of data for data that's too large to fit into memory
  • library-agnostic data in the form of Arrow datasets
  • additional labelling functions to create Arrow datasets

What's Changed

New Contributors

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

Version 0.2.3

13 Aug 08:39
6fd3949
Compare
Choose a tag to compare
Version 0.2.3 Pre-release
Pre-release

This is a minor update of 0.2.2 with additional documentation and fixing Versioneer.

What's Changed

Full Changelog: v0.2.2...v0.2.3

Version 0.2.2

29 Mar 05:49
097a270
Compare
Choose a tag to compare
Version 0.2.2 Pre-release
Pre-release

Warning: This is working scientific code that is not production-ready. The API is unstable and likely to change in the future.

This release fixes a bug from v0.2.1 where different architectures gave different results in model inference. It also adds documentation and save/load functions.

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.2

Version 0.2.1

01 Mar 22:50
Compare
Choose a tag to compare
Version 0.2.1 Pre-release
Pre-release

This is a patch release version for 0.2.1.

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Feb 03:11
a2aade0
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

  • Minor bug fixes
  • Non-user-facing modules made private
  • Refactored so that DGL is not necessary for model inference

Warning: This is working scientific code that is not production-ready. The API is unstable and likely to change in the future.

Full Changelog: v0.1.0...v0.2.0

v0.2.0-alpha.1

03 Jan 23:16
140dcf2
Compare
Choose a tag to compare
v0.2.0-alpha.1 Pre-release
Pre-release

Changes:

  • adds some client utilities
  • adds some unit tests
  • adds a GIN structure

Warning: This is working scientific code that is not production-ready. The API is unstable and likely to change in the future.

Full Changelog: https://github.com/openforcefield/openff-nagl/commits/v0.2.0-alpha.1