algebraic-graphs-io 0.1.1.0 → 0.1.2.0
raw patch · 2 files changed
+5/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +4/−2
- algebraic-graphs-io.cabal +1/−1
README.md view
@@ -1,5 +1,7 @@ # algebraic-graphs-io -[](https://travis-ci.org/ocramz/algebraic-graphs-io)+This package aims to collect some I/Outilities for `algebraic-graphs`, e.g. parsers and serializers for common graph data interchange formats. -TODO Description.+Currently it provides a parser for the GML format, which is used by a few common graph software packages (NetworkX, Gephi, graphviz, and others).++PRs and contributions welcome!
algebraic-graphs-io.cabal view
@@ -1,5 +1,5 @@ name: algebraic-graphs-io-version: 0.1.1.0+version: 0.1.2.0 synopsis: I/O utilities for algebraic-graphs description: I/O utilities for algebraic-graphs. Currently, parsers for the GML format. homepage: https://github.com/ocramz/algebraic-graphs-io