-
Fix
fromAdjacencySets
and to preserve edge direction. This affects the functions for computing shortest paths, distance, and diameter. These functions now return correct results for directed graphs. Before these functions silently turned the input into an undirected graph. (Contributed by Geometer1729) -
Add
pentagon
andascendingCube
to the list of known graphs. (Contributed by Geometer1729)
- Support ghc-9.2 and ghc-9.4
- Support for
massiv >=1.01
- Build with GHC-9
-
Fix the
twentyChainGraph
to have diameter 3 and match the respective graph from the chainweb paper. -
Allow build with base < 4.15
- Haddocks fixed for older Haddock versions.
- Support for
hashable >=1.2
.
- First version. Released on an unsuspecting world.