This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
LightGraphs v1.1.0
In this release:
- no more Arpack! We're using ArnoldiMethod.jl to provide Julia-native versions of
eigs
. (#1008) - LightGraphs now passes tests on 32-bit systems across the board (#999)
- Karger Min Cut functionality (#988)
- bugfixes and a rename of
simplecycles_hawick_james
(#1007, #1005) - Parallel BFS! (#943)
- Short cycle detection (#1006)
- Generate-reduce functions (#960)
- multithreaded centrality measures! (#987)
- doc fixes (#1003)