v0.53.11 - Cypher WITH -> UNWIND Reentry
PyGraphistry v0.53.11 adds a focused Cypher/GFQL fix for graph-backed WITH -> UNWIND -> MATCH continuation.
Highlights
- Direct local Cypher now supports the narrow graph-backed shape
MATCH ... WITH collect([DISTINCT] alias) AS list UNWIND list AS alias MATCH ... RETURN. - The admitted path is covered end-to-end on both pandas and cuDF, including targeted DGX validation.
- Unsupported adjacent shapes remain explicit fail-fast errors instead of silently widening semantics.
Included Changes
MATCH ... WITH collect([DISTINCT] alias) AS list UNWIND list AS alias MATCH ... RETURNlowering support- Additional parser/lowering regression coverage for admitted and rejected shapes
- A small
cugraphtyping baseline fix needed to keep current hosted typecheck green
Install
pip install -U graphistry==0.53.11Full changelog: https://github.com/graphistry/pygraphistry/blob/master/CHANGELOG.md