Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

4.7.1

Compare
Choose a tag to compare
@ndawe ndawe released this 04 Jan 02:59
· 111 commits to master since this release

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.