Skip to content

Releases: lxrzlyr/GAL-DAWN

GAL-DAWN v2.4.0

Choose a tag to compare

@lxrzlyr lxrzlyr released this 14 May 08:02

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 dawn CLI.
  • 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.

V2.3

Choose a tag to compare

@lxrzlyr lxrzlyr released this 19 Jun 03:18
e4b5ebf

What's Changed

Full Changelog: v2.3.4...v2.3.5