Skip to content

Version 5.0.7

Compare
Choose a tag to compare
@jpivarski jpivarski released this 14 Apr 15:24
· 263 commits to main since this release
b53b16f

Note: This release introduces a slight change in behavior. Previously, uproot.dask would default to step_size="100 MB" if open_files=True and whole-file-steps (limit on step size) if open_files=False. Now both open_files cases default to steps_per_file=1 (whole-file-steps) for uniformity. If you have been using uproot.dask and this version suddenly gives you large Dask partitions, use either step_size or steps_per_file to control your partition size (step_size="100 MB" is the old behavior).

New features

  • feat: add in capability for blindly splitting files into chunks for dask by @lgray in #876

Bug-fixes and performance

(none!)

Other

Full Changelog: v5.0.6...v5.0.7