All Versions
5
Latest Version
Avg Release Cycle
1 days
Latest Release
-

Changelog History

  • v0.3.0 Changes

    ๐Ÿ‘€ 1. Implement a parser for and serializer for the Pajek graph language. See #39 Thanks zouroboros!

    1. Use Stack to generate new pvp bounds. Formerly: haskell algebraic-graphs == 0.3.* attoparsec == 0.13.* bytestring == 0.10.* containers == 0.5.* fgl == 5.6.* hexml == 0.3.* html-entities == 1.1.* text == 1.2.* To the following generated with stack LTS-13.8: haskell base >=4.8 && <5, algebraic-graphs ==0.3.*, attoparsec >=0.13.2.2 && <0.14, bytestring >=0.10.8.2 && <0.11, containers >=0.6.0.1 && <0.7, fgl >=5.7.0.1 && <5.8, hexml >=0.3.4 && <0.4, html-entities >=1.1.4.2 && <1.2, text >=1.2.3.1 && <1.3
  • v0.2.1 Changes

    • Bump Algebraic Graphs from 0.1.* to 0.2.*
  • v0.2.0 Changes

    September 21, 2018
    • โž• Addition of conversion and revert for FGL.
    • โž• Addition of Parser, Serializer and AST for GML.
    • ๐Ÿ”„ Change Edge types to now only construct with a VertexID type.
    • ๐Ÿ”„ Change edgeEndpoints to return VertexID.
  • v0.1.2 Changes

    September 19, 2018

    ๐Ÿš€ Note: First Hackage release which follows correct cabal versioning increments.

    • โž• Addition of Containers (convert).
    • โฌ†๏ธ Bump to Stack LTS.
    • โšก๏ธ Update to Algebraic Graphs to build with more versions.
  • v0.1.1.5 Changes

    September 19, 2018

    ๐Ÿš€ Note: First hackage release, prior to this on the repo there are many issues with commits.
    Note: Commit date earlier.
    Note: This list is of all features up to this point.

    • ๐Ÿ“œ Parser and serlizer for subset of Graphml.
    • Implementation of Algebraic Graphs.