Skip to content

v0.1.1

Latest

Choose a tag to compare

@noahgift noahgift released this 24 Nov 12:23
· 11 commits to main since this release

trueno-graph v0.1.1

Patch release with dependency update and quality improvements.

Changes

Dependency Updates:

  • Update trueno from 0.7.0 to 0.7.1 (latest SIMD primitives)
  • Update CLAUDE.md dependency documentation

Quality Improvements:

  • Refactor comprehensive_demo.rs: reduce cyclomatic complexity from 36 to ≤20
  • Refactor graph_algorithms.rs: reduce cyclomatic complexity from 23 to ≤20
  • Remove SATD violations from GPU code comments

Quality Metrics

  • ✅ Tests: 103 tests passing (90 unit + 5 integration + 8 property)
  • ✅ Coverage: 94.50%
  • ✅ Clippy: Zero warnings
  • ✅ Complexity: All functions ≤20 cyclomatic complexity
  • ✅ SATD: Zero violations
  • ✅ Dead code: 0%

Installation

[dependencies]
trueno-graph = "0.1.1"

Or from the command line:

cargo add trueno-graph

Links