Skip to content

Releases: GraphBLAS/python-suitesparse-graphblas

7.3.0.0

18 Oct 18:34
d911f20
Compare
Choose a tag to compare

Update to SuiteSparse:GraphBLAS 7.3.0

Add GxB_pack_HyperHash and GxB_unpack_HyperHash functions.

7.2.0.0

10 Aug 04:16
1782905
Compare
Choose a tag to compare

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

22 Jun 04:49
a62a059
Compare
Choose a tag to compare

Update to SuiteSparse:GraphBLAS 7.1.1

7.1.0.1

06 Jun 03:40
8937853
Compare
Choose a tag to compare
  • Add GxB serialize and deserialize for matrices and vectors (#44)

7.1.0.0

22 May 20:40
6998b61
Compare
Choose a tag to compare

Update to SuiteSparse:GraphBLAS 7.1.0

7.0.4.0

27 Apr 03:00
e5f6898
Compare
Choose a tag to compare

Update to SuiteSparse:GraphBLAS 7.0.4 (no code changes)

7.0.3.1

13 Apr 23:34
b4fc05a
Compare
Choose a tag to compare

Probably fix weird segfaults when assigning to Scalars with complex dtype (#40 via #41)

7.0.3.0

11 Apr 21:16
0da4f9f
Compare
Choose a tag to compare

Update to SuiteSparse:GraphBLAS 7.0.3 (no code changes)

7.0.2.0

09 Apr 02:22
3ab5b12
Compare
Choose a tag to compare

Update to SuiteSparse:GraphBLAS 7.0.2 (no code changes)

7.0.1.0

05 Apr 16:10
c9b4fcb
Compare
Choose a tag to compare

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.