- Add
Functor
instances forPatriciaTree
andCtx
(@RyanGlScott) - Support building with vector-0.13.* (@RyanGlScott)
- Remove an unused dependency on monad-primitive (@RyanGlScott)
- Add
replaceLabeledVertex
to theInductiveGraph
interface (@kquick) - Fixed a bug in the dominators calculation (@kquick)
- Exported the
vertexId
function to project anInt
from aVertex
, 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 forVertex
andEdge
(@bielr) - Added a
Bifunctor
instance for thePatriciaTree
(@kquick)
- Initial release