Skip to content

Graph Data Science 2.14.0

Compare
Choose a tag to compare
@gminneci gminneci released this 28 Feb 11:41
· 37 commits to 2.13 since this release

neo4j-graph-data-science-2.14.0

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.