Release Date: 6 February 2025
GDS 2.14 is compatible with Neo4j 2025.1. For GDS compatibility with previous releases, please use GDS Compatibility Table.

New features

  • gds.bridges.stream can now return for each bridge a list with the sizes of the resulting components after the bridge is removed by the remainingSizes yields parameter.
  • New write mode procedures for hashGNN:
    • gds.hashgnn.write
    • gds.hashgnn.write.estimate

Bug fixes

  • Fixed a bug where gds.graph.sample.rwr and gds.graph.sample.cnarw would fail on very small graphs.
  • Fix a bug where gds.spanningTree would return zero cost per relationship instead of one for unspecified relationshipWeightProperty.