JuliaGraphs / GraphIO.jl

Graph IO functionality for various formats.
Other
61 stars 28 forks source link

Working version for Julia v1.0 #16

Closed simonschoelly closed 6 years ago

simonschoelly commented 6 years ago

Now that EzXML has tagged a new version, I would like to tag a version for Julia v1.0. I've decided to remove (comment out) everything related to JLD as it is unlikely that this will ever work with newer versions of Julia. Eventually we can add support for JLD2. If nobody objects to these changes, I will merge them soon.

sbromberger commented 6 years ago

This is good, but I'd like to focus on splitting formats into their own packages. Are you up for that?

simonschoelly commented 6 years ago

Yes, I can try to do that. So you want to have several packages all in the same repository? Is there any other repository where I can see how such a thing is done? Or just several repositories? In that case it would be good to have some kind of of shared repository where we can have some common functions for testing.

And should create a new tag here or wait until we have split up the formats?

simonschoelly commented 6 years ago

@sbromberger So I was told that it's technically possible to have multiple packages in the same repository but the infrastructure does not exist yet. I would therefore prefer to tag a new version so we have a working version for v1.0. I can then start working on the splitting on a separate branch.