All Versions
25
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
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