This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
Releases: sbromberger/LightGraphs.jl
Releases · sbromberger/LightGraphs.jl
LightGraphs v0.10.2
In this release:
- additional centrality measures
- misc bug fixes
LightGraphs v0.10.1
In this release:
- non-breaking (backwards-compatible) change to LG persistence
- performance improvements to common algorithms
- DFS no longer supports visitor-based functions
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
LightGraphs v0.9.5
Changes:
GZip.jl now removed in favor of CodecZlib.jl (adds one indirect dependency)
new documentation process
diffusion as a traversal mechanism (credit to @nickeubank)
LightGraphs v0.9.4
Contains documentation fixes to eliminate build errors on 0.7.
LightGraphs v0.9.3
Fixes #690
LightGraphs v0.9.2
This release:
- fixes a bug in short-circuit logic
- reformats LightGraphs to eliminate whitespace linter errors
- prepares for new GraphIO functionality
- streamlines some tests
LightGraphs v0.9.1
New functionality
- parallel versions of some centrality measures
- improvements in Dijkstra shortest paths
- degeneracy
- bug fixes
- doc enhancements
LightGraphs v0.7.7
I had hoped to be able to keep AbstractGraphs
unexported, but it looks like other packages will need to use it directly.
LightGraphs v0.7.6
Added AbstractGraph
for forward compatibility.