pydot v1.0.28 Release Notes

Release Date: 2016-05-11 // almost 8 years ago
    • ๐Ÿ›  Fixed issue 52. Improved handling of BOM-less UTF-8 encoded files.
    • ๐Ÿ›  Fixed issue 55 regarding unicode handling.
    • ๐Ÿ›  Fixed issue 50 where an ending colon in a node name was understood as a port separator. Colons as the last character of node names will be left as-is.
    • Issue 59 (and duplicate issue 62): Program arguments are mishandled in Dot.create - Patch merged.
    • ๐Ÿ›  Fixed issue 49, handling of quotes in unicode html-labels.
    • Fixed issue 60. Added an additional check in __get_attribute__ to not assume the parent graph is always retrievable.
    • ๐Ÿ›  Fixed issue 61. Graph names will be adequately quoted when necessary.