You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@ All notable changes to the PyGraphistry are documented in this file. The PyGraph
5
5
The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and all PyGraphistry-specific breaking changes are explictly noted here.
7
7
8
-
## [Development]
9
-
<!-- Do Not Erase This Section - Used for tracking unreleased changes -->
8
+
## [0.53.9 - 2026-03-31]
10
9
11
10
### Fixed
12
11
-**GFQL / Cypher**: Added bounded direct local Cypher reentry support for the vectorized same-alias `MATCH ... WITH ... MATCH ...` subset, including carried scalar projections and trailing `RETURN` / `ORDER BY` use on the carried alias. Unsupported cross-alias, fresh row-seeded, and prefix-order-dependent shapes now fail fast instead of silently miscompiling.
0 commit comments