0.7.0
This release introduces several new features, changes some existing functionality, and improves the documentation. The changes in this release were made by Wilf A. Wilson.
New Features in Version 0.7.0
-
This release contains a new technique for encoding a vertex-coloured multidigraph as a vertex-coloured (undirected) graph while preserving the automorphism group, in order to calculate the automorphism group and canonical labelling using bliss. This enables the following functionality:
- the operations
AutomorphismGroup
andDigraphCanonicalLabelling
for a digraph and a vertex-colouring now accept a multidigraph as their first argument; - the operations
IsIsomorphicDigraph
andIsomorphismDigraphs
now accept multidigraphs, and they also accept vertex-colourings as optional arguments.
- the operations
-
This release add new functionality related to undirected spanning trees and undirected spanning forests:
- the property
IsUndirectedForest
is introduced; - the attributes
UndirectedSpanningTree
andUndirectedSpanningForest
are introduced; and - the operations
IsUndirectedSpanningTree
andIsUndirectedSpanningForest
are introduced.
- the property
Altered Behaviour in Version 0.7.0
- The behaviour of
IsSubdigraph
is changed in the case that it is given one or two multidigraphs. - The one-argument version of the operation
DigraphColouring
(and its synonym,DigraphColoring
) is now an attribute.