Releases: jcmgray/cotengrust
Releases · jcmgray/cotengrust
v0.2.0
v0.1.5
What's Changed
- dispatch index and node representation (u8, u16, u32) based on number of indices to allow contractions with up to ~1 billion indices without degrading performance on small graphs.
- added some benchmarks to the readme
- update dependencies
Full Changelog: v0.1.4...v0.1.5
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) andtemperaturefor 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