algebraic-graphs-io 0.5 → 0.5.0.1
raw patch · 2 files changed
+5/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +4/−0
- algebraic-graphs-io.cabal +1/−1
README.md view
@@ -10,6 +10,10 @@ * .tsv : tab-separated list of edge data, used e.g. for the Graph Challenge dataset [1] +* JSON : via 'aeson'++* CBOR : via 'serialise'+ ## Datasets
algebraic-graphs-io.cabal view
@@ -1,5 +1,5 @@ name: algebraic-graphs-io-version: 0.5+version: 0.5.0.1 synopsis: I/O utilities and datasets for algebraic-graphs description: I/O utilities and datasets for algebraic-graphs. See README for details homepage: https://github.com/ocramz/algebraic-graphs-io