This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
4.7.1
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 (iflength==1
or omitted) while imputing missing values where the original subarray was shorter thanlength
withfill_value
.