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

3.4.7.0

Compare
Choose a tag to compare
@mneedham mneedham released this 09 Oct 20:41
· 219 commits to 3.4 since this release
7888407

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"