Skip to content

v8.0.1 (May 27, 2023)

Choose a tag to compare

@DrTimothyAldenDavis DrTimothyAldenDavis released this 02 Jun 15:57
· 1446 commits to stable since this release
44b5518

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