Release Date: 21 November 2022
GDS 2.2.3 is compatible with Neo4j 5 versions & 4.4 versions ≥ 4.4.9 & 4.3 versions ≥ 4.3.15.For GDS compatibility with previous releases, please use GDS Compatibility Table.
Bug fixes
gds.alpha.nodeSimilarity.filtered
– would give incorrect node IDs.- Pregel framework – the computation would not stop after terminating the underlying transaction. This affects
gds.pageRank
,gds.articleRank
,gds.eigenvector
. alpha.hits
andgds.alpha.sllpa
could not be used as a nodeProperty step inside ml pipeline includinggds.beta.pipeline.linkPrediction
,gds.beta.pipeline.nodeClassification
, andgds.alpha.pipeline.nodeRegression
.- nodeProperty steps could not be added to ml pipelines when running against Neo4j 5.x. This affected
gds.beta.pipeline.linkPrediction
,gds.beta.pipeline.nodeClassification
, andgds.alpha.pipeline.nodeRegression
.
Improvements
gds.graph.list
will only calculate the graph size when the procedure is called without anyYIELD
or if the fieldsmemoryUsage
orsizeInBytes
are explicitlyYIELD
-ed. UsingYIELD
to return other fields but not one ofmemoryUsage
orsizeInBytes
can speed up the execution time ofgds.graph.list
.
Recent Graph Data Science Releases
- Graph Data Science 2.11
- Graph Data Science 2.10.1
- Graph Data Science 2.9.0
- Graph Data Science 2.8.0
- Graph Data Science 2.7.0