Release Date: 24 January 2022
GDS 1.8.3 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.beta.model.drop could not drop a previously stored model.
  • Fixed a bug where gds.beta.model.publish resulted in unusable models if the model was also stored before.
  • Fixed a bug where gds.alpha.ml.splitRelationships created relationships with incorrect ids when NodeLabel filtering is used.
  • Fixed a bug where gds.alpha.ml.linkPrediction.predict produced relationships with incorrect nodeIds if node labels are filtered.
  • Fixed a bug where gds.alpha.ml.pipeline.linkPrediction.predict.mutate produced relationships with incorrect nodeIds if node labels are filtered.
  • Fixed a bug where gds.beta.graph.create.subgraph could associate nodes with the wrong properties.