Release Date: 10 June 2022
GDS 2.0.5 is compatible with Neo4j 4.3 and 4.4 but not Neo4j 3.5.x, 4.0, 4.1, or 4.2. For a 3.5 compatible release, please see GDS 1.1.7. For a 4.0 compatible release, please see GDS 1.6.5. For a 4.1 or 4.2 compatible release, please see GDS 1.8.7

Bug Fixes

  • Fixed a bug in CollapsePath where a provided nodeFilter would be ignored. GH 194
  • Fixed a bug in RandomWalk where unconsumed stream results could leave GDS in a state where no further operations were possible
  • Fixed a bug in gds.louvain.stream which could arise when the consecutiveIds parameter was enabled.
  • Improvements

  • Improved error message for gds.beta.graph.project.subgraph when comparing expressions with incompatible types and one of them is a literal expression.
  • Handled exception where centrality scores could not be used to compute the centralityDistribution. Now we only skip the computation of the distribution but the centrality result is accessible.