Skip to content

Releases: JuliaGraphs/GraphIO.jl

v0.7.0

23 Jun 10:54
3211943
Compare
Choose a tag to compare

GraphIO v0.7.0

Diff since v0.6.0

Merged pull requests:

v0.6.0

23 Oct 15:37
fbde6c3
Compare
Choose a tag to compare

GraphIO v0.6.0

Diff since v0.4.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:

GraphIO v0.4.0

06 Oct 18:18
5e6207f
Compare
Choose a tag to compare
  • graph formats are now in their own modules.
  • new LGCompressedFormat() for saving compressed graphs (requires CodecZlib), now that saving compressed graphs has been removed from LightGraphs.

GraphIO v0.3.0

21 Sep 17:42
53568e8
Compare
Choose a tag to compare
  • Julia 0.7/1.0 support

GraphIO v0.2.0

13 Feb 15:34
6f29103
Compare
Choose a tag to compare

v0.2.0 updates EzXML and fixes a testing problem with HDF5.

GraphIO v0.1.0

15 Jul 17:16
Compare
Choose a tag to compare

new formats, some cleanup, and some dependency changes.

GraphIO v0.0.1

19 Apr 23:26
Compare
Choose a tag to compare

New package to support Graph IO (currently for LightGraphs but PRs will be accepted for support of other graph packages).