GDS 2.25.0 Release
·
112 commits
to 2.13
since this release
Neo4j Graph Data Science Plugin changelog 2.25.0
Breaking changes
New features
- The parameter
nodeCapacityPropertyhas been introduced to set capacity requirements on an individual node level ingds.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 isnodeCapacityPropertyinstead.