2.13.1
neo4j-graph-data-science-2.13.1
New features
- New algorithm for the
Prize Collecting Steiner Tree
. Supported modes:gds.prizeSteinerTree.stream
gds.prizeSteinerTree.stream.estimate
gds.prizeSteinerTree.mutate
gds.prizeSteinerTree.mutate.estimate
gds.prizeSteinerTree.write
gds.prizeSteinerTree.write.estimate
gds.prizeSteinerTree.stats
gds.prizeSteinerTree.stats.estimate
- New procedures for tracking memory footprint:
gds.memory.list
gds.memory.summary
Bug fixes
- Fixed a bug where Cypher projections
RETURN gds.graph.project(...)
would leave not cleanup its progress tasksGraph aggregation
in case of failure. - Fixed an issue when
gds.systemMonitor
reportsavailableCpuCoresNotRequested
incorrectly. - Fixed CVE-2024-47535 in the
netty
dependency, affecting Windows users.