Releases: lxrzlyr/GAL-DAWN
Releases · lxrzlyr/GAL-DAWN
Release list
GAL-DAWN v2.4.0
GAL-DAWN v2.4.0
This release finalizes the GAL-DAWN 2.x line as a production-oriented graph-computation library.
Highlights
- Reworked the repository into a production library layout with a unified
dawnCLI. - Removed old per-algorithm executables and legacy benchmark/comparison copies.
- Added a public DAWN library API centered on CSR graph data, MatrixMarket input, runtime handles, kernel selection, and algorithm operators.
- Hid raw-pointer kernel bridge headers under
src/dawn_internal/so they are no longer installed as public API. - Added a stable downstream CMake target:
dawn::dawn. - Added generated correctness coverage for directed/undirected and weighted/unweighted graph cases.
- Added install/export downstream smoke coverage.
- Reworked user-facing documentation into Quick Start, Library Documentation, and Code Guide.