Coffea

Latest version: v2024.6.0

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

Scan your dependencies

Page 1 of 23

2024.6.0

What's Changed

New Features

Fixes
* fix: add zero photon charge and fix their cutBased id by ikrommyd in https://github.com/CoffeaTeam/coffea/pull/1092

Misc.
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1093
* ci: Add GitHub artifact attestations to package distribution by matthewfeickert in https://github.com/CoffeaTeam/coffea/pull/1096
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1098
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1102
* ci: bump actions/attest-build-provenance from 1.1.2 to 1.2.0 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1103


**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.5.0...v2024.6.0

2024.5.0

What's Changed

New Features
* feat: read golden json using fsspec by ikrommyd in https://github.com/CoffeaTeam/coffea/pull/1088

Fixes
* fix: output of `do_preprocess` saved in the wrong order of files by ikrommyd in https://github.com/CoffeaTeam/coffea/pull/1086

Misc
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1084
* ci: drop python 3.8 (images not consistently available) by lgray in https://github.com/CoffeaTeam/coffea/pull/1085
* build: Disallow uproots with known form manipulation issue by matthewfeickert in https://github.com/CoffeaTeam/coffea/pull/1091
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1087
* ci: Use uv for all pip installs by matthewfeickert in https://github.com/CoffeaTeam/coffea/pull/1090


**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.4.1...v2024.5.0

2024.4.1

What's Changed

New Features
* feat: Request all arrays from uproot at once inside dask task by nsmith- in https://github.com/CoffeaTeam/coffea/pull/1076
* feat: use tree reduction to aggregate files in preprocessing by alexander-held in https://github.com/CoffeaTeam/coffea/pull/1079

Fixes
* fix: update Applying corrections notebook by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1070

Misc
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1071
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1081


**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.4.0...v2024.4.1

2024.4.0

What's Changed

New Features

Fixes
* fix: Do not add trailing slash in xrootd urls by valsdav in https://github.com/CoffeaTeam/coffea/pull/1054

Misc
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1060
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1062
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1067
* build: bump awkward for numpy 2 compatibility by lgray in https://github.com/CoffeaTeam/coffea/pull/1068
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1069


**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.3.0...v2024.4.0

2024.3.0

What's Changed

New Features

Fixes
* fix: properly retain user metadata in preprocess by lgray in https://github.com/CoffeaTeam/coffea/pull/1051
* fix(build): unpin distributed as well! by lgray in https://github.com/CoffeaTeam/coffea/pull/1057

Misc.
* ci: bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1049
* build: unpin dask and skooch dask-awkward pin by lgray in https://github.com/CoffeaTeam/coffea/pull/1055
* build: pin dask-histogram to >=2024.3.0 by lgray in https://github.com/CoffeaTeam/coffea/pull/1056
* ci: bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1058
* build: for recent python use dask 2024.3.0 by lgray in https://github.com/CoffeaTeam/coffea/pull/1059


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

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

Page 1 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.