v2024.2.2
What's Changed
This release is to pin to uproot 5.3.0 and adapt to the interface changes therein.
New Features
- feat:
modifier
argument forpartial_weights
method by @rkansal47 in #1042
Fixes
- fix: use ak.merge_union_of_records to generate input data format by @lgray in #1017
- fix: make
apply_to_fileset
be able to handle tuple outputs ofdata_manipulation
. by @iasonkrom in #1038 - fix: adjust to breaking changes in form mapping interface by @lgray in #1047
Other
- ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in #1035
- chore: test in python 3.12 by @lgray in #1040
- perf: use an lru_cache for weight, partial_weight, require by @lgray in #1043
- ci(pre-commit): pre-commit autoupdate by @pre-commit-ci in #1044
Full Changelog: v2024.2.1...v2024.2.2