Skip to content

v0.53.10 - Bounded Cypher Reentry

Choose a tag to compare

@lmeyerov lmeyerov released this 31 Mar 08:46
· 602 commits to master since this release
7095102

Highlights

  • Added bounded direct local Cypher reentry support for the vectorized same-alias MATCH ... WITH ... MATCH ... subset.
  • Added carried scalar projection and trailing RETURN / ORDER BY support on the bounded reentry path.
  • Hardened fail-fast behavior for unsupported cross-alias, fresh row-seeded, and prefix-order-dependent reentry shapes.
  • Added pandas and cuDF regression coverage for bounded reentry, including targeted DGX validation on official RAPIDS 26.02 cuda13.

Notes

  • This release keeps the bounded-reentry feature intentionally narrower than a general WITH or row-carrier redesign.
  • Follow-on cleanup and design work are tracked separately in #987 and #989.

Installation

pip install -U graphistry==0.53.10

Links