Skip to content

Releases: GraphBLAS/LAGraph

v1.1.4 (Aug 20, 2024)

23 Aug 21:26
8a1cfcf
Compare
Choose a tag to compare

Aug 20, 2024: version 1.1.4

* fix MMWrite when matrix is dense
* minor updates to build system

Full Changelog: v1.1.1...v1.1.4

v1.1.1 (Jan 10, 2024)

10 Jan 17:43
a1a1381
Compare
Choose a tag to compare

Changes in this release (LAGraph v1.1.1):

updates to build system:

  • find_package for OpenMP looks for C components only, and uses the GLOBAL keyword only for cmake 3.24 or later.
  • libm linked in via cmake CheckSymbolExists
  • workaround for a very old MacOS case (math.h includes some breaking extensions, powerpc only)

update to benchmarks: using the proper enum type in the triangle-count test.

This version also appears in SuiteSparse 7.5.0, alongside GraphBLAS 9.0.0: https://github.com/DrTimothyAldenDavis/SuiteSparse .

v1.1.0 (Dec 30, 2023)

30 Dec 02:27
c6dcf33
Compare
Choose a tag to compare

Dec 30, 2023: version 1.1.0

* major change to build system: by Markus Mützel
* port: to 32-bit systems

This version also appears in SuiteSparse 7.4.0 ( https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.4.0 ).

v1.0.2 (Aug 29, 2023)

08 Sep 15:25
7887f54
Compare
Choose a tag to compare

Version 1.0.2: Aug 2, 2023

* port: removed GxB_SelectOp so LAGraph v1.0.2 can be compiled with
    SuiteSparse:GraphBLAS v8.x.

LAGraph for LDBC 2023 benchmarks

30 Jun 15:25
41e9c3a
Compare
Choose a tag to compare
Pre-release

This is the exact version of LAGraph used for Intel's submission to the LDBC 2023 Graphalytics benchmarks (https://ldbcouncil.org/benchmarks/graphalytics/). SuiteSparse:GraphBLAS v8.0.0 was used with this version of LAGraph.

v1.0.1

13 Jan 15:54
0c84c41
Compare
Choose a tag to compare

Version 1.0.1:

* bug fix: LAGraph_MMWrite incorrectly created a Matrix Market
    file with "array pattern" format, which is invalid.
* header updates: with copyright info
* CONTRIBUTING.md: renamed the file
* CODE_OF_CONDUCT.md: added, from https://www.contributor-covenant.org
* FindGraphBLAS.cmake and FindLAGraph.cmake: revised to find both dynamic
    and static libraries, and to find the version number from the include
    file if it's not present in the filename of the library.
* LAGraph_FastGraphletTransform: now able to compile it when OpenMP
    is not available.
* bug fix: LAGRAPH_VANILLA option fixed.  Added "make vanilla" to the
    Makefile.  GxB_*_TypeName methods are required, even for a "vanilla"
    GraphBLAS.

v1.0.0 (Sept 20, 2022)

20 Sep 21:21
Compare
Choose a tag to compare

First stable release of LAGraph.

16Mar2022

24 Mar 17:00
Compare
Choose a tag to compare
16Mar2022 Pre-release
Pre-release

LAGraph 0.9.14 (Mar 16, 2022), just before cudanew branch created.

28Feb2022

01 Mar 04:17
Compare
Choose a tag to compare
28Feb2022 Pre-release
Pre-release

Tagged to accompany GraphBLAS v6.2.2.

16Feb2022

16 Feb 18:47
Compare
Choose a tag to compare
16Feb2022 Pre-release
Pre-release

Tagged to accompany SuiteSparse:GraphBLAS v6.2.0 (Feb 14, 2022)