Skip to content

GDS 1.6.3

Choose a tag to compare

@AliciaFrame AliciaFrame released this 22 Jul 12:57
· 16748 commits to master since this release

Release Date: July 22, 2021

Breaking changes

  • Remove the sharedUpdater parameter from gds.alpha.ml.linkPrediction and gds.alpha.ml.nodeClassification.

New features

Bug fixes

  • Fixed a bug which affected gds.nodeSimilarity.write and gds.alpha.knn.write when being executed in combination with a nodeLabels filter.
    The bug either led to an exception or to wrong results due to an incorrect mapping between internal and Neo4j node ids.
  • Fixed a bug in seeded NodeClassification and LinkPrediction which lead to non-deterministic behaviour.
  • Fixed a bug where gds.nodeSimilarity.[write|mutate] and gds.beta.knn.[write|mutate] wrote duplicate relationships if the input graph is undirected.
  • Fixed a bug in gds.beta.knn where negative values in node properties of type float arrays failed when returning the similarityDistribution.

Improvements

  • Lower memory footprint for LinkPrediction and NodeClassification.