Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

66 lines (39 loc) · 2.02 KB

Changelog

All notable changes to the project are documented in this file.

The format follows Common Changelog, and the project adheres to Semantic Versioning.

Changed

Added

Fixed

Changed

  • Removed size constraint in crossover.py which could sometimes be negative (#16) (@austint). Thanks @alstonlo for pointing this out.

Fixed

  • Fixed occasional crash in crossover.py (#14) (@austint)

Fixed

  • Checked for empty population at input (#13) (@austint)

Fixed

  • Fix error in quantile sampling if NaNs are present (#8) (@austint)

Changed

  • Sanitize molecules from GraphGA (#5) (@austint)
  • GraphGA molecule generation now independent of batch size (#5) (@austint)

Fixed

  • 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.