- New function:
write_tree()
- Creates a brand new tree from numpy/awkward arrays
- Does not require any previous tree to exist
- Bugfix: Types in
new_branches
were not being detected/set correctly - Documentation: Functions now have docstrings, so some useful information can be found using
help()