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

LightGraphs v0.11.1

Compare
Choose a tag to compare
@sbromberger sbromberger released this 24 Nov 16:11
· 374 commits to master since this release
ef6538f

Significant changes:

  • add_vertices! now returns the number of vertices added

Minor changes:

  • mincut functions are no longer visitor-based.
  • documentation / comment fixes
  • linting
  • CITING.md
  • updates to gzip compression libs
  • improvements to BFS (first of many)