Changelog for haggle-0.2
0.2 (2022-05-08)
- 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)
0.1.0.0 (2019-12-18)
- Initial release