- New API for rndGraph and rndGraph'
- Fix haddock documentation
- More general random graph generators
- Add isolatedVertices function to Graph type class
- Define binary operations
- GHC 7.10 compatibility
- Bugfix Functor and Foldable instances
- Add plot functions that render edge labels
- Generalize graph visualization types
- toList and fromList use adjacency list representation
- Pretty Printing for graphs
- Add Binary operations in Graph type class
- Functor and Foldable instances removed
- fork plot functions to ease use in GHCI
- adjacentVertices' bugfix
- Data.Graph.Traversal module initial version
- adjacentVertices' and reachableAdjacentVertices' return edge triples
- Deprecate directlyReachableVertices in favor of reachableAdjacentVertices
- Add edge-triples functions in Graph type class
- Remove redundant functions available in Graph type class
- Efficient size computing for DGraph
- Efficient size computing for UGraph
- Flip arguments for insertion and removal
- Efficient graph size function
- Remove Probability datatype. erdosRenyi takes a Float
- Xlib visualization functions
- Morphisms module
- DegreeSequence module
- Read module
- Flip arguments for Edges and Arcs insertion
- New connectivity functions
- Define the transpose of a directed graph
- Arguments of functions in Graph type class flipped
- Basic connectivity functions
- Allow for directed graphs plotting
- Create Data.Graph.Generation module
- Rename IsGraph type class to Graph
- Add type class IsGraph
- Change type name to UGraph instead of Graph
- Graphical Sequences for undirected Graphs
- Efficient implementations for undirected Graphs
Initial release.