Releases: GraphBLAS/python-suitesparse-graphblas
Releases · GraphBLAS/python-suitesparse-graphblas
7.3.0.0
Update to SuiteSparse:GraphBLAS 7.3.0
Add GxB_pack_HyperHash
and GxB_unpack_HyperHash
functions.
7.2.0.0
Update to SuiteSparse:GraphBLAS 7.2.0
- Add
GxB_Matrix_reshape
and GxB_Matrix_reshapeDup
- Add
GxB_COMPRESSION_ZSTD
option for compression
7.1.1.0
Update to SuiteSparse:GraphBLAS 7.1.1
7.1.0.1
- Add GxB serialize and deserialize for matrices and vectors (#44)
7.1.0.0
Update to SuiteSparse:GraphBLAS 7.1.0
7.0.4.0
Update to SuiteSparse:GraphBLAS 7.0.4 (no code changes)
7.0.3.1
Probably fix weird segfaults when assigning to Scalars with complex dtype (#40 via #41)
7.0.3.0
Update to SuiteSparse:GraphBLAS 7.0.3 (no code changes)
7.0.2.0
Update to SuiteSparse:GraphBLAS 7.0.2 (no code changes)
7.0.1.0
Update to SuiteSparse:GraphBLAS 7.0.1
- Signature of
GrB_Matrix_diag
changed to be a constructor (as per the spec).
- Update
claim_buffer
and claim_buffer_2d
to work with user-defined types.