Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

LightGraphs v0.10.0

Compare
Choose a tag to compare
@sbromberger sbromberger released this 15 Aug 16:44
· 426 commits to master since this release

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