Version 5.0.7 #877
jpivarski
started this conversation in
New releases
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Note: This release introduces a slight change in behavior. Previously,
uproot.dask
would default tostep_size="100 MB"
ifopen_files=True
and whole-file-steps (limit on step size) ifopen_files=False
. Now bothopen_files
cases default tosteps_per_file=1
(whole-file-steps) for uniformity. If you have been usinguproot.dask
and this version suddenly gives you large Dask partitions, use eitherstep_size
orsteps_per_file
to control your partition size (step_size="100 MB"
is the old behavior).New features
Bug-fixes and performance
(none!)
Other
Full Changelog: v5.0.6...v5.0.7
This discussion was created from the release Version 5.0.7.
Beta Was this translation helpful? Give feedback.
All reactions