Releases: JuliaGraphs/GraphIO.jl
Releases · JuliaGraphs/GraphIO.jl
v0.7.1
v0.7.0
GraphIO v0.7.0
Merged pull requests:
- README: use true URL links for format name (#45) (@johnnychen94)
- Formats outside @require + Package extensions (#51) (@filchristou)
- GraphML: remove a TODO that has been implemented for years. (#53) (@dourouc05)
- Remove Travis CI (#54) (@gdalle)
v0.6.0
GraphIO v0.6.0
Closed issues:
- Update dependency versions and use Project.toml (#27)
- ERROR: UndefVarError: GraphML not defined while saving a graph (#33)
- UndefVarError: DOT not defined (#34)
- Missing concrete examples on how to get a graph from each file format (#37)
Merged pull requests:
- Split GraphIO into submodules (#17) (@simonschoelly)
- Added functionality to save graphs in DOT format (#23) (@abhinavmehndiratta)
- Sbromberger/project.toml (#28) (@sbromberger)
- compat upper bounds (#30) (@sbromberger)
- Add IntEdgeListFormat (#32) (@abhinavmehndiratta)
- Move From LightGraphs.jl to Graphs.jl (#40) (@storopoli)
GraphIO v0.4.0
- graph formats are now in their own modules.
- new
LGCompressedFormat()
for saving compressed graphs (requiresCodecZlib
), now that saving compressed graphs has been removed from LightGraphs.
GraphIO v0.3.0
- Julia 0.7/1.0 support
GraphIO v0.2.0
v0.2.0 updates EzXML and fixes a testing problem with HDF5.
GraphIO v0.1.0
new formats, some cleanup, and some dependency changes.
GraphIO v0.0.1
New package to support Graph IO (currently for LightGraphs but PRs will be accepted for support of other graph packages).