This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
LightGraphs v0.10.0
In this release:
BREAKING:
dir
is now a keyword (as opposed to a positional) argument in all applicable user-facing functions.- BFS traversals no longer support visitor-based functions.
ADDITIONS:
has_path
function
ENHANCEMENTS:
- performance improvements
- parallel versions of distance measurements