Skip to content

GDS 2.25.0 Release

Choose a tag to compare

@IoannisPanagiotas IoannisPanagiotas released this 19 Jan 13:49
· 86 commits to 2.13 since this release

Neo4j Graph Data Science Plugin changelog 2.25.0

Breaking changes

New features

  • The parameter nodeCapacityProperty has been introduced to set capacity requirements on an individual node level in gds.maxFlow.
  • New algorithm for Min-Cost Maximum Flow. Supported modes:
    • gds.maxFlow.minCost.stream
    • gds.maxFlow.minCost.stream.estimate
    • gds.maxFlow.minCost.mutate
    • gds.maxFlow.minCost.mutate.estimate
    • gds.maxFlow.minCost.write
    • gds.maxFlow.minCost.write.estimate
    • gds.maxFlow.minCost.stats
    • gds.maxFlow.minCost.stats.estimate

Bug fixes

Improvements

Other changes

  • The ability pass sources/targets with capacity is deprecated in gds.maxFlow, but not removed. The replacement is nodeCapacityProperty instead.