**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 https://github.com/scikit-hep/uproot5/pull/876
Bug-fixes and performance
_(none!)_
Other
* ci: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/874
* chore(deps): bump pypa/gh-action-pypi-publish from 1.8.4 to 1.8.5 by dependabot in https://github.com/scikit-hep/uproot5/pull/873
**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.0.6...v5.0.7