Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@Luke-Poeppel Luke-Poeppel released this 11 Jun 10:56
· 59 commits to master since this release

v0.2.0 June 11, 2021

Added

  • Allow displaying images in the node.
  • Added a show method to tree.Tree objects.
  • Added support for connector_type in Tree objects.

Removed

  • Remove the get_ordered_children method for Node. It didn't make sense to keep it since nodes need no longer have a value.
  • Remove the write_to_json method for Node. It was unused anywhere in the package.