What's new in this release:
- Switched from MIT to new BSD license
- The branches argument for tree2array and root2array can contain tuples of the form `(branch_or_expression, fill_value, length)` that allow you to truncate variable-length branches or expressions at a fixed length or single value (if `length==1` or omitted) while imputing missing values where the original subarray was shorter than `length` with `fill_value`.