0.10.0
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.