Release Date: 13 September 2021
GDS 1.6.5 is compatible with Neo4j 4.0, 4.1, 4.2, and 4.3 but not Neo4j 3.5.x. For a 3.5 compatible release, please see GDS 1.1.6.

Bug fixes

  • Fixed a bug in gds.beta.graph.generate, where random graphs with relationship properties could not be generated.
  • Fixed a bug in gds.graph.create, where default values for array properties would throw for convertable types.
  • Fixed a bug in gds.beta.graphSage, where the concurrency parameter was not considered.
  • Fixed a bug where the BitIdMap node mapping builder (on by default in GDS Enterprise Edition) would not correctly count all nodes in certain situations.
  • Corrected the training size used in gds.alpha.ml.linkPrediction.train. This affects the penality parameter used in logistic regression.