Releases: jcmgray/cotengrust
Releases · jcmgray/cotengrust
v0.1.4
What's Changed
- Add type information and docstrings for IDEs by @CSNWEB in #3
- Bump ordered-float from 4.2.0 to 4.2.2 by @dependabot in #4
- Bump pyo3 from 0.22.2 to 0.22.3 by @dependabot in #5
- various other dependency version updates
New Contributors
- @CSNWEB made their first contribution in #3
- @dependabot made their first contribution in #4
Full Changelog: v0.1.3...v0.1.4
v0.1.3
optimize_random_greedy_track_flops
: samplecostmod
(with a tweaked scoring function) andtemperature
for better quality paths. Implement early termination of non-optimal trials for performance boost.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
- add
optimize_random_greedy_track_flops
- explicitly release GIL
- add explicit error for index overflow (currently u16 (=65535 unique indices))
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1