Skip to content

Releases: DrTimothyAldenDavis/GraphBLAS

v5.1.9 (Oct 26, 2021)

26 Oct 18:55

Choose a tag to compare

Bug fix to C=A'*B when C is modified in-place. Same fix applied to the pre-release, v6.0.0.alpha16.

v5.1.8 (Oct 5, 2021)

05 Oct 22:32

Choose a tag to compare

Bug fix to C=A*B when A is sparse and B is bitmap and iso (both CSC; reversed if both CSR).

v5.1.7 (Aug 23, 2021)

24 Aug 15:51
905b1d5

Choose a tag to compare

v5.1.7 (Aug 23, 2021)

Bug fix for GrB_apply when used in-place and the matrix changes from non-iso to iso.

v5.1.6 (Aug 16, 2021)

17 Aug 13:58
9d36ba4

Choose a tag to compare

Version 5.1.6, Aug 16, 2021

* one-line change to C=A*B: faster symbolic analysis when a vector
    C(:,j) is dense (for CSC) or C(i,:) for CSR.
* port to MacOSx 11.3.1 (Big Sur): cmake 3.13 or later now required.

v5.1.5 (July 15, 2021)

15 Jul 21:24
eee9c97

Choose a tag to compare

v5.1.5: submission as a Collected Algorithm of the ACM

v5.1.4 (July 6, 2021)

06 Jul 17:57
b83a255

Choose a tag to compare

v5.1.4 (July 6, 2021): faster Octave interface, and a bug fix for 1-based printing

v5.1.3 (July 3, 2021)

04 Jul 11:53
dd365da

Choose a tag to compare

bug fix for GxB_Matrix_pack methods when the "by row" / "by column" format of the matrix doesn't match the input data being packed into it.

v5.1.2 (June 30, 2021)

01 Jul 03:14
cd3f0d4

Choose a tag to compare

bug fix for C=kron(A,B) when A or B are iso but C is not.

v5.1.1 (June 29, 2021)

29 Jun 20:56
f2cdaad

Choose a tag to compare

Version 5.1.1, June 29, 2021

* iso matrices and vectors added
* GxB_*_build_Scalar added: builds an iso matrix or vector
* import/export: can now import/export iso matrices and vectors
* GxB_*_pack/unpack methods added
* GrB.argmin/argmax: added to @GrB interface
* GxB_PRINT_1BASED: added to the global settings
* GxB_*_memoryUsage added
* Source/Generated: split into Source/Generated1 and Source/Generated2
    for faster compilation when GBCOMPACT is enabled
* port to Octave:  gbmake and gbtest work in Octave7 to build and test
    the @GrB interface to GraphBLAS.  Octave 7.0.0 is required.

v5.0.6 (May 24, 2021)

24 May 22:44

Choose a tag to compare

Version 5.0.6, May 24, 2021

* bfs and triangle counting demos: removed.  See LAGraph for these algorithms.