pydot v1.0.25 Release Notes

Release Date: 2011-04-10 // about 13 years ago
    • ๐Ÿ‘Œ Improved the message raised by TypeErrors.
    • If arguments need to be specified for 'dot', 'neato' and rest of graph layout engines they can now be passed to the create() and create_*() family of functions. If a string is passed it's expected to be simply the name of the program. If a list is passed it's assumed to contain strings, the name of the layout engine as the first element, followed by any optional arguments that will be later appended to the command line.
    • ๐Ÿ‘Œ Improved parsing of DOT files where a subgraph was given inline as the source or destination of an edge.