Skip to content

1.6.3

Compare
Choose a tag to compare
@james-d-mitchell james-d-mitchell released this 13 Sep 16:00
· 131 commits to main since this release

This is a minor release with some bug fixes, and other issues resolved:

  • There was a minor bug in the RandomDigraph method for IsEulerianDigraph, 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