Coffea

Latest version: v2024.11.0

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

Scan your dependencies

Page 1 of 25

2024.11.0

What's Changed

This release marks the change to readthedocs.org hosted documentation.
Old versions will be backfilled into coffea-hep.readthedocs.org in time.

New Features

Bugfixes

Misc.

* ci: bump actions/attest-build-provenance from 1.4.3 to 1.4.4 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1201
* ci: bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1203
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1196
* ci: bump codecov/codecov-action from 4 to 5 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1205
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1208
* docs: specify correct location of sphinx config for rtd by lgray in https://github.com/CoffeaTeam/coffea/pull/1209
* docs: install commands for rtd by lgray in https://github.com/CoffeaTeam/coffea/pull/1210
* docs: edit pre_install portion of rtd config instead of overriding all commands by lgray in https://github.com/CoffeaTeam/coffea/pull/1211
* docs: install coffea docs after sphinx base isntall by lgray in https://github.com/CoffeaTeam/coffea/pull/1212
* fix(docs): dev extra, not docs by lgray in https://github.com/CoffeaTeam/coffea/pull/1213
* docs: install pandoc and graphviz before building by lgray in https://github.com/CoffeaTeam/coffea/pull/1214
* fix(docs): sudo to install pandoc and graphviz by lgray in https://github.com/CoffeaTeam/coffea/pull/1215
* fix(docs): remove apt install, something else is funny by lgray in https://github.com/CoffeaTeam/coffea/pull/1216
* fix(docs): add graphviz extension to extensions list by lgray in https://github.com/CoffeaTeam/coffea/pull/1217
* fix(docs): add graphviz to apt-packages by lgray in https://github.com/CoffeaTeam/coffea/pull/1218
* build: Remove 'servicex' extra by matthewfeickert in https://github.com/CoffeaTeam/coffea/pull/1219
* docs: update URL for documentation to RTD by lgray in https://github.com/CoffeaTeam/coffea/pull/1220


**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.10.0...v2024.11.0

2024.10.0

What's Changed

New Features


* feat: Schema for the oldstyle edm4hep Future Circular Collider simulation Samples by prayagyadav in https://github.com/CoffeaTeam/coffea/pull/1182

Bugfixes

* fix: Add dataset discovery tools to coffea.dataset_tools's __all__ and to docs by rpsimeon34 in https://github.com/CoffeaTeam/coffea/pull/1144
* docs: Add some missing docstrings and include dataset discovery tools in docs by rpsimeon34 in https://github.com/CoffeaTeam/coffea/pull/1193

Misc.

* ci: bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.2 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1185
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1186
* feat: add new logo by pfackeldey in https://github.com/CoffeaTeam/coffea/pull/1187
* ci: bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1188
* fix(ci): need to specify python version now by lgray in https://github.com/CoffeaTeam/coffea/pull/1191
* ci: stop testing against python 3.8 (completely out of support now) by lgray in https://github.com/CoffeaTeam/coffea/pull/1192

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

**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.9.0...v2024.10.0

2024.9.0

What's Changed

New Features

Fixes

* fix: correct typo in step-size warning when align_clusters=True by lgray in https://github.com/CoffeaTeam/coffea/pull/1179
* build: bump dask-awkward, dask-histogram by lgray in https://github.com/CoffeaTeam/coffea/pull/1184

Misc.

* ci: bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1177
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1176
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1180
* ci: bump actions/attest-build-provenance from 1.4.2 to 1.4.3 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1178
* docs: create .readthedocs.yaml by lgray in https://github.com/CoffeaTeam/coffea/pull/1181
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1183


**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.8.3...v2024.9.0

2024.8.3

What's Changed

New Features

Fixes

* fix: Delete src/coffea/lookup_tools/json_lookup.py by rpsimeon34 in https://github.com/CoffeaTeam/coffea/pull/1174

Misc.

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

**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.8.2...v2024.8.3

2024.8.2

What's Changed

New Features

* feat: Change Jet and FatJet Vector behaviour to be compatible with other lepton classes by green-cabbage in https://github.com/CoffeaTeam/coffea/pull/1166
* feat: tensorflow wrapper by yimuchen in https://github.com/CoffeaTeam/coffea/pull/1171

Fixes

* fix: more expository error message in case of empty returned file list by lgray in https://github.com/CoffeaTeam/coffea/pull/1168

Misc.

* build: bump uproot to >= 5.3.11 by lgray in https://github.com/CoffeaTeam/coffea/pull/1169
* ci: bump actions/attest-build-provenance from 1.4.1 to 1.4.2 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1170
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1167
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1172


New Contributors
* green-cabbage made their first contribution in https://github.com/CoffeaTeam/coffea/pull/1166

**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2024.8.1...v2024.8.2

2024.8.1

What's Changed

Note to users: due to the change of "r" to "rho" when using scikit-hep vector, this causes a fairly notable clash with the per-event pileup energy density, often called "rho". Since `.rho` is an awkward behavior if you assign the pileup rho into a jet object, for instance, `.rho` will always return the geometrical interpretation. To fix this you can either use `object["rho"]`, if you continue to call the variable "rho" in the object, since that method will will only ever access field names. You can also call the pileup rho something else like `object["PU_rho"
] = some_pu_variable; print(object.PU_rho)`, which will avoid the name clash in the first place.

New Features

* feat: Add ScoutingNanoAODSchema by jslawless in https://github.com/CoffeaTeam/coffea/pull/1151

Fixes

* fix: remove lru_cache from Weights by lgray in https://github.com/CoffeaTeam/coffea/pull/1160
* fix: remove unnecessary overrides of momentum accessors by lgray in https://github.com/CoffeaTeam/coffea/pull/1161
* fix: Physlite elementlink update 8/4/24 by SamKelson in https://github.com/CoffeaTeam/coffea/pull/1156
* fix: remove bad accessors for cylindrical pt/eta/phi vectors by lgray in https://github.com/CoffeaTeam/coffea/pull/1165

Misc.

* ci: bump actions/attest-build-provenance from 1.4.0 to 1.4.1 by dependabot in https://github.com/CoffeaTeam/coffea/pull/1157
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/1159

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

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

Page 1 of 25

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.