Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Update Change
neo4j/graph-data-science minor 2.8.0 -> 2.10.1

Release Notes

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

v2.10.1: neo4j-graph-data-science-2.10.1

Compare Source

neo4j-graph-data-science-2.10.1
Breaking changes
  • Raise an exception if relationship types are specified in undirectedRelationshipTypes or inverseIndexedRelationshipTypes, but not projected in the graph projection. This affects the following projections:
    • Cypher projection
    • Apache Arrow projection
New features
  • Added procedures RandomWalk mutate mode:
    • gds.randomWalk.mutate
    • gds.randomWalk.mutate.estimate
Bug fixes
  • Modified the FastRP initialization procedure to scale both the random values and property values to match the range of the embedding dimension. This adjustment addresses the issue of discontinuous behavior of embedding values when propertyRatio is close to 0 or 1.
  • Fixed a bug where NodeSimilarity using relationship weights and JACCARD similarity metric produced incorrect similarity values.
  • Fixed a bug where Graph implementations that do not override streamRelationships could not export relationships with a single property via arrow.
  • Fixed a bug where Cypher projections would fail when a string, number or boolean literal is used in the query when query literal obfuscation is turned on.
Improvements
  • Added failIfMissing configuration option to gds.graph.nodeProperties.drop procedure.
  • Added progress logging for the gds.graph.project aggregation function.
Other changes
  • The arrow triplet import action now accepts job_id and task_volume parameters.

v2.9.0

Compare Source

New features
  • Added a procedure for finding bridges in a graph
    • gds.bridges.stream
  • Added procedures for finding articulation points in a graph
    • gds.articulationPoints.mutate
    • gds.articulationPoints.mutate.estimate
    • gds.articulationPoints.stats
    • gds.articulationPoints.stats.estimate
    • gds.articulationPoints.stream
    • gds.articulationPoints.stream.estimate
    • gds.articulationPoints.write
    • gds.articulationPoints.write.estimate
Bug fixes
  • Fix a bug introduced in 2.7.0 where gds.wcc.mutate would ignore the consecutiveIds configuration parameter.
  • Fixed a bug in 2.8.0 which caused errors writing back relationships to Neo4j. This affected these procedures:
    • gds.nodeSimilarity.filtered.write

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/neo4j-graph-data-science-2.x branch from 05ca8f8 to 5ff1c9a Compare October 7, 2024 05:08
@JohT JohT merged commit 7c0604d into main Oct 7, 2024
4 checks passed
@JohT JohT deleted the renovate/neo4j-graph-data-science-2.x branch October 7, 2024 11:01
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