Releases: JuliaSparse/SuiteSparseGraphBLAS.jl
Releases · JuliaSparse/SuiteSparseGraphBLAS.jl
Release list
v0.11.0
Fixed a bug on Julia LTS with a StackOverflow error on a disambiguation function signature
Added new lower level serialization and deserialization functions which directly write the GraphBLAS representation to IO or file, and read from IO or file.
v0.10.0
SuiteSparseGraphBLAS v0.10.0
Merged pull requests:
- Prepare for
AdjointFactorization(#111) (@dkarrasch) - Fix 113 and add regression (#114) (@macd)
- Remove
kronpiracy (#119) (@ericphanson)
Closed issues:
- ambiguous scalar by matrix multiplication (#96)
- error in broadcasted multiplication (#98)
- problems in reshaping full GBMatrix into vector (#106)
- preallocation for multiplication (#108)
- How not to store 0's (#110)
- Cannot extract user defined values from a GBVector either by subscripting or by using findnz (#115)
- Incorrect
Basequalifier insetindex!method (#117) - Piracy of
kronbreakskron(::Matrix,::Matrix)(#118) - is this repo still maintained? (#123)
v0.9.0
v0.8.0
SuiteSparseGraphBLAS v0.8.0
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:
v0.7.2
SuiteSparseGraphBLAS v0.7.2
Closed issues:
v0.7.0
v0.6.1
SuiteSparseGraphBLAS v0.6.1
v0.6.0
SuiteSparseGraphBLAS v0.6.0
Merged pull requests:
v0.5.0
SuiteSparseGraphBLAS v0.5.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 SuiteSparseGraphBLASresults 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)
v0.4.0 SuiteSparseGraphBLAS.jl Re-Release!
This release is a complete rewrite of the old package, as such the diff since last release is everything!