Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-09-20 | 1.0 kB | |
v0.8.0 source code.tar.gz | 2022-09-20 | 190.3 kB | |
v0.8.0 source code.zip | 2022-09-20 | 238.8 kB | |
Totals: 3 Items | 430.1 kB | 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: - UDT/Monoid/Bugfix Update (#86) (@Wimmerer) - Coverage (#87) (@Wimmerer) - Add shallow types and KLU support, initial UMFPACK support as well (#90) (@Wimmerer)