Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 19:03
· 177 commits to master since this release

SuiteSparseGraphBLAS v0.5.0

Diff since v0.4.0

Closed issues:

  • Output type not inferred correctly for boolean operators (#18)
  • SparseArrays Interface (#19)
  • InsufficientSpace Error (#23)
  • Output eltype inference is not type stable (#25)
  • Fix iso valued import/export/construction (#28)
  • Broadcasting (#33)
  • Vector transposition is not lazy (#35)
  • Extract doesn't support colons (#36)
  • using SuiteSparseGraphBLAS results in failed precompilation (#37)
  • Segfault when using jl_ memory functions (#39)
  • Dot broadcasting with = should accumulate better. (#41)
  • Remove Descriptors (#48)
  • Broken tests for some sparse operations (#51)

Merged pull requests:

  • mul/ewise rules for basic arithmetic semiring (#26) (@Wimmerer)
  • Type Refresh, fix inference issues, remove with functionality (#30) (@Wimmerer)
  • Assorted mul rules (#31) (@Wimmerer)
  • CompatHelper: add new compat entry for "FiniteDifferences" at version "0.12" (#32) (@github-actions[bot])
  • Some Examples (#43) (@Wimmerer)
  • Add missing using clause (#55) (@szarnyasg)
  • Remove GrB_vector (#56) (@Wimmerer)
  • revise benchmarks, add a list of test matrices (#58) (@DrTimothyAldenDavis)
  • SparsematrixGB (#60) (@Wimmerer)