Skip to content

GDS 1.1.1 Release (compatible with Neo4j 3.5)

Choose a tag to compare

@AliciaFrame AliciaFrame released this 06 May 20:13
· 22182 commits to master since this release

Release date: 4 May, 2020

GDS 1.1.1 is compatible with Neo4j 3.5.9 and above, but not Neo4j 4.x. For a 4.0 compatible release, please see GDS 1.2.0.

Bug fixes:

  • Fixed several bugs with mutated node properties:
    • Mutated node properties no longer have size 0
    • gds.graph.writeNodeProperties previously did not return counts for node properties; this has been fixed
  • Fixed a bug where progress logging could slow down algorithm performance
  • gds.graph.writeNodeProperties no longer writes 0 to nodes missing the specified property
  • Fixed a bug where seeding from an in-memory node property caused no results to be written back.