Skip to content

Commit

Permalink
GraphBLAS 8.3.0: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Nov 28, 2023
1 parent 6d05d91 commit f832b62
Show file tree
Hide file tree
Showing 7 changed files with 2,842 additions and 2,838 deletions.
4 changes: 4 additions & 0 deletions GraphBLAS/Doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Dec 30, 2023: version 8.3.0

* major change to build system: by Markus Mützel

Oct 7, 2023: version 8.2.1

* (49) bug fix: GrB_mxm saxpy4 and saxpy5 had incorrectly handling of
Expand Down
Binary file modified GraphBLAS/Doc/GraphBLAS_UserGuide.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions GraphBLAS/Doc/GraphBLAS_version.tex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% version of SuiteSparse:GraphBLAS
\date{VERSION
8.2.1,
Oct 7, 2023}
8.3.0,
Dec 30, 2023}

8 changes: 4 additions & 4 deletions GraphBLAS/Include/GraphBLAS.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SuiteSparse:GraphBLAS 8.2.1
// SuiteSparse:GraphBLAS 8.3.0
//------------------------------------------------------------------------------
// GraphBLAS.h: definitions for the GraphBLAS package
//------------------------------------------------------------------------------
Expand Down Expand Up @@ -220,10 +220,10 @@

// The version of this implementation, and the GraphBLAS API version:
#define GxB_IMPLEMENTATION_NAME "SuiteSparse:GraphBLAS"
#define GxB_IMPLEMENTATION_DATE "Oct 7, 2023"
#define GxB_IMPLEMENTATION_DATE "Dec 30, 2023"
#define GxB_IMPLEMENTATION_MAJOR 8
#define GxB_IMPLEMENTATION_MINOR 2
#define GxB_IMPLEMENTATION_SUB 1
#define GxB_IMPLEMENTATION_MINOR 3
#define GxB_IMPLEMENTATION_SUB 0
#define GxB_SPEC_DATE "Nov 15, 2021"
#define GxB_SPEC_MAJOR 2
#define GxB_SPEC_MINOR 0
Expand Down
5,656 changes: 2,828 additions & 2,828 deletions GraphBLAS/JITpackage/GB_JITpackage.c

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion GraphBLAS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2023, All Rights Reserved.

SPDX-License-Identifier: Apache-2.0

VERSION 8.2.1, Oct 7, 2023
VERSION 8.3.0, Dec 30, 2023

SuiteSparse:GraphBLAS is a complete implementation of the GraphBLAS standard,
which defines a set of sparse matrix operations on an extended algebra of
Expand Down
6 changes: 3 additions & 3 deletions GraphBLAS/cmake_modules/GraphBLAS_version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
#-------------------------------------------------------------------------------

# version of SuiteSparse:GraphBLAS
set ( GraphBLAS_DATE "Oct 7, 2023" )
set ( GraphBLAS_DATE "Dec 30, 2023" )
set ( GraphBLAS_VERSION_MAJOR 8 CACHE STRING "" FORCE )
set ( GraphBLAS_VERSION_MINOR 2 CACHE STRING "" FORCE )
set ( GraphBLAS_VERSION_SUB 1 CACHE STRING "" FORCE )
set ( GraphBLAS_VERSION_MINOR 3 CACHE STRING "" FORCE )
set ( GraphBLAS_VERSION_SUB 0 CACHE STRING "" FORCE )

# GraphBLAS C API Specification version, at graphblas.org
set ( GraphBLAS_API_DATE "Nov 15, 2021" )
Expand Down

0 comments on commit f832b62

Please sign in to comment.