Skip to content

GDS 2.20.0 release

Latest
Compare
Choose a tag to compare
@IoannisPanagiotas IoannisPanagiotas released this 01 Aug 09:11
· 51 commits to 2.13 since this release

Release Date: 31 July 2025

GDS 2.20 is compatible with Neo4j 2025.07. For GDS compatibility with previous releases, please use GDS Compatibility Table.

New Features

Add support for the new labelFilter parameter of the gds.triangleCount.* procedures which allow users to specify the labels of the nodes in the triangles counted by the algorithm.

Bug fixes

Fix a bug where trying to create graphs through native projection with incorrect parameters would allocate memory in the memory guard.