Faster client-server transfers, fault-tolerant IO, improved error handling
·
1618 commits
to master
since this release
Highlights:
- #880 and #870 together speed up
.to_ndarray()
by 20x (to 410 MiB/s) andak.array()
by 7x (to 175 MiB/s) - #821 introduces a fault-tolerant invocation of
ak.read_all()
- #857 improves the granularity and helpfulness of error messages for I/O
- #872 corrects error handling on item assignment and fixes silent failures described in #869