You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix#36 -- switch to graphviz 0.18
Use staticmethods instead of "%" operator. This reflects xflr6/graphviz@17df613
* Use quoting instead of lang
Reflects xflr6/graphviz@673261d
* Use new `encoding` argument instead of manual decoding
https://github.com/xflr6/graphviz/blob/master/CHANGES.rst#version-018
>Add optional keyword-only encoding argument to pipe(). Returns the decoded stdout from the rendering process (e.g. format='svg'). Delegates encoding/decoding to subprocess in the common case (input and output encoding are the same, e.g. default encoding='utf-8'). Used by the Jupyter notebook integration.
* Adjust tests to handle newlines
https://github.com/xflr6/graphviz/blob/master/CHANGES.rst#version-018
>Change of undocumented behaviour: When iterating over a Graph, Digraph, or Source instance, the yielded lines now include a final newline ('\n'). This mimics iteration over file object lines in text mode.
* Pin graphviz>=0.18
* Blackify
* Fix one more test
0 commit comments