Skip to content

Graph Data Science 2.8.0

Latest
Compare
Choose a tag to compare
@gminneci gminneci released this 29 Jul 12:44
· 405 commits to master since this release

Bug fixes

  • Fixed a bug which caused writing back relationships to Neo4j potentially resulting in deadlocks.
    This affected these procedures:
    • gds.knn.write
    • gds.knn.filtered.write
    • gds.nodeSimilarity.write
    • gds.nodeSimilarity.filtered.write
    • gds.steinerTree.write
    • gds.spanningTree.write
    • gds.allShortestPaths.delta.write
    • gds.shortestPath.dijkstra.write
    • gds.shortestPath.astar.write
    • gds.shortestPath.yens.write
    • gds.bellmanFord.write
    • gds.graph.relationships.write
    • gds.graph.relationshipProperties.write

Other changes

  • Reverted parallel relationship write-back introduced in 2.7, due to deadlocks.

g fixes

  • Fixed a bug which caused writing back relationships to Neo4j could result in deadlocks.
    This affected these procedures:
    • gds.knn.write
    • gds.knn.filtered.write
    • gds.nodeSimilarity.write
    • gds.nodeSimilarity.filtered.write
    • gds.steinerTree.write
    • gds.spanningTree.write
    • gds.allShortestPaths.delta.write
    • gds.shortestPath.dijkstra.write
    • gds.shortestPath.astar.write
    • gds.shortestPath.yens.write
    • gds.bellmanFord.write
    • gds.graph.relationships.write
    • gds.graph.relationshipProperties.write

Other changes

  • Reverted parallel relationship write-back introduced in 2.7, due to deadlocks.