Graphviz v0.9 Release Notes

Release Date: 2018-08-18 // over 5 years ago
  • ๐Ÿ‘‰ Use sys.stderr to write stderr output from rendering process to stderr (instead of file descriptor inheritance). Ensures stderr is passed in special environments such as IDLE.

    Suppress rendering process stdout in render().

    ๐Ÿ‘‰ Make quiet=True also suppress stderr on success of render() and pipe() (exit-status 0).

    ๐Ÿ‘ป Include stderr from rendering process in CalledProcessError exception.