Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Update Change
neo4j/graph-data-science minor 2.13.2 -> 2.15.0

Release Notes

neo4j/graph-data-science (neo4j/graph-data-science)

v2.15.0: Graph Data Science 2.15.0

Compare Source

New features
  • gds.articulationPoints.stream can now return for each articulation point a map resultingComponents 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 between propertyRatio and the influence of properties more intuitive, also when normalizationStrength is non-zero.

v2.14.0: Graph Data Science 2.14.0

Compare Source

neo4j-graph-data-science-2.14.0
New features
  • gds.bridges.stream can now return for each bridge a list with the sizes of the resulting components after the bridge is removed by the remainingSizes yields parameter.
  • New write mode procedures for hashGNN:
    • gds.hashgnn.write
    • gds.hashgnn.write.estimate
Bug fixes
  • Fixed a bug where gds.graph.sample.rwr and gds.graph.sample.cnarw would fail on very small graphs.
  • Fix a bug where gds.spanningTree would return zero cost per relationship instead of one for unspecified relationshipWeightProperty.

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@JohT JohT merged commit ecb5369 into main Mar 3, 2025
6 checks passed
@JohT JohT deleted the renovate/neo4j-graph-data-science-2.x branch March 3, 2025 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants