Skip to content

Release 0.0a2

David Scheliga requested to merge dev into master

Release 0.0a2 (2020.02.07)

Added

  • added normalize_path_of_tree to documentation
  • added doctest to package.rst for normalize_path_of_tree

Changed

  • made the setup.py more convenient by adding cleaning directory, since clean argument didn't work with setuptools

Fixed

  • augmentedtree.core.normalize_path_of_tree ignores other data types than str, int or float within the path creation.

Merge request reports