Skip to content

v1.0.1

Compare
Choose a tag to compare
@DrTimothyAldenDavis DrTimothyAldenDavis released this 13 Jan 15:54
· 96 commits to stable since this release
0c84c41

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.