Skip to content

Commit 9dffbca

Browse files
committed
chore(changelog): add #880 triage tooling entry
1 parent 036e6a2 commit 9dffbca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1111
### Documentation
1212
- **GFQL component-labeling examples + README clarity (#1324)**: Added concise WCC/SCC labeling examples for `compute_cugraph`, `compute_igraph('clusters')`, and local Cypher `CALL graphistry.cugraph.*` write/row modes in GFQL docs, clarified that component IDs are partition labels (not stable semantic IDs), and tightened the main README GFQL intro sentence for readability.
1313

14+
### Added
15+
- **GFQL benchmark residual triage tooling for `#880`**: Added `graphistry.compute.gfql.benchmark_residual_triage` plus CLI wrapper `bin/gfql_issue_880_triage.py` to parse `pyg-bench` run artifacts, filter residual `gfql`/`partial` lanes by issue ref (default `graphistry/pygraphistry#880`), select latest lane evidence, bucket likely root-cause families, and emit split-ready child-issue draft markdown with concrete repro evidence (run dir, config path, command, workaround note). Includes focused regression coverage in `graphistry/tests/compute/gfql/test_benchmark_residual_triage.py` and a GFQL docs quick-reference pointer.
16+
1417
## [0.55.1 - 2026-05-05]
1518

1619
### Tests

0 commit comments

Comments
 (0)