Skip to content

2.13.1

Compare
Choose a tag to compare
@gminneci gminneci released this 11 Dec 15:38
· 18 commits to master since this release

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 tasks Graph aggregation in case of failure.
  • Fixed an issue when gds.systemMonitor reports availableCpuCoresNotRequested incorrectly.
  • Fixed CVE-2024-47535 in the netty dependency, affecting Windows users.