Skip to content

v3.2.1 (March 10, 2020)

Compare
Choose a tag to compare
@DrTimothyAldenDavis DrTimothyAldenDavis released this 10 Mar 18:03
· 3639 commits to stable since this release
13f961b

Version 3.2.1, Mar 10, 2020

* GAP benchmarks in MATLAB: in GraphBLAS/GraphBLAS/GAP (all but CC).
* atomic read/write: faster atomics for icc (see Source/GB_atomics.h)
* install name for Mac: in alternative/Makefile and Tcov/Makefile
* enable -DGBCOMPACT from CMake: for faster Travis builds
* MATLAB interface: better error message in GrB.reduce
* MATLAB triangle count: added sorting heuristic in GrB.tricount.
* bug fix for GraphBLAS/Demo/simple_timer: better selection of which
    timer to use; simple_timer.[ch] made consistent.
* no bug fixes needed in primary GraphBLAS library: just in Demo, test,
    and alternative/Makefile.