Skip to content

Releases: bsc-quantic/EinExprs.jl

v0.5.8

06 Nov 11:47
e82e351
Compare
Choose a tag to compare

EinExprs v0.5.8

Diff since v0.5.7

Merged pull requests:

  • Implement KaHyPar optimizer (#35) (@jofrevalles)
  • CompatHelper: add new compat entry for KaHyPar at version 0.3, (keep existing compat) (#42) (@github-actions[bot])
  • Enhance edge and vertex weights for HyPar optimizer (#43) (@jofrevalles)

Closed issues:

  • Implement Hypergraph Partitioning optimizer (#7)
  • Damp the effect of myriad, small allocations in optimizers (#31)
  • Wrong results for exhaustive search (#37)

v0.5.7

28 Sep 22:08
20b36e8
Compare
Choose a tag to compare

EinExprs v0.5.7

Diff since v0.5.6

v0.5.6

28 Sep 14:00
3b15bce
Compare
Choose a tag to compare

EinExprs v0.5.6

Diff since v0.5.5

Merged pull requests:

  • Fix performance regression in Greedy (#32) (@mofeing)

v0.5.5

14 Sep 03:53
Compare
Choose a tag to compare

EinExprs v0.5.5

Diff since v0.5.4

v0.5.4

12 Sep 10:05
Compare
Choose a tag to compare

EinExprs v0.5.4

Diff since v0.5.3

v0.5.3

06 Sep 21:29
Compare
Choose a tag to compare

EinExprs v0.5.3

Diff since v0.5.0

Closed issues:

  • plot crashes because "key :colorscale is not found" (#21)

v0.5.0

28 Aug 16:30
Compare
Choose a tag to compare

EinExprs v0.5.0

Diff since v0.4.0

Closed issues:

  • Test select, neighbours functions (#11)
  • Exhaustive optimizer has non-deterministic behavior (#14)
  • Replace Tensor type with EinExpr with empty args (#25)
  • Update docs to include AbstractTrees integration (#27)

Merged pull requests:

v0.4.0

23 Aug 11:21
Compare
Choose a tag to compare

EinExprs v0.4.0

Diff since v0.3.1

Merged pull requests:

v0.3.1

08 Aug 09:03
Compare
Choose a tag to compare

EinExprs v0.3.1

Diff since v0.3.0

Closed issues:

  • FlopsScorer crashes for some circuits (#22)

v0.3.0

22 Jul 17:31
Compare
Choose a tag to compare

EinExprs v0.3.0

Diff since v0.2.0

Closed issues:

  • Issue with contract handling EinExpr with multiple unconnected tensors (#16)
  • Implement slices function (#19)

Merged pull requests:

  • CompatHelper: add new compat entry for ChainRulesCore at version 1, (keep existing compat) (#18) (@github-actions[bot])
  • Implement slicing functionality (#20) (@mofeing)