Graphviz v0.7.1 Release Notes

  • ๐Ÿ›  Fix TypeError in graphviz.pipe() with invalid dot code under Python 3.

    โž• Add copy()-method for Graph, Digraph, and Source.

    โž• Add graphviz.render(..., quiet=True).

    ๐Ÿ›  Fix graphivz.view() exception on unsupported platform.

    Raise a dedicated RuntimeError subclass graphviz.ExecutableNotFound when the Graphviz executables are not found.

    โœ… Port tests from nose/unittest to pytest, extend, use mocks.