Tags: JuliaGraphs/MetaGraphsNext.jl
Tags
[Diff since v0.7.2](v0.7.2...v0.7.3) **Merged pull requests:** - throw ArgumentError on transitiveclosure!(::MetaGraph) (#90) (@drbergman)
[Diff since v0.7.0](v0.7.0...v0.7.1) **Merged pull requests:** - Add all_neighbor_labels function (#77) (@apriljunge) - Update tutorial on adding edges (#79) (@bin-wang) - Update JLD2 compat (#83) (@filchristou) - Bump `actions/checkout`, `julia-actions/setup-julia` version (#85) (@ReubenJ) **Closed issues:** - Removing vertices breaks graph (#74) - add all_neighbor_labels function (#76) - Indices of node in induced subgraphs (#82)
## MetaGraphsNext v0.7.0 [Diff since v0.6.0](v0.6.0...v0.7.0) **Merged pull requests:** - Bump version to 0.6.0 and stop testing on nightly (#66) (@gdalle) - Fix documentation CI (#67) (@gdalle) - fix #69 and #70 (#71) (@cecileane) - induced_subgraph: new method based on a subset of edges (#72) (@cecileane) **Closed issues:** - deleting a node does not update keys in edge_data (#69) - add_edge!(g, u, v) deletes existing edges if called twice with the same arguments (#70)
Merge pull request #67 from JuliaGraphs/fix_docs_build Fix documentation CI
## MetaGraphsNext v0.5.0 [Diff since v0.4.1](v0.4.1...v0.5.0) **Closed issues:** - Add constructors that infer the metadata types from the data values provided to constructor (#6) - Type stability tests (#30) - add_vertex! API (#41) **Merged pull requests:** - Use traits for (un)directed types (#40) (@filchristou) - Type-stable constructors (#45) (@gdalle) - Change internal handling of add_vertex! checks (#47) (@filchristou) - Add data-free methods for `add_vertex!` and `add_edge!` (#48) (@thchr) - Fix doctests (#49) (@gdalle) - Add label listing utilities (#50) (@gdalle)
Merge pull request #50 from JuliaGraphs/dev Add label listing utilities
PreviousNext