Releases: DrTimothyAldenDavis/GraphBLAS
Releases · DrTimothyAldenDavis/GraphBLAS
v5.1.9 (Oct 26, 2021)
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)
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)
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)
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)
v5.1.5: submission as a Collected Algorithm of the ACM
v5.1.4 (July 6, 2021)
v5.1.4 (July 6, 2021): faster Octave interface, and a bug fix for 1-based printing
v5.1.3 (July 3, 2021)
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)
bug fix for C=kron(A,B) when A or B are iso but C is not.
v5.1.1 (June 29, 2021)
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)
Version 5.0.6, May 24, 2021
* bfs and triangle counting demos: removed. See LAGraph for these algorithms.