Version 0.2.0
v0.2.0 June 11, 2021
Added
- Allow displaying images in the node.
- Added a
show
method totree.Tree
objects. - Added support for
connector_type
inTree
objects.
Removed
- Remove the
get_ordered_children
method forNode
. It didn't make sense to keep it since nodes need no longer have a value. - Remove the
write_to_json
method forNode
. It was unused anywhere in the package.