v1.4.0
SimpleWeightedGraphs v1.4.0
Closed issues:
- [Port] Doubling the weights of self-edges (#3)
- [Port] Potential problem with
pagerankforSimpleWeightedDiGraphs (#5) - [Port] Inconsistent adjacency matrix for weighted and unweighted graphs (#8)
- [Port] Error: Non symmetric matrices created by repeated pairs (#9)
- [Port]
transitiveclosurenot supported (#10) - [Port] Distance calculation with
a_starfails withSimpleWeightedGraphandSimpleWeightedDiGraph(#12) kruskal_mstandprim_mstreturn different types fromSimpleWeightedGraphinput (#17)- Improve documentation (#18)
- Use GitHub Actions for tests (#21)
- MethodError: no method matching SimpleWeightedGraph(::Vector{Int64}, ::Vector{Int64}, ::typeof(weights)) (#27)
- induced_subgraph does not preserve weights for edge lists. (#32)
- Documentation request: Address that adding edges one at a time is slower than constructor (#35)
get_weighreturns the transposed results for a SimpleWeighedDiGraph (#39)
Merged pull requests:
- Move docs from readme to website, better testing (#34) (@gdalle)
- added constructor for SimpleWeightedEdge (#36) (@SuperGrobi)
- Create induced subgraph from edge list (#37) (@pgrepds)
- Improve docs and style (#38) (@gdalle)
- Fix transposed weights in get_weight (#40) (@gdalle)
- Document default direction (
:both) inlaplacian_matrixand others (#41) (@gdalle) - Add details to the docs fixing #8 and #9 (#42) (@gdalle)
- Fix pagerank transpose bug and tests (#44) (@gdalle)