Skip to content

Faster client-server transfers, fault-tolerant IO, improved error handling

Compare
Choose a tag to compare
@reuster986 reuster986 released this 14 Jul 14:02
· 1618 commits to master since this release
2df9393

Highlights:

  • #880 and #870 together speed up .to_ndarray() by 20x (to 410 MiB/s) and ak.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