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

3.4.4.0

Choose a tag to compare

@mneedham mneedham released this 23 Jul 10:11
· 278 commits to 3.4 since this release

What happened in this release?

  • Bug fixes in Closeness Centrality and Delta Stepping Algorithms

  • Added Random Walk Algorithm. Thanks to Freya Behrens, Sebastian Bischoff, Pius Ladenburger, Julius Rückin, Laurenz Seidel, Fabian Stolp, Michael Vaichenker and Adrian Ziegler of the MetaExp-Project for their work on this. You can learn more about this algorithm in the documentation.

  • Added support for Personalized PageRank. This is the most basic variant so please let us know if it works for you or if you need some other features supported.

  • Yens k-shortest path algorithm now stores weights along with the stored shortest path relationships

  • Bug fix when loading nodes with links to themselves