Releases: bsc-quantic/EinExprs.jl
Releases · bsc-quantic/EinExprs.jl
v0.5.8
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.3
EinExprs v0.5.3
Diff since v0.5.0
Closed issues:
plot
crashes because "key :colorscale
is not found" (#21)
v0.5.0
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.3.0
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)