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

LightGraphs v1.2.0

Compare
Choose a tag to compare
@sbromberger sbromberger released this 06 Oct 18:24
· 212 commits to master since this release
b05462a

In this release:

  • native LGFormat() will no longer save compressed graphs. This allows us to remove the dependency on CodecZlib (but introduces a new dependence on Inflate). Saving compressed graphs has been moved to GraphIO. (#1024)
  • performance improvements to shortest paths (#1012, #1013) and parallel gdistances (#1027)
    -many documentation updates!!
  • new Vertex Cover (#949) and Independent Set (#1026)
  • new Dorogovtsev Mendes random graph generator (#1032)