Skip to content

v0.53.11 - Cypher WITH -> UNWIND Reentry

Choose a tag to compare

@lmeyerov lmeyerov released this 01 Apr 00:07
· 595 commits to master since this release
5f737dd

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 ... RETURN lowering support
  • Additional parser/lowering regression coverage for admitted and rejected shapes
  • A small cugraph typing baseline fix needed to keep current hosted typecheck green

Install

pip install -U graphistry==0.53.11

Full changelog: https://github.com/graphistry/pygraphistry/blob/master/CHANGELOG.md