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: