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

LightGraphs v0.14.0

Compare
Choose a tag to compare
@sbromberger sbromberger released this 28 Jul 18:39
· 279 commits to master since this release
fd2b592
  • dependence on Arpack.jl now that eigs has moved from stdlib to third-party package (note - this currently breaks on source builds on OSX and other platforms with compilers > GCC7; see JuliaLinearAlgebra/Arpack.jl#5)

  • parallel versions of Floyd-Warshall (#907) and pagerank (#922)

  • change to has_edge: has_edge(g, i, j) is the new API contract; has_edge(g, e) is reserved to graph creators to support strict edge equality testing.

  • new LightGraphs.Experimental module that will allow quick development and iteration not subject to semver restrictions.