Skip to content

Graph Data Science 2.5.3

Compare
Choose a tag to compare
@gminneci gminneci released this 13 Nov 15:31
· 2795 commits to master since this release

New features

  • Add support for Neo4j 4.4.27

Bug fixes

  • Fixed a bug that lead to an unresponsive DBMS or even OS when running GDS projections in Neo4j on MacBooks (x86 or ARM).
  • Avoid a possible race condition random walking and training in Node2Vec. Also removes the need for a timeout in Node2Vec.

Improvements

  • Improved state synchronization during Arrow graph import to avoid errors due to out-of-sync messages.