Changelog History
Page 6
-
v0.3 Changes
โ Added Python 3.3+ support.
Made attributes order stable (sorting plain dicts).
๐ Fixed edgeop in undirected graphs.
-
v0.2.2 Changes
๐ Support pdf opening on Linux.
๐ Fixed rendering filenames w/spaces.
-
v0.2.1 Changes
๐ Fixed rendering on Mac OS X.
-
v0.2 Changes
โ Added format selection, use
'PDF
' as default. โ Added engines selection, use'dot'
as default. โ Added source encoding, use'UTF-8'
as default.๐ Changed constructor arguments order, removed
compile()
andsave()
-method, reimplemented compilation inrender()
method, make interface more similar to gv.3python (backwards incompatible change).Double-quote-sign escaping, attribute list quoting.
๐
mkdirs()
now correctly supports current directory filenames. -
v0.1.1 Changes
โ Removed automatic
'-'
to'−'
replacement from labels.๐ Fixed documentation typos.
-
v0.1 Changes
๐ First public release.