-
Notifications
You must be signed in to change notification settings - Fork 61
/
ChangeLog
50 lines (32 loc) · 1.39 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Aug 20, 2024: version 1.1.4
* fix MMWrite when matrix is dense
Mar 22, 2024: version 1.1.3
* minor updates to build system
Jan 20, 2024: version 1.1.2
* minor update to build system
Jan 10, 2024: version 1.1.1
* minor update to build system
Dec 30, 2023: version 1.1.0
* major change to build system: by Markus Mützel
* port: to 32-bit systems
Version 1.0.2: Aug 2, 2023
* port: removed GxB_SelectOp so LAGraph v1.0.2 can be compiled with
SuiteSparse:GraphBLAS v8.x.
Version 1.0.1: Dec 26, 2022
* 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.
Version 1.0.0: Sept 20, 2022
* LAGraph v1.0 released.
Jan 29, 2019
* LAGraph project started.