0.3.1 (2025-08-13)
- Update bounds for compatibility with ghc-9.10
- Add
hasCycle
for detecting cycles in graphs (@kquick)
- Optimize DFS algorithms by removing an unnecessary traversal (@kquick)
0.3 (2023-08-20)
- Add
Functor
instances for PatriciaTree
and Ctx
(@RyanGlScott)
- Support building with vector-0.13.* (@RyanGlScott)
- Remove an unused dependency on monad-primitive (@RyanGlScott)
- Add
replaceLabeledVertex
to the InductiveGraph
interface (@kquick)
- Fixed a bug in the dominators calculation (@kquick)
0.2 (2022-05-08)
- Exported the
vertexId
function to project an Int
from a Vertex
, which is useful for conversions to other formats (e.g., graphviz) (@benjaminselfridge)
- Fixed a bug in the
BiDigraph
that prevented parallel edges from being added to the graph (@benjaminselfridge)
- Added
Unbox
instances for Vertex
and Edge
(@bielr)
- Added a
Bifunctor
instance for the PatriciaTree
(@kquick)
0.1.0.0 (2019-12-18)