Skip to content

Graph Data Science 1.7.2

Compare
Choose a tag to compare
@AliciaFrame AliciaFrame released this 01 Nov 20:35
· 14827 commits to master since this release

GDS 1.7.2 is compatible with Neo4j 4.1, 4.2, and 4.3 but not Neo4j 3.5.x. For a 3.5 compatible release, please see GDS 1.1.7. For a 4.0 compatible release, please see GDS 1.6.5

Bug fixes

  • Fixed an issue where seeded algorithms (such as WCC) on graphs with multiple node labels could assign seeded communities to new nodes.
  • Fixed an issue where KNN did not add candidates to the topK result.
  • Fixed an issue where running an algorithm could return incorrect results on graphs filtered with the configuration parameter nodeLabels.
  • Fixed an issue where running gds.alpha.ml.pipeline.linkPrediction.train could result in an error on graphs filtered with the configuration parameter nodeLabels.
  • Fixed an issue with unmapped Neo4j node ids throwing ArrayIndexOutOfBoundsException