Skip to content

v0.52.1 - Local Cypher CALL backend procedure families

Choose a tag to compare

@lmeyerov lmeyerov released this 15 Mar 09:27
· 657 commits to master since this release
e3b347d

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