Skip to content

Releases: jcmgray/cotengrust

v0.1.4

26 Sep 22:49
Compare
Choose a tag to compare

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

Full Changelog: v0.1.3...v0.1.4

v0.1.3

14 May 18:40
Compare
Choose a tag to compare
  • optimize_random_greedy_track_flops: sample costmod (with a tweaked scoring function) and temperature 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

19 Apr 21:36
Compare
Choose a tag to compare
  • 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

07 Sep 20:58
73ef7ea
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

01 Sep 05:54
Compare
Choose a tag to compare
allow sizes to be most generally be float