Release Date: 13 January 2022

GDS 1.8.2 is compatible with Neo4j 4.1, 4.2, 4.3 and 4.4 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 a bug where gds.alpha.ml.pipeline.nodeClassification.train would train a model under the wrong username and not be accessible for the actual user.
  • Fixed a bug where gds.triangleCount and gds.localClusteringCoefficient might produce wrong results when using a nodeLabels filter.
  • Fixed a bug where gds.graph.create or gds.graph.create.subgraph did not release allocated memory which can lead to an OutOfMemoryException, especially when applied in a loop.