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.