Releases: whitead/molbloom
Releases · whitead/molbloom
v2.1.1
What's Changed
- Bug fix in allocation memory for non-multiple of 8 sizes by @Jgmedina95 in #11
- Python 3.12 support
New Contributors
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Added surechembl
database to check for novelty of compounds. Low FPR of 0.000025
v2.0.0
Added
- Docstrings for custom filter building
- Referred to Small World unofficial API in README
- Citation
Removed
- Removed
buy_similar
, since it duplicates Small World API fun
v1.0.0
- Added
buy_similar
function to query online database for similar compounds
v0.3.0
- Reduced package size
- Improved managing of filters
- Added zinc mini filter
v0.2.0
- Added custom filters + docs
- Added
canon
function for ease of canonicalization
v0.1.5
- Initial public release and added wheel support
v0.1.2
Changing to source dist, to avoid wheel binary incompatibilities we're seeing