Skip to content

Releases: gnina/libmolgrid

v0.5.5

12 Jul 16:36
Compare
Choose a tag to compare

Addition of MolIterDataset for better integration with pytorch. CUDA 12.5 compatibility.

v0.5.4

31 May 11:36
Compare
Choose a tag to compare

Add ability to save and load memory caches from example provider.

v0.5.3

10 Feb 13:37
Compare
Choose a tag to compare

Minor build and API improvements.

v0.5.2

28 Jun 18:46
Compare
Choose a tag to compare

Expose CoordCache in python interface to make it easier to efficiently read molecular data without using types files.

Minor fixes for modern compilers.

v0.5.1

14 Sep 12:56
Compare
Choose a tag to compare

Minor tweaks from 0.5 (which provided grid interp support) for better handling of multiple devices and better documentation/error messages.

v0.2.1

24 Aug 23:22
Compare
Choose a tag to compare

Bug fixes

v0.2.0

23 Jun 19:03
Compare
Choose a tag to compare

Implementation of higher order gradients (can backpropagate through the gradient calculation of the Coords2Grid pytorch layer). Introduce notion of epochs, including support for iterating an epoch at a time rather than continuously. Fixed bug with duplicate_poses. Support for truncated gradient representation.

v0.1.3

04 May 21:37
Compare
Choose a tag to compare

Documentation improvements and bug fix for using molcaches with custom typers.

v0.1.2

30 Mar 21:35
Compare
Choose a tag to compare

Various bug fixes, error message improvments, and documentation improvements.
Add num_copies option to ExampleProvider
Implemented interator interface to ExampleProvider