Tags: JuliaGraphs/MetaGraphs.jl
Tags
[Diff since v0.7.2](v0.7.2...v0.8.0) **Merged pull requests:** - fix README to point to the JuliaGraphs site for MetaGraphs.jl documen… (#32) (@Binary-Eater) - Quote properties on edges too (#40) (@gabriel-fallen) - added default option to get_prop (#41) (@henrik-wolf) - Update README and CI (#42) (@gdalle) - Update JLD2 compat (#43) (@filchristou)
Merge pull request #42 from JuliaGraphs/gd/metagraphsnext Update README and CI
## MetaGraphs v0.7.2 [Diff since v0.7.1](v0.7.1...v0.7.2) **Closed issues:** - link to docs is broken (#3) - Error messages with `MetaGraph`, `vertices`, and `edges` (#8) - MetaGraph does not accept SimpleGraph properly (#31) - LightGraphs is not compatible anymore (#34) **Merged pull requests:** - fix docs (#7) (@matbesancon) - Allow Dict to set prop indices (#35) (@filchristou)