Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Releases: bsc-quantic/OptimizedEinsum.jl

v0.2.1

17 Apr 00:00
a3b3bde
Compare
Choose a tag to compare

OptimizedEinsum v0.2.1

Diff since v0.2.0

Closed issues:

  • Implement contraction path solvers in opt_einsum (#4)
  • Add subtree reconfiguration optimization (#8)
  • Interactive plots (#10)
  • Replace Requires with Package Extensions (#20)
  • Implement "Branch & Bound" solver (#29)
  • Implement "Dynamic Programming" solver (#30)
  • Implement "Hypergraph Partitioning" solver (#31)

Merged pull requests:

  • Enable tests for Visualization.jl, refactor plot functions (#33) (@jofrevalles)

v0.2.0

24 Feb 12:39
Compare
Choose a tag to compare

OptimizedEinsum v0.2.0

Closed issues:

  • Implement contract, contract_expression in Julia (#1)
  • Map Python structs to Julia structs (#2)
  • Benchmark against pure Julia einsum? (#3)
  • Add visualization support for ContractionPath (#5)
  • Random crashes on ssa_greedy_optimize (#9)
  • Lazy load plotting support (#11)
  • TagBot trigger issue (#13)
  • Function plot produces inadequate results for large contraction paths (#22)
  • ssa_greedy_optimize crashes for non-empty output (#23)
  • Improve plot design (#25)
  • Regression on 3D visualization (#27)

Merged pull requests:

0.1.1

22 Dec 14:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.0...0.1.1

0.1.0

09 Dec 17:28
Compare
Choose a tag to compare

Full Changelog: 0.0.1...0.1.0