Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
neo4j/graph-data-science minor 2.5.7 -> 2.6.0

Release Notes

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

v2.6.0

Compare Source

Breaking changes
  • Some of the nested fields of the config returned by the new Cypher Projection were invalid for CP and have been removed.
  • Drop support for Neo4j DBMS v5.6..v5.10
New features
  • Weakly connected components can now be used to improve the speed of Node Similarity by comparing only nodes belonging to the same component.
    The feature can be enabled by either passing the component directly as a node property key (String) via the useComponents config parameter, or by setting the same config parameter to true, which will compute components internally using WCC as a pre-procesing step.
Bug fixes
  • Fix a bug where WCC fails on node filtered, inverse indexed graphs.
  • Fix a bug where non-write mode procedures would fail on composite databases.
  • Fix a bug where Random Walk could fail on weighted graphs.
Improvements
  • Added degree() function to gds.graph.subgraph node predicates.
  • Cancel all arrow server threads on server shutdown. This results in the client being correctly notified of the server shutdown.
Other changes
  • Move GDS Arrow features out of alpha status, which most importantly includes:
    • Introduction of versioned GDS Arrow endpoints
    • Deprecation of the old GDS Arrow endpoints for removal in ~ 6 months
    • Refactoring, more testing and regression testing

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.

@JohT JohT merged commit 3f78697 into main Feb 12, 2024
@JohT JohT deleted the renovate/neo4j-graph-data-science-2.x branch February 12, 2024 05:45
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