v1.2.2
SimpleWeightedGraphs v1.2.2
Closed issues:
- [Port]
ne
fails to count the correct number of self-edges (#4) - [Port]
gplot(::SimpleWeightedGraph)
not working (#7) - [Port] Updating docs:
get_weight(graph, src, dst)
returns weight of an edge (#13) - EDIT:
get_weight
is reading the correct weight (#20) edges
not defined? (#28)-
ERROR: ArgumentError: row indices I[k] must satisfy 1 <= I[k] <= m (#30)
Merged pull requests:
- Migrate from LightGraphs to Graphs.jl (#1) (@simonschoelly)
- Fix ne for self-loops (#2) (@yuehhua)
- Bug fix: Degree matrix build as sparse directly (#15) (@fcdimitr)
- mention
get_weight
in Readme (#16) (@scheidan) - add GitHub Workflows (#19) (@hdavid16)
- Switch to GitHub actions for testing (#22) (@gdalle)
- Astar test (#23) (@gdalle)
- remove unbound type parameters (#29) (@nsajko)