v0.52.1 - Local Cypher CALL backend procedure families
Highlights
Local Cypher CALL backend procedure families
Direct local Cypher now supports shared-registry-backed CALL graphistry.degree, CALL graphistry.igraph.<alg>, and CALL graphistry.cugraph.<alg> procedure families, with a smaller graphistry.nx.* compatibility subset.
Row vs graph-preserving CALL modes
Bare local CALL graphistry.* forms stay row-returning for supported node and edge algorithms, while .write() preserves graph state and also covers topology-returning algorithms so enrich-then-match workflows can stay in graph mode.
Better backend parity and regression coverage
Local CALL graphistry.cugraph.* output naming is now aligned with real compute_cugraph() behavior for edge algorithms and multi-column node algorithms, with backend-backed regression coverage for representative cuGraph and igraph CALL paths.
Full Changelog
See CHANGELOG.md for complete details.
Installation
pip install --upgrade graphistry