Version 5.2.0
This is the first version of Uproot that strictly depends on fsspec, which is now used for all file access (local and remote).
New features
- feat: improve uri scheme parsing with list of available schemes from
fsspec
by @lobis in #1009 - feat: use only loop executor for
fsspec
source by @lobis in #999 - feat: modify how multipart bytes header is built (no space) on http source by @lobis in #1018
- feat: basic fsspec writing by @lobis in #1016
- feat: correct fsspec source serialization by @lobis in #1033
- feat: refactoring the AwkwardForth code-discovery process by @jpivarski in #943
- feat(draft): add
report=
argument foruproot.dask
; trigger report collection (take 2!) by @douglasdavis in #1058 - feat: fsspec as required dependency by @lobis in #1022
Bug-fixes and performance
- fix: url and object splitting for local files by @lobis in #1007
- fix: s3 source options and repr by @lobis in #1024
- fix: processing of
pathlib.Path
argument for writing by @lobis in #1031 - fix: multithreaded file source breaks interpretation by @lobis in #1036
- fix:
const std::string
identification by @HaarigerHarald in #1043 - fix: correct typo in fsspec globbing by @lgray in #1067
Other
- test: local http server for tests by @lobis in #1010
- test: testing sshfs with local ssh server by @lobis in #1013
- test: use
paramiko
for ssh instead ofsshfs
by @lobis in #1014 - test: cover more fsspec backends by @lobis in #1015
- test: review skipped tests (networking timeouts) by @lobis in #1027
- test: s3fs pytest unraisable exception by @lobis in #1012
- test: remove hyphens from test names (PyCharm compatibility) by @lobis in #1053
- test: zstandard should be a test dependency, and xxhash goes with lz4. by @jpivarski in #1056
- test: do not skip aiohttp tests for Python 3.12 - update pytest rerun settings by @lobis in #1064
- docs: add HaarigerHarald as a contributor for code by @allcontributors in #1049
- chore: update pre-commit hooks by @pre-commit-ci in #1005
- chore: replace some old code (python 2) by @lobis in #1020
- chore: use ruff to import annotations by @lobis in #1042
- chore: update pre-commit hooks by @pre-commit-ci in #1019
- chore(deps): bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #1051
- chore: update pre-commit hooks by @pre-commit-ci in #1060
- chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #1059
New Contributors
- @HaarigerHarald made their first contribution in #1043
Full Changelog: v5.1.2...v5.2.0