0.6.0
james-d-mitchell
released this
09 Dec 09:07
·
1001 commits
to main
since this release
This is a major release, adding a variety of new operations and attributes
for Digraphs, as well as improving some functions and improving the
package's documentation. In this version, we welcome Luke Elliott and
Markus Pfeiffer as new authors.
New Features in Version 0.6.0
- The ability to label the edges of digraphs is introduced. [Markus Pfeiffer]
- The operation
CompleteMultipartiteDigraph
is introduced. [Stuart Burrell and Wilf A. Wilson] - The operations
ReadDIMACSDigraph
andWriteDIMACSDigraph
are introduced.
[Wilf A. Wilson] - The operation
ChromaticNumber
is introduced. [James D. Mitchell and Wilf A. Wilson] - The operations
IsDirectedTree
andIsUndirectedTree
are introduced. [Luke Elliott] - The operation
IsEulerianDigraph
is introduced. [Luke Elliott]