Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 29, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
neo4j/graph-data-science minor 2.6.7 -> 2.7.0

Release Notes

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

v2.7.0

Compare Source

neo4j-graph-data-science-2.7.0
Breaking changes
  • Removed support for Neo4j DBMS v4.
New features
  • A new parameter targetNodes has been introduced to gds.shortestPath.dijkstra procedures that allows specifying multiple targets rather than a single target.
  • GDS Arrow to database import now also supports creating database with block storage engine. This requires at least Neo4j 5.18.
  • gds.graph.export now supports setting a database format using the dbFormat key. See https://neo4j.com/docs/operations-manual/current/database-internals/store-formats/ for supported formats (block requires at lest Neo4j 5.18).
  • Added a dedicated Arrow export command to extract node labels from an in-memory graph.
  • Arrow graph export commands support exporting node identifiers mapped to a consecutive id space, i.e. [0..nodeCount).
  • Add support for DBMS V5.21.0
Bug fixes
  • Fixed a bug where the batch size configured in arrow stream messages would be ignored
  • Fixed a bug where graphs could be projected with empty name when using Cypher projections v2.
Improvements
  • Writing relationships can now be done in parallel, the concurrency can be controlled by the writeConcurrency parameter.
  • Progress logging for Closeness centrality is more detailed.
Other changes
  • The record_format field in the GDS Arrow Create Database action is deprecated for removal, use db_format instead.

v2.6.8: Graph Data Science 2.6.8

Compare Source

neo4j-graph-data-science-2.6.8
Bug fixes
  • Fixed a bug in the longest path algorithm, where it was failing with zero weights for some of the cases.
  • Fixed an issue when Louvain would fail on very big graphs.

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 7cbdc2a into main Jun 29, 2024
@JohT JohT deleted the renovate/neo4j-graph-data-science-2.x branch June 29, 2024 08:07
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