Release Date: 27 February 2025
GDS 2.14 is compatible with Neo4j 2025.2. For GDS compatibility with previous releases, please use GDS Compatibility Table.New features
gds.articulationPoints.stream
can now return for each articulation point a mapresultingComponents
tracking the number of components, as well as their minimum/maximum size that are formed following the articulation point’s removal.
Bug fixes
- Fixed a bug where algorithms would keep tasks around on failure. Affected algorithms:
gds.beta.pipeline.linkPrediction.train
– Could not start another training on the same graph afterwards.gds.dag.longestPath
gds.randomWalk
gds.shortestPath.yens
gds.allShortestPaths.delta
Improvements
- Native projections will now reject relationships which point to or from nodes that were not scanned during the node projection. This situation can happen when there are simultaneous modifications to the DBMS during projection.
- In
gds.fastRP.{mutate,write,stream}
, the initial random node vectors use a degree-scaling which is uniform over the entire vector, whereas previously a different scaling was applied to the property-aware part of the vector. This makes the relationship betweenpropertyRatio
and the influence of properties more intuitive, also whennormalizationStrength
is non-zero.
Recent Graph Data Science Releases
- Graph Data Science 2.15
- Graph Data Science 2.14
- Graph Data Science 2.13
- Graph Data Science 2.12
- Graph Data Science 2.11