1.6.3
This is a minor release with some bug fixes, and other issues resolved:
- There was a minor bug in the
RandomDigraph
method forIsEulerianDigraph
, resolved by @mtorpey - Joe Edwards and Maria Tsalakou were incorrectly listed as authors resolved partially by @james-d-mitchell in #576
- Standardise the way that
UndirectedSpanningForest
works in relation to mutability by @wilfwilson in #582 - Add immediate methods for connected and strongly connected digraphs by @mtorpey
- There was a minor memory leak in the kernel extension resolved by @james-d-mitchell