Releases: AustinT/mol_ga
Releases · AustinT/mol_ga
v0.2.1
Very small change: simplify logic in the mol_ok
function in crossover.py
. Thanks @alstonlo for raising this issue!
v0.2.0
Includes a fix for #10. This will slightly chance the behavior (even if the same random number generator is used), hence the bump to a new minor version. Other functionality is mostly unchanged.
v0.1.3
Small update from 0.1.2 (just added an input check). Publishing this release will also test changes to the PyPI publishing pipeline.
v0.1.2
Fixed a small bug in quantile sampling which has been sitting on the main branch for a while.
0.1.1
Added a few bug fixes from v1, which includes slightly change in method definitions for sampling. Apologies for breaking changes.