Skip to content

Commit

Permalink
Release for Julia v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschoelly committed Sep 14, 2018
1 parent 90f837e commit 34be4e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

GraphIO provides support to [LightGraphs.jl](https://github.com/JuliaGraphs/LightGraphs.jl) for reading/writing graphs in various formats.

The current version of GraphIO works with Julia version >= 0.7.

Currently, the following functionality is provided:

Format | Read | Write | Multiple Graphs| Format Name |
Expand Down
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
julia 0.7
LightGraphs 0.9.5
EzXML 0.5
ParserCombinator
EzXML 0.9.0
ParserCombinator 2.0.0
#JLD
SimpleTraits
1 change: 0 additions & 1 deletion src/GraphIO.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
__precompile__(true)
module GraphIO

using LightGraphs
Expand Down

0 comments on commit 34be4e3

Please sign in to comment.