Skip to content

Releases: vsheg/moll

v0.1.12

11 Feb 16:41
Compare
Choose a tag to compare
  • Implemented data utils: map_concurrently, iter_transpose, iter_precompute, iter_slices, iter_lines
  • Added draft implementation of Molecule and Atom classes

v0.1.11

14 Dec 11:15
ebbe52a
Compare
Choose a tag to compare
  1. Improved picker performance by utilizing numpy object arrays to quickly update labels.
  2. Add support for custom similarity and potential functions for the picker.
  3. One more step for meaningful package public API.
  4. Switched docs from Quarto to MkDocs with init support of automatic generation.
  5. Improved docstrings, names, examples, etc.

v0.1.10

26 Nov 16:15
775d140
Compare
Choose a tag to compare

Test Release:

Added extra cpu dependencies for JAX
Added RDKit as an auto-installable dependency

0.1.9

26 Nov 15:31
3aef35a
Compare
Choose a tag to compare

Test Release:

  • Added extra cpu dependencies for JAX
  • Added RDKit as an auto-installable dependency

v0.1.8

19 Nov 08:27
5bcda4a
Compare
Choose a tag to compare
  • Simplified the OnlineDiversityPicker for enhanced CUDA performance with JIT compilation.
  • Added the ._init() method to initialize the correct size and type for internal data containers.
  • Introduced .fast_init() for rapid initialization of internal data, speeding up computations in certain scenarios.

v0.1.7

17 Nov 18:14
f2a9e27
Compare
Choose a tag to compare
  1. Reimplement .extend() method with better JIT support
  2. Reimplement .append() method using .extend() as a backend
  3. Add unit tests
  4. Bug fixes

v0.1.6

09 Nov 18:41
4d9727d
Compare
Choose a tag to compare

Added power parameter for OnlineDiversityPicker

v0.1.5

24 Oct 18:26
46cf5ed
Compare
Choose a tag to compare

OnlineDiversityPicker: Add labels support Improve handling of boundary points

v0.1.4

18 Oct 14:54
c2066ca
Compare
Choose a tag to compare

Changed how OnlineDiversityPicker handles boundary points

v0.1.2

20 Sep 17:38
2272c8a
Compare
Choose a tag to compare

Add OnlineDiversityPicker