Release Date: 11 May 2021

GDS 1.5 is compatible with Neo4j 4.0, 4.1, and 4.2 but not Neo4j 3.5.x. For a 3.5 compatible release, please see GDS 1.1.6.

Bug fixes

  • Fixed a bug in FastRPExtended concerning implementation internals, especially when propertyDimesion == embeddingDimension output contained NaNs.
  • Fixed a bug where Alpha similarity algorithms in some cases could fail on division by 0 when writing results back.
  • Fixed an issue where gds.graph.drop could take a long time when the graph contained node embeddings.
  • Fixed a bug where gds.beta.graphSage.train was failing in the presence of array properties.