Skip to content

Tags: JuliaGraphs/MetaGraphs.jl

Tags

v0.8.0

[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)

v0.7.2+doc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #42 from JuliaGraphs/gd/metagraphsnext

Update README and CI

v0.7.2

## 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)

v0.7.1

## MetaGraphs v0.7.1

**Closed issues:**
- Register package (#4)

**Merged pull requests:**
- Migrate from LightGraphs to Graphs.jl (#1) (@simonschoelly)
- rem_vertex! bugfix (#2) (@jarbus)
- up version for fix (#5) (@matbesancon)