Changelog¶
Version 0.1.6¶
Released 2021-04-12
Dropped support for Python 2.X.
Added a generalization of
tree.traversewhich keeps track of the current path during traversal.
Version 0.1.5¶
Released 2020-04-30
Added a new function
tree.traversewhich allows to traverse a nested structure and apply a function to each subtree.
Version 0.1.2¶
Released 2020-01-29
Added support for
wrapt.ObjectWrapperobjects.Added
StructureKV[K, V]andStructure = Structure[Text, V]types.
Version 0.1.1¶
Released 2019-11-07
Ensured that the produced Linux wheels are manylinux2010-compatible.