Coffea

Latest version: v2024.6.1

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

Scan your dependencies

Page 2 of 23

2024.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 for `partial_weights` method by rkansal47 in https://github.com/CoffeaTeam/coffea/pull/1042

Fixes
* fix: use ak.merge_union_of_records to generate input data format by lgray in https://github.com/CoffeaTeam/coffea/pull/1017
* fix: make `apply_to_fileset` be able to handle tuple outputs of `data_manipulation`. by iasonkrom in https://github.com/CoffeaTeam/coffea/pull/1038
* fix: adjust to breaking changes in form mapping interface by lgray in https://github.com/CoffeaTeam/coffea/pull/1047

Other
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1035
* chore: test in python 3.12 by lgray in https://github.com/CoffeaTeam/coffea/pull/1040
* perf: use an lru_cache for weight, partial_weight, require by lgray in https://github.com/CoffeaTeam/coffea/pull/1043
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1044

**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.2.1...v2024.2.2

2024.2.1

What's Changed

New Features

* feat: allowing unmatched files in rucio utils by valsdav in https://github.com/CoffeaTeam/coffea/pull/1021

Fixes

* fix: update`DataDiscoveryCLI` usage of dataset_tools.preprocess by iasonkrom in https://github.com/CoffeaTeam/coffea/pull/1024
* fix: remove branches that aren't interpretable as nanoevents in preprocess by lgray in https://github.com/CoffeaTeam/coffea/pull/1031
* fix(build): pin dask < 2024.2.0 until a fix in awkward is in place by lgray in https://github.com/CoffeaTeam/coffea/pull/1033

Other

* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1026
* ci: bump ts-graphviz/setup-graphviz from 1 to 2 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1028
* ci: bump pre-commit/action from 3.0.0 to 3.0.1 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1029

**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.2.0...v2024.2.1

2024.2.0

What's Changed

New Features:
* feat: round target step multiplicity so we end up with more even steps on average by lgray in https://github.com/CoffeaTeam/coffea/pull/1011
* feat: deprecate coffea.nanoevents.methods.vector by lgray in https://github.com/CoffeaTeam/coffea/pull/997

Fixes:
* fix!: improve user interface for preprocess by lgray in https://github.com/CoffeaTeam/coffea/pull/1008
* fix: use public uproot interfaces when extracting form by lgray in https://github.com/CoffeaTeam/coffea/pull/1013
* fix: force application of to_packed in awkward binnings by lgray in https://github.com/CoffeaTeam/coffea/pull/1016
* fix: convert sys.exit(1) to ValueError in DataDiscoveryCLI by iasonkrom in https://github.com/CoffeaTeam/coffea/pull/1020

Documentation:
* fix(docs): update Running inference tools notebook by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1004
* fix(docs): Update dataset_discovery.ipynb by nsmith- in https://github.com/CoffeaTeam/coffea/pull/1006
* fix(docs): rewrite Coffea Processors notebook by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1005

Other:
* build(binder): update binder install to include distributed by lgray in https://github.com/CoffeaTeam/coffea/pull/1009
* build: pin to uproot 5.2.2 by lgray in https://github.com/CoffeaTeam/coffea/pull/1012
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1015
* chore: get ruff to show fixes when it applies them by lgray in https://github.com/CoffeaTeam/coffea/pull/1018
* ci: bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1022
* build: bump dask-awkward and dask-histogram by lgray in https://github.com/CoffeaTeam/coffea/pull/1023


**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.1.2...v2024.2.0

2024.1.2

What's Changed
* refactor: significantly simplify dask version of LumiList by lgray in https://github.com/CoffeaTeam/coffea/pull/993
* fix: better typing in manipulations by lgray in https://github.com/CoffeaTeam/coffea/pull/994
* fix: better empty files filter by lgray in https://github.com/CoffeaTeam/coffea/pull/995
* fix(docs): use correct source links in docs by lgray in https://github.com/CoffeaTeam/coffea/pull/996
* chore: cleanup VCS versioning by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/999
* fix: update Reading data with coffea NanoEvents notebook by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1000
* fix: test delta-r + metric return with and without optimization by lgray in https://github.com/CoffeaTeam/coffea/pull/1001
* feat: warn user about abnormally large step sizes when align_clusters==True by lgray in https://github.com/CoffeaTeam/coffea/pull/1003
* fix: make dask layer name shorthands easier to read by lgray in https://github.com/CoffeaTeam/coffea/pull/1002

New Contributors
* Saransh-cpp made their first contribution in https://github.com/CoffeaTeam/coffea/pull/999

**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.1.1...v2024.1.2

2024.1.1

What's Changed
* feat!: dask-based LumiList and LumiData by lgray in https://github.com/CoffeaTeam/coffea/pull/990


**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.1.0...v2024.1.1

2024.1.0

What's Changed
* test: add skip for missing dependency, fixture for local tests directory by lobis in https://github.com/CoffeaTeam/coffea/pull/933
* docs: add packedselection notebook to coffea by example by lgray in https://github.com/CoffeaTeam/coffea/pull/970
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/971
* ci: triton changed their extras by lgray in https://github.com/CoffeaTeam/coffea/pull/974
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/976
* chore: remove now-defunct servicex tests by lgray in https://github.com/CoffeaTeam/coffea/pull/977
* build: bump dask-awkward requirement by lgray in https://github.com/CoffeaTeam/coffea/pull/979
* feat: max_files by lgray in https://github.com/CoffeaTeam/coffea/pull/981
* fix: remove hack to try to make correction serialization faster, it is too flaky by lgray in https://github.com/CoffeaTeam/coffea/pull/982
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/983
* feat: preprocess a dataset's base form and hint it to uproot by lgray in https://github.com/CoffeaTeam/coffea/pull/978
* fix: form_hash_md5 is not needed in FilesetSpec by lgray in https://github.com/CoffeaTeam/coffea/pull/984
* fix: remove conversion to dask arrays by lgray in https://github.com/CoffeaTeam/coffea/pull/985
* fix: adapt to read-only dask_awkward attrs by lgray in https://github.com/CoffeaTeam/coffea/pull/986
* build(deps): bump awkward version to 2.5.2 by lgray in https://github.com/CoffeaTeam/coffea/pull/987
* feat: preprocess returns [[0, 0]] for empty ttrees, add filter_files tool by lgray in https://github.com/CoffeaTeam/coffea/pull/989
* fix: use dask.delayed to reference objects like ml models or corrections by lgray in https://github.com/CoffeaTeam/coffea/pull/988

New Contributors
* lobis made their first contribution in https://github.com/CoffeaTeam/coffea/pull/933

**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2023.12.0...v2024.1.0

Page 2 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.