0.13.0
This release of Digraphs contains some bugfixes, along with the following new features:
- The GraphViz engine used by
Splash
is now configurable, thanks to Markus Pfeiffer. - The properties
IsPartialOrderDigraph
,IsPreorderDigraph
, andIsQuasiorderDigraph
were introduced by Chris Russell, along with the following functions for visualising these kinds of digraphs:DotPartialOrderDigraph
DotPreorderDigraph
DotQuasiorderDigraph
- The following functions for transformations and permutations were added by James D. Mitchell:
IsDigraphHomomorphism
IsDigraphEpimorphism
IsDigraphMonomorphism
IsDigraphEndomorphism
IsDigraphEmbedding
IsDigraphIsomorphism
Digraphs now requires version 4.9.0 of GAP, or newer.