All notable changes to the project are documented in this file.
The format follows Common Changelog, and the project adheres to Semantic Versioning.
- Removed size constraint in
crossover.py
which could sometimes be negative (#16) (@austint). Thanks @alstonlo for pointing this out.
- Sanitize molecules from GraphGA (#5) (@austint)
- GraphGA molecule generation now independent of batch size (#5) (@austint)
- Fix import error for python<3.8 (#3) (@austint)
- Fix unintended use of system random in sampling (#4) (@austint)
- Fix occasional crash from rdkit errors during crossover (#5) (@austint)
0.1.0 - 2023-09-05
🌱 Initial public release.