Releases: vsheg/moll
Releases · vsheg/moll
v0.1.12
v0.1.11
- Improved picker performance by utilizing
numpy
object arrays to quickly update labels. - Add support for custom similarity and potential functions for the picker.
- One more step for meaningful package public API.
- Switched docs from Quarto to MkDocs with init support of automatic generation.
- Improved docstrings, names, examples, etc.
v0.1.10
0.1.9
v0.1.8
- 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.