Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

3.5.0.0

Compare
Choose a tag to compare
@neo-technology-build-agent neo-technology-build-agent released this 10 Oct 06:06
· 201 commits to 3.4 since this release

With the release of the first beta of Neo4j 3.5 we now have our first of Graph Algorithms to go with that.

What happened in this release?

  • Added similarity functions and procedures - Jaccard, Cosine, Euclidean

  • Added streaming variant of Yen's k-Shortest path

  • Added 2nd stage of Louvain

  • Added Balanced Triads

  • Shortest path algorithms all now default to undirected graph. This can be configured by passing in direction: "outgoing/incoming/both"