Skip to content

Graph Data Science 2.0.2

Compare
Choose a tag to compare
@AliciaFrame AliciaFrame released this 14 Apr 21:32
· 11159 commits to master since this release

GDS 2.0.2 is compatible with Neo4j 4.3 and 4.4 but not Neo4j 3.5.x, 4.0, 4.1, or 4.2. For a 3.5 compatible release, please see GDS 1.1.7. For a 4.0 compatible release, please see GDS 1.6.5. For a 4.1 or 4.2 compatible release, please see GDS 1.8.6

Note: from this release onwards we will also be publishing our estimation CLI tool, that can be used to size GDS instances.

New Features

  • Cypher Aggregation now accepts any INTEGER value for source and target nodes
  • Bug Fixes

  • Fixed a bug in gds.graph.export where the configured database directory would not be respected
  • Fixed a bug in gds.beta.pipeline.linkPrediction.predict.[mutate|stream] where the procedures threw an error when initialSampler was specified
  • Other Changes

  • Updated version of 'com.google.protobuf' to 3.9.12. This fixes a potential Denial of Service issue (GHSA-wrvw-hg22-4m67).