Skip to content

Releases: atomistic-machine-learning/schnetpack-gschnet

v1.1.0

03 Jul 16:43
11ce8ce
Compare
Choose a tag to compare

For this release, we refactored configurations and script names such that the training and generation can be invoked and configured more conveniently. The README has been updated to reflect these changes.

We provide a new script called check_validity.py that allows to assess the validty, uniqueness, and novelty of generated molecules in a standardized way. It builds on the implementation of xyz2mol available in RDKit. See the README for instructions.

The model checkpoint now stores additional information on training settings, e.g. the distance unit used in the reference structures.
Furthermore, additional information about the settings chosen for molecule generation are stored in the data bases of generated molecules.

The changes might lead to errors when loading models trained with previous releases, so use previous versions to generate molecules with older models.

Release of version 1.0.0

25 Apr 14:09
Compare
Choose a tag to compare

This marks the first official release of schnetpack-gschnet as an extension to schnetpack>=2.0.3.
Split files generated using the pre-release 0.0.1 are not compatible with v1.0.0.
Other than that, models trained with the pre-release are compatible.

Initial release (version 0.0.1)

21 Apr 15:23
69c2346
Compare
Choose a tag to compare
Pre-release

Initial release of the code base that is compatible with schnetpack==2.0.1 and pytorch-lightning<2.0.
Fixed versions of required packages in setup.py to guarantee that a functioning environment can be easily set up by following the installation instructions.
The next release will have relaxed version constraints and it will work with the most up-to-date dependencies (i.e. schnetpack, pytorch-lightning, pytorch etc.).