Skip to content

v1.2.0-beta.1 (May 27, 2025)

Pre-release
Pre-release

Choose a tag to compare

@DrTimothyAldenDavis DrTimothyAldenDavis released this 27 May 18:56
· 193 commits to stable since this release
89c965c

May 27, 2025: version 1.2.0-beta.1

* v2.1 C API: using the new GrB_get/set methods in the C API;
    LAGraph can now use a "vanilla" GraphBLAS that supports the v2.1
    C API.  If SuiteSparse:GraphBLAS is used, v9.0.0 is required.
* src/utility: random number generator
* src/utility/LAGraph_MMRead: now exploits 32-bit integers if using
    SuiteSparse:GraphBLAS v10.
* added many experimental algorithms and utilities
* cmake and github CI: many minor improvements

There are 2 files that will be revised for the stable v1.2.0 release: the two github workflows currently rely on SuiteSparse:GraphBLAS 9.0.0 and 10.0.5. The latter will be changed to 10.1.0 (which is also in beta-1 release as of May 27, 2025).