This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
Releases: sbromberger/SimpleWeightedGraphs.jl
Releases · sbromberger/SimpleWeightedGraphs.jl
SimpleGraphs v1.1.0
in this release:
- induced subgraphs
- elimination of warnings (performance notes moved to docs)
@inbounds
SimpleGraphs v1.0.0
SimpleGraphs written for LG 1.0 and Julia 1.0.
SimpleWeightedGraphs v0.5.0
Changes to support Julia 0.7
SimpleGraphs v0.4.1
Final release supporting Julia 0.6.
SimpleWeightedGraphs v0.4.0
This release supports LightGraphs v0.12.x.
in_edges
andout_edges
have been removed.inneighbors
andoutneighbors
have replacedin_neighbors
andout_neighbors
.
SimpleWeightedGraphs v0.3.1
This is the last release that will work on 0.6.
- bugfixes
in_neighbors
andout_neighbors
nowinneighbors
andoutneighbors
.
SimpleWeightedGraphs v0.3.0
Now compatible with LightGraphs v0.11.0.
SimpleWeightedGraphs v0.2.0
- pagerank now takes weights.
- new constructors.
SimpleWeightedGraphs v0.1.0
This release introduces persistence for SimpleWeightedGraphs and updates overrides of LightGraphs functions to be consistent with new syntax.
SimpleWeightedGraphs v0.0.1
Register and tag new version of SimpleWeightedGraphs.jl