Graphviz v0.12 Release Notes

Release Date: 2019-08-21 // over 4 years ago
  • ๐Ÿ›  Fix missing escaping of backslashes, e.g. in labels (pull request DNGros).

    โž• Add quiet argument to standalone view() function, and quiet_view argument on .render() and .view() methods. Suppresses the stderr ๐Ÿ output of started viewer processes (unavailable on Windows).

    โž• Add basic debug logging via the stdlib logging module.

    โœ… Reformatted some examples, improved tests by using autospec for mocks.