Releases: jamesscottbrown/pyyed
Releases · jamesscottbrown/pyyed
v1.5.0
Fix release of 1.4.3
v1.4.3-fixed fix PyPi deploy
v1.4.3
Add ability to set Description and URL for Groups/Node/Edges.
v1.4.2
Add ability to set custom data properties for Nodes and Edges.
v1.4.1
- specify the license (BSD 3-clause)
- prevent creation of duplicate nodes or groups
- allow the creation of edges between groups
- rename
edge_color
/edge_type
/edge_width
toborder_color
/border_type
/border_width
for nodes and groups - allow creation of labels at either end of edge, by providing optional
source_label
andtarget_label
arguments toadd_edge()
- allow control of edge label colors using the
label_background_color
andlabel_border_color
options toadd_edge()
v1.3: Pretty print (#26)
This release adds an optional pretty_print
argument to the write_graph()
method.
v1.2
This release adds supports for nested groups (groups that contain other groups) and multiple edges between the same pair of nodes.
v1.1
version number