Recent Releases of simpleweightedgraphs.jl
simpleweightedgraphs.jl - v1.5.0
SimpleWeightedGraphs v1.5.0
Merged pull requests:
- get_weight with AbstractEdge (#46) (@henrik-wolf)
- Adjust compat bounds and CI Julia versions (#51) (@gdalle)
- Revert "Adjust compat bounds and CI Julia versions" (#52) (@gdalle)
- Adjust compat bounds and CI Julia versions (episode 2) (#53) (@gdalle)
Closed issues:
- get_weight with AbstractEdge (#45)
- A* Star is problematic when working with SimpleWeightedGraph (#48)
- Julia
Published by github-actions[bot] 12 months ago
simpleweightedgraphs.jl - v1.4.0
SimpleWeightedGraphs v1.4.0
Closed issues:
- [Port] Doubling the weights of self-edges (#3)
- [Port] Potential problem with pagerank for SimpleWeightedDiGraphs (#5)
- [Port] Inconsistent adjacency matrix for weighted and unweighted graphs (#8)
- [Port] Error: Non symmetric matrices created by repeated pairs (#9)
- [Port] transitiveclosure not supported (#10)
- [Port] Distance calculation with a_star fails with SimpleWeightedGraph and SimpleWeightedDiGraph (#12)
- kruskal_mst and prim_mst return different types from SimpleWeightedGraph input (#17)
- Improve documentation (#18)
- Use GitHub Actions for tests (#21)
- MethodError: no method matching SimpleWeightedGraph(::Vector{Int64}, ::Vector{Int64}, ::typeof(weights)) (#27)
- inducedsubgraph does not preserve weights for edge lists. (#32)
- Documentation request: Address that adding edges one at a time is slower than constructor (#35)
- `getweigh` returns 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 getweight (#40) (@gdalle)
- Document default direction (:both) in `laplacianmatrix` and others (#41) (@gdalle)
- Add details to the docs fixing #8 and #9 (#42) (@gdalle)
- Fix pagerank transpose bug and tests (#44) (@gdalle)
- Julia
Published by github-actions[bot] almost 3 years ago
simpleweightedgraphs.jl - v1.3.0
SimpleWeightedGraphs v1.3.0
Closed issues: - [Port] Removing an edge just sets the edge weight to 0 (#6)
Merged pull requests: - rework of weighted graphs API, fixes #6 and Graphs#42 (#14) (@etiennedeg)
- Julia
Published by github-actions[bot] about 3 years ago
simpleweightedgraphs.jl - 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)
- Julia
Published by github-actions[bot] about 3 years ago