v8.0.1 (May 27, 2023)
·
1446 commits
to stable
since this release
Version 8.0.1, May 27, 2023
* (48) bug fix: GrB_*_nvals returned UINT64_MAX ('infinity') for a
GrB_Vector of size n-by-2^60; it should return 2^60.
Caught by Erik Welch, NVIDIA.
* added GxB_Context_error and GxB_Context_wait
* C++: changed complex typedefs for C++ that #include GraphBLAS.h;
update from Markus Muetzel