Skip to content

Releases: finch-tensor/Finch.jl

v0.6.26

13 May 20:29
9052e4b
Compare
Choose a tag to compare

Finch v0.6.26

Diff since v0.6.25

Merged pull requests:

Closed issues:

  • Unreachable not defined should be a better error (#290)
  • Add "AbstractGeneratedArray" for overloading (#503)
  • issue passing mix of lazy and eager arguments to einsum (#520)
  • equality between swizzle and tensor not working (#530)
  • LogicInterpreter cannot handle loops which are completely extruded (#533)
  • Broadcasting issue in MMM operation (#534)
  • ambiguity error with swizzle of lazytensor (#536)
  • add finch-tensor tests downstream (#539)
  • Fix Missing Protocols Bug (#546)
  • Use custom extrude method (#550)
  • Disappearing value in one-element 1-D Tensors (#554)

v0.6.25

08 May 04:11
625069e
Compare
Choose a tag to compare

Finch v0.6.25

Diff since v0.6.24

Merged pull requests:

Closed issues:

  • Regression in the lazy mode (#524)
  • Issue with Colon indexing in 1D arrays (#527)
  • Lazy indexing - issue with the rightmost nothing dimension (#528)
  • DimensionMismatch when broadcasting singleton dimensions (#529)

v0.6.24

06 May 15:22
1f53b8b
Compare
Choose a tag to compare

Finch v0.6.24

Diff since v0.6.23

Merged pull requests:

Closed issues:

  • Lazy Executor has a high overhead (0.02 s) (#460)
  • Segfault when converting COO to Dense (#511)
  • fsprand is a little slow (#517)

v0.6.23

26 Apr 15:52
e1c46b0
Compare
Choose a tag to compare

Finch v0.6.23

Diff since v0.6.22

Merged pull requests:

Closed issues:

  • Add functionality to check whether value is statically fill (#122)
  • @Einsum macro (#428)

v0.6.22

22 Apr 17:38
5d084b1
Compare
Choose a tag to compare

Finch v0.6.22

Diff since v0.6.21

Merged pull requests:

Closed issues:

  • add eager version of A[:, nothing, :] (#480)
  • Error in reducing 1-size Tensors (#485)
  • [Lazy API] Error in elementwise ops for tensors with 1-size dimensions (#487)
  • npz file reader errors (#500)

v0.6.21

15 Apr 13:29
4a8f5a6
Compare
Choose a tag to compare

Finch v0.6.21

Diff since v0.6.20

Merged pull requests:

Closed issues:

  • Make ctx the first argument everywhere (#323)
  • Add an extrusion interface for lazy tensors (#469)
  • should we support fsprand(n, m, p) when n * m > typemax(Int)? (#488)

v0.6.20

25 Mar 11:27
14e0f0f
Compare
Choose a tag to compare

Finch v0.6.20

Diff since v0.6.19

Merged pull requests:

Closed issues:

  • Error in eager mode when adding two Tensors (#481)
  • Strange Countstored Results on SparseMatrixCSC tensors (#483)

v0.6.19

19 Mar 09:12
6613503
Compare
Choose a tag to compare

Finch v0.6.19

Diff since v0.6.18

Merged pull requests:

v0.6.18

15 Mar 20:47
e21aca8
Compare
Choose a tag to compare

Finch v0.6.18

Diff since v0.6.17

Merged pull requests:

v0.6.17

14 Mar 21:14
9d0ff9d
Compare
Choose a tag to compare

Finch v0.6.17

Diff since v0.6.16

Merged pull requests:

Closed issues:

  • Wrapping SwizzleArray in LazyTensor fails (#457)
  • Implement Tensor Dot (#464)