Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 15:08
· 43 commits to master since this release
ac13313

SuiteSparseGraphBLAS v0.8.0

Diff since v0.7.2

Closed issues:

  • Segmentation Fault when unintentionally using GBMatrix{T, F}(p, fill) in v0.7.0 (#71)
  • Construct your own operator (monoid) (#74)
  • assign! is not working with GBMatrix (#76)
  • Can't index GBVector with a list of indices, range, or colon (#77)
  • Can't create GBVector from values with fixed value type (#78)
  • Indexing GBMatrix with a list of indices mutates the parameter (#79)
  • reduce fails when provided with init parameter (#80)
  • Can't use emul on (X, 1) GBMatrix and GBVector as parameters (#81)
  • reduce fails when dims=1 and no descriptor provided (#82)
  • deleteat! fails on GBVector (#83)
  • Can't use transposed GBVector for subassign! (#85)
  • reduce fails when using any as a function (#88)

Merged pull requests:

  • UDT/Monoid/Bugfix Update (#86) (@Wimmerer)
  • Coverage (#87) (@Wimmerer)
  • Add shallow types and KLU support, initial UMFPACK support as well (#90) (@Wimmerer)