GDS 1.6.3
Release Date: July 22, 2021
Breaking changes
- Remove the
sharedUpdaterparameter fromgds.alpha.ml.linkPredictionandgds.alpha.ml.nodeClassification.
New features
Bug fixes
- Fixed a bug which affected
gds.nodeSimilarity.writeandgds.alpha.knn.writewhen being executed in combination with anodeLabelsfilter.
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]andgds.beta.knn.[write|mutate]wrote duplicate relationships if the input graph is undirected. - Fixed a bug in
gds.beta.knnwhere negative values in node properties of type float arrays failed when returning thesimilarityDistribution.
Improvements
- Lower memory footprint for LinkPrediction and NodeClassification.