[Nauty] pynauty-1.0.0 released

Peter Dobsan pdobsan at gmail.com
Tue Mar 9 21:48:09 AEDT 2021


Announcement:

pynauty-1.0.0 built with nauty27r1 has been released.

Pynauty can be used to compare graphs for isomorphism and to determine
their automorphism group in a Python programming environment.  Pynauty
is a Python/C extension module using library components from the Nauty
package by Brendan McKay.

It is available from PyPi and the sources are on GitHub.
You can install it using pip:

    pip install --upgrade pynauty

Many binary wheels are provided for recent Linux and macOS systems.
When your system is not compatible with any of the provided binary
wheels `pip` attempts to build the wheel of the extension module on your
local machine.

The package comes with HTML documentation and a comprehensive test suit.
For more details see

    https://github.com/pdobsan/pynauty
or
    https://pypi.org/project/pynauty

Questions, bug reports, pull requests are welcome!

  Peter


More information about the Nauty mailing list