All Versions
25
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.9.6.0 Changes

    • ๐Ÿ†• New API for rndGraph and rndGraph'
  • v0.9.5.1 Changes

    • ๐Ÿ›  Fix haddock documentation
  • v0.9.5.0 Changes

    • More general random graph generators
  • v0.9.4.0 Changes

    • โž• Add isolatedVertices function to Graph type class
    • Define binary operations
    • GHC 7.10 compatibility
  • v0.9.3.0 Changes

    • ๐Ÿ›  Bugfix Functor and Foldable instances
  • v0.9.2.0 Changes

    • โž• Add plot functions that render edge labels
  • v0.9.1.0 Changes

    • Generalize graph visualization types
  • v0.9.0.0 Changes

    • toList and fromList use adjacency list representation
    • ๐Ÿ–จ Pretty Printing for graphs
    • โž• Add Binary operations in Graph type class
    • ๐Ÿšš Functor and Foldable instances removed
  • v0.8.1.0 Changes

    • fork plot functions to ease use in GHCI
    • ๐Ÿ›  adjacentVertices' bugfix
    • Data.Graph.Traversal module initial version
  • v0.8.0.0 Changes

    • adjacentVertices' and reachableAdjacentVertices' return edge triples