This repository was archived by the owner on Apr 22, 2020. It is now read-only.
3.5.3.3
·
201 commits
to 3.4
since this release
What happened in this release?
- Added Eigenvector Centrality
- Refactored Strongly Connected Components, Connected Components, Label Propagation to use
writePropertyinstead ofpartitionProperty. Old parameter still works for backwards compatability - Refactored
algo.lpato match signatures of other write algorithms. Old signature still works for backwards compatability