Uproot

Latest version: v5.3.7

Safety actively analyzes 625831 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 55

5.3.7

New features

_(none!)_

Bug-fixes and performance

* fix: don't let uproot.update mess up the TFile fVersion by jpivarski in https://github.com/scikit-hep/uproot5/pull/1212

Other

_(none!)_

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.3.6...v5.3.7

5.3.6

New features

_(none!)_

Bug-fixes and performance

* fix: bug in PR 1189's 'ignore_duplicates' implementation by jpivarski in https://github.com/scikit-hep/uproot5/pull/1209

Other

_(none!)_

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.3.5...v5.3.6

5.3.5

New features

_(none!)_

Bug-fixes and performance

* fix: https://root-forum.cern.ch/t/wrong-branch-type-detection/59236/25 by jpivarski in https://github.com/scikit-hep/uproot5/pull/1207

Other

* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/1205


**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.3.4...v5.3.5

5.3.4

New features

_(none!)_

Bug-fixes and performance

* fix: protect threading.Lock in AsObjects when serializing by jpivarski in https://github.com/scikit-hep/uproot5/pull/1200
* fix: various RNTuple fixes by ariostas in https://github.com/scikit-hep/uproot5/pull/1191
* fix: not all branchid_interpretation are necessarily in ranges_or_baskets by jpivarski in https://github.com/scikit-hep/uproot5/pull/1202

Other

* test: desable 'deflate' tests on MacOS; it fails on import by jpivarski in https://github.com/scikit-hep/uproot5/pull/1203
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/1197
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/1201

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.3.3...v5.3.4

5.3.3

This is the first release of Awkward Array that is compatible with NumPy 2.0.

New features

* feat: add support for `std::bitset` by ioanaif in https://github.com/scikit-hep/uproot5/pull/1182

Bug-fixes and performance

* fix: dask failing for TTrees with duplicate TBranch names by ioanaif in https://github.com/scikit-hep/uproot5/pull/1189
* fix: update for NumPy 2.0 by jpivarski in https://github.com/scikit-hep/uproot5/pull/1195

Other

* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/1192

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.3.2...v5.3.3

5.3.2

New features

* feat: split ranges for large files read over http by ioanaif in https://github.com/scikit-hep/uproot5/pull/1146
* feat: Record source performance counters in uproot.dask report by nsmith- in https://github.com/scikit-hep/uproot5/pull/1156
* feat: special case for reading std::string from a TDirectory by jpivarski in https://github.com/scikit-hep/uproot5/pull/1160
* feat: add option to use deflate lib by ioanaif in https://github.com/scikit-hep/uproot5/pull/1161
* feat: allow paths in classname_of, streamer_of, class_of and title_of by ioanaif in https://github.com/scikit-hep/uproot5/pull/1154
* feat: Add extras for optional remote access dependencies by chrisburr in https://github.com/scikit-hep/uproot5/pull/1158
* feat: add `__array__` method to ROOTRVec, STLVector, and STLSet by bojohnson5 in https://github.com/scikit-hep/uproot5/pull/1172
* feat: Use cat_ranges in fsspec source by nsmith- in https://github.com/scikit-hep/uproot5/pull/1162
* feat: add support for RNTuple RC2 by ariostas in https://github.com/scikit-hep/uproot5/pull/1115
* feat: add support for reading free floating std::vector by ioanaif in https://github.com/scikit-hep/uproot5/pull/1180
* feat: add support for std::list by ioanaif in https://github.com/scikit-hep/uproot5/pull/1181
* feat: add support for TTime by ioanaif in https://github.com/scikit-hep/uproot5/pull/1183

Bug-fixes and performance

* fix: add new Executor arguments to ImplementsFormMappingInfo protocol by jpivarski in https://github.com/scikit-hep/uproot5/pull/1163
* fix: change expected xz/lzma module location on cramjam by milesgranger in https://github.com/scikit-hep/uproot5/pull/1166
* fix: `np.dtype(branch_type)` might raise ValueError, not just TypeError by djw9497 in https://github.com/scikit-hep/uproot5/pull/1186

Other

* test: is the leading slash breaking Windows tests? by jpivarski in https://github.com/scikit-hep/uproot5/pull/1178
* test: allow aiohttp to leak HTTPS connections by jpivarski in https://github.com/scikit-hep/uproot5/pull/1152
* ci: Add upload nightly wheel and dist build workflows by matthewfeickert in https://github.com/scikit-hep/uproot5/pull/1141
* docs: add bojohnson5 as a contributor for code by allcontributors in https://github.com/scikit-hep/uproot5/pull/1174
* docs: add milesgranger as a contributor for code by allcontributors in https://github.com/scikit-hep/uproot5/pull/1176
* docs: add djw9497 as a contributor for code by allcontributors in https://github.com/scikit-hep/uproot5/pull/1187
* chore: drop dep that never is valid by henryiii in https://github.com/scikit-hep/uproot5/pull/1149
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/1169
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/scikit-hep/uproot5/pull/1184

New Contributors
* matthewfeickert made their first contribution in https://github.com/scikit-hep/uproot5/pull/1141
* milesgranger made their first contribution in https://github.com/scikit-hep/uproot5/pull/1166
* bojohnson5 made their first contribution in https://github.com/scikit-hep/uproot5/pull/1172
* ariostas made their first contribution in https://github.com/scikit-hep/uproot5/pull/1115
* djw9497 made their first contribution in https://github.com/scikit-hep/uproot5/pull/1186

**Full Changelog**: https://github.com/scikit-hep/uproot5/compare/v5.3.1...v5.3.2

Page 1 of 55

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.