From 34be4e30289eee87df881ddec54749634794248a Mon Sep 17 00:00:00 2001 From: Simon Schoelly Date: Fri, 14 Sep 2018 12:21:12 +0200 Subject: [PATCH] Release for Julia v1.0 --- README.md | 2 ++ REQUIRE | 4 ++-- src/GraphIO.jl | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee3e4ac..2865dee 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/REQUIRE b/REQUIRE index 6becd7a..ddbf4d0 100644 --- a/REQUIRE +++ b/REQUIRE @@ -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 diff --git a/src/GraphIO.jl b/src/GraphIO.jl index 4cf017e..ceba01f 100644 --- a/src/GraphIO.jl +++ b/src/GraphIO.jl @@ -1,4 +1,3 @@ -__precompile__(true) module GraphIO using LightGraphs