Coffea

Latest version: v2024.11.0

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

Scan your dependencies

Page 2 of 25

2024.8.0

What's Changed

NOTE OF CAUTION: This release of coffea switches to use the [vector](https://github.com/scikit-hep/vector) backend which has many trivial differences from coffea's original vector class. There is one major functional difference, if you are using `r` to represent cylindrical radius, that is now describe by `rho`. This is usually denoted by particle physicists as `pt` so there shouldn't be many collisions with existing code.

New Features

* feat: add low-pt electrons to NanoAOD methods and schema by ikrommyd in https://github.com/CoffeaTeam/coffea/pull/1121
* feat: Sync the DatasetDiscoveryCLI do_preprocess options with preprocess function by NJManganelli in https://github.com/CoffeaTeam/coffea/pull/1137
* refactor!: back nanoevents.methods.vector with scikit-hep vector by lgray in https://github.com/CoffeaTeam/coffea/pull/991
* fix: depend on vector v1.3.1 + trim down coffea vectors by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1061
* fix: add correct behaviors and projection classes for candidate classes by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1063
* fix: copy behaviors for the remaining vector sub-classes by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1124
* fix: updates from review by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1130
* fix: Revert "fix: updates from review" by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1133
* fix: use the new type signature for copy_behaviors by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1136
* fix: copy_behaviors should be called before class definition by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1152
* chore: bump vector version by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1153

Fixes

* fix: allow importing `ml_tools` modules without `xgboost` by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1127
* fix: correct coffea version in docs by Saransh-cpp in https://github.com/CoffeaTeam/coffea/pull/1155

Misc.

* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1123
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1126
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1128
* build: pin sphinx < 8 while people are updating packages by lgray in https://github.com/CoffeaTeam/coffea/pull/1145
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1132
* ci: bump actions/attest-build-provenance from 1.3.2 to 1.4.0 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1143
* build: awkward pinned below from 2.6.7 by lgray in https://github.com/CoffeaTeam/coffea/pull/1146
* ci: use python -m pytest due to windows environment change by lgray in https://github.com/CoffeaTeam/coffea/pull/1149
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1150
* ci(fix): remove fetch-tags by lgray in https://github.com/CoffeaTeam/coffea/pull/1154


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

**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.6.1...v2024.8.0

2024.6.1

What's Changed

New Features

Fixes

* fix: UpRoot's KeyInFileError Handling for Preprocessor's File Exception Parameter; Fixes 1107 by SamKelson in https://github.com/CoffeaTeam/coffea/pull/1106
* fix: deprecate json_lookup by lgray in https://github.com/CoffeaTeam/coffea/pull/1113
* fix: remove upper limit on numpy 2, update tests by lgray in https://github.com/CoffeaTeam/coffea/pull/1115
* fix(ci): numpy<2 in tests for windows by lgray in https://github.com/CoffeaTeam/coffea/pull/1122

Misc.

* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1105
* ci: bump actions/attest-build-provenance from 1.2.0 to 1.3.1 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1109
* build(deps): pin numpy < 2 while boost_histogram is broken by lgray in https://github.com/CoffeaTeam/coffea/pull/1114
* ci: bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1110
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1116
* ci: bump actions/attest-build-provenance from 1.3.1 to 1.3.2 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1117

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

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

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

Page 2 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.