forked from GraphBLAS/LAGraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
24 lines (18 loc) · 909 Bytes
/
ChangeLog
File metadata and controls
24 lines (18 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.