Changelog History
Page 5
-
v0.4.5 Changes
➕ Added example for HTML-like labels (
structs.py
).➕ Added
Source
class for rendering verbatim DOT source code.➕ Added Python 2.6 support (pull request Jim Crist).
-
v0.4.4 Changes
➕ Added the
pipe()
-method directly returning thestdout
of rendering.Added
_repr_svg_()
for inline rendering in IPython notebooks. -
v0.4.3 Changes
➕ Added examples generating some of the graphs from the Graphviz Gallery.
➕ Added sphinx-based API documentation.
-
v0.4.2 Changes
➕ Added support for HTML-like labels.
-
v0.4.1 Changes
➕ Added support for less common output formats. Removed dropped formats (
'dia'
,'pcl'
).➕ Added
'osage'
layout engine.Documented
format
andengine
options in the README.The
view()
convenience method now returns the result file name (like render()). -
v0.4 Changes
➕ Added
attr()
method for inline switching of node/edge attributes.➕ Added
subgraph()
method (obsoletes separateSubgraph
class).➕ Add
cleanup
option torender()
.Replaced
dry
option onrender()
with separatesave()
method.✂ Removed undocumented
append()
andextend()
methods (if needed, thebody
attribute can be edited directly). -
v0.3.5 Changes
Skip empty
comment
when creating DOT source.Document
graph_attr
,node_attr
, andedge_attr
in the README.👻 More informative exception when Graphviz executables cannot be called.
-
v0.3.4 Changes
🛠 Fixed missing identifier quoting for DOT keywords (thanks to Paulo Urio).
-
v0.3.3 Changes
Made
format
andengine
case-insensitive. -
v0.3.2 Changes
Indent
graph_attr
,node_attr
, andedge_attr
lines, adapt nodes and edges.