Skip to content

0.10.0

Compare
Choose a tag to compare
@wilfwilson wilfwilson released this 20 Jul 17:21
· 874 commits to main since this release

This release contains new features, bugfixes, and minor improvements to the documentation. There is a new method for ChromaticNumber, which has better performance than the previous method [Julius Jonusas and James D. Mitchell]. A bug in the code for calculating homomorphisms of digraphs, which could cause a crash, was resolved [James D. Mitchell].

New Features in Version 0.10.0

  • Vertex labelled digraphs can now be visualised in a way that displays vertex labels, by using the new operation DotVertexLabelledDigraph.
  • The attribute CliqueNumber is introduced.
  • The following new attributes for Cayley digraphs are introduced:
    • GroupOfCayleyDigraph
    • SemigroupOfCayleyDigraph
    • GeneratorsOfCayleyDigraph

All of the new features were added by James D. Mitchell.