This is a maintenance release with bugfix for #41, where the variable _edges
creates a key (which is default behaviour in collections.defaultdict
). This causes the graph to grow and can cause divergence when attempting to compare two otherwise identical graphs.