Version 5.3.0rc1
Pre-release
Pre-release
The main new feature (and motivation for a new minor release, 5.3.0), is that Uproot now strictly depends on the cramjam library for compression, rather than optionally depending on lz4, xxhash, and zstd (prompting users to install them when needed, rather than upfront when Uproot is installed).
New features
Bug-fixes and performance
- fix: missing '_fh' and '_file' attributes after unpickling by @jpivarski in #1118
- fix: fix dask_write docs by @zbilodea in #1122
- fix: attempt to concatenate numpy and awkward arrays by @ioanaif in #1114
- fix: test suite creates files not in tmp_path by @ioanaif in #1123
Other
- chore: update pre-commit hooks by @pre-commit-ci in #1110
- chore: update pre-commit hooks by @pre-commit-ci in #1119
Full Changelog: v5.2.2...v5.3.0rc1