Coffea

Latest version: v2025.1.1

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

Scan your dependencies

Page 5 of 25

2023.10.0.rc1

What's Changed
* ci: remove unnecessary python version warnings, reactivate nanoevents tests by lgray in https://github.com/CoffeaTeam/coffea/pull/912
* fix: test that demoted version of missing event id actually tries to extract from file by lgray in https://github.com/CoffeaTeam/coffea/pull/911


**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2023.10.0.rc0...v2023.10.0.rc1

2023.10.0.rc0

What's Changed
* docs: Create CITATION.cff by nsmith- in https://github.com/CoffeaTeam/coffea/pull/853
* chore: coffea uses pyproject.toml now update in readme by lgray in https://github.com/CoffeaTeam/coffea/pull/868
* chore: Update README.rst with citation by nsmith- in https://github.com/CoffeaTeam/coffea/pull/869
* build: ignore dask-awkward 2023.8.0 by lgray in https://github.com/CoffeaTeam/coffea/pull/873
* ci: Bump pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10 by dependabot in https://github.com/CoffeaTeam/coffea/pull/877
* fix: Make LumiMask compatible with dask-awkward by jrueb in https://github.com/CoffeaTeam/coffea/pull/879
* build: bump awkward pin to >= 2.3.3 by lgray in https://github.com/CoffeaTeam/coffea/pull/880
* ci: Bump actions/checkout from 3 to 4 by dependabot in https://github.com/CoffeaTeam/coffea/pull/889
* build: repin to latest fixed awkward by lgray in https://github.com/CoffeaTeam/coffea/pull/890
* feat: also pass `uproot_options` to `uproot.dask` in `from_root()` by iasonkrom in https://github.com/CoffeaTeam/coffea/pull/887
* fix: Daskify Elementlinks in PHYSLITE schema by nikoladze in https://github.com/CoffeaTeam/coffea/pull/872
* fix: allow for collections that contain non-jagged arrays in PHYSLITE schema by nikoladze in https://github.com/CoffeaTeam/coffea/pull/888
* ci: Bump crazy-max/ghaction-github-pages from 3 to 4 by dependabot in https://github.com/CoffeaTeam/coffea/pull/893
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/894
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/896
* fix: comply with `boost-histogram` 1.4.0 by iasonkrom in https://github.com/CoffeaTeam/coffea/pull/895
* ci: Bump amannn/action-semantic-pull-request from 5.2.0 to 5.3.0 by dependabot in https://github.com/CoffeaTeam/coffea/pull/897
* fix: Make rochester_lookup compatible with dask_awkward by jrueb in https://github.com/CoffeaTeam/coffea/pull/875
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/898
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/905
* feat: support `shape_touched` from Dask by agoose77 in https://github.com/CoffeaTeam/coffea/pull/900
* fix: added hasattr check to NanoAODEvents __repr__ by pviscone in https://github.com/CoffeaTeam/coffea/pull/909
* fix: remove binder setup problems in coffea 2023 by lgray in https://github.com/CoffeaTeam/coffea/pull/908

New Contributors
* agoose77 made their first contribution in https://github.com/CoffeaTeam/coffea/pull/900
* pviscone made their first contribution in https://github.com/CoffeaTeam/coffea/pull/909

**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2023.7.0.rc0...v2023.10.0.rc0

2023.7.0.rc0

What's Changed
* ci: Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by dependabot in https://github.com/CoffeaTeam/coffea/pull/849
* build: pin awkward up to 2.2.4 by lgray in https://github.com/CoffeaTeam/coffea/pull/850
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/851
* ci(pre-commit): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/864
* Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 by dependabot in https://github.com/CoffeaTeam/coffea/pull/866
* build: pin adjustments by lgray in https://github.com/CoffeaTeam/coffea/pull/852


**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2023.6.0.rc1...v2023.7.0.rc0

2023.6.0.rc1

What's Changed
* chore: update to empty_if_typetracer by lgray in https://github.com/CoffeaTeam/coffea/pull/821
* ci(pre-commit.ci): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/831
* fix: Added proper behavior for PFNanoAODSchema by yimuchen in https://github.com/CoffeaTeam/coffea/pull/832
* fix: serialize dask_awkward.Array to None and store hard ref in closure in behavior by lgray in https://github.com/CoffeaTeam/coffea/pull/824
* refactor: use length_zero/one_if_typetracer by lgray in https://github.com/CoffeaTeam/coffea/pull/834
* build: repin dask_awkward >= 2023.6.1 by lgray in https://github.com/CoffeaTeam/coffea/pull/836
* fix: PFnano format for dask by yimuchen in https://github.com/CoffeaTeam/coffea/pull/835
* feat: ML inference tools by yimuchen in https://github.com/CoffeaTeam/coffea/pull/798
* ci: [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/838
* fix: remove now-incorrect documentation from ml_tools by lgray in https://github.com/CoffeaTeam/coffea/pull/839
* feat: Pass list of files to NanoEventsFactory by chrispap95 in https://github.com/CoffeaTeam/coffea/pull/837
* build: pin to awkward 2.2.3, dask-histogram 2023.6.0 by lgray in https://github.com/CoffeaTeam/coffea/pull/840
* build(pre-commit.ci): pre-commit autoupdate by pre-commit-ci in https://github.com/CoffeaTeam/coffea/pull/841
* ci: get CI jobs completing again by lgray in https://github.com/CoffeaTeam/coffea/pull/842
* fix: adjustments to callable wrap to deal with typetracers in nested python structures by lgray in https://github.com/CoffeaTeam/coffea/pull/843
* ci: don't use url in test_fix823 by lgray in https://github.com/CoffeaTeam/coffea/pull/844
* chore: remove references to old awkward1 classes by lgray in https://github.com/CoffeaTeam/coffea/pull/846
* docs: update readme versions by lgray in https://github.com/CoffeaTeam/coffea/pull/847
* feat: New features to PackedSelection by iasonkrom in https://github.com/CoffeaTeam/coffea/pull/797

New Contributors
* chrispap95 made their first contribution in https://github.com/CoffeaTeam/coffea/pull/837
* iasonkrom made their first contribution in https://github.com/CoffeaTeam/coffea/pull/797

**Full Changelog**: https://github.com/CoffeaTeam/coffea/compare/v2023.6.0.rc0...v2023.6.0.rc1

2023.6.0.rc0

What's Changed
* The next coffea release will be 2023.5.0.rc1 by lgray in https://github.com/CoffeaTeam/coffea/pull/808
* fix: Allow lookup_base args to be in any order by lgray in https://github.com/CoffeaTeam/coffea/pull/811
* Use maintained action for conda and graphviz by lgray in https://github.com/CoffeaTeam/coffea/pull/812
* chore: remove ci based release by lgray in https://github.com/CoffeaTeam/coffea/pull/813
* chore: Update CONTRIBUTING.md to indicate calver, release process by lgray in https://github.com/CoffeaTeam/coffea/pull/815
* feat: pr labeller by lgray in https://github.com/CoffeaTeam/coffea/pull/816
* fix: use correct secret name by lgray in https://github.com/CoffeaTeam/coffea/pull/817
* fix(ci): no need to run outdated PR hashes by lgray in https://github.com/CoffeaTeam/coffea/pull/818
* build: dask-awkward/histogram 2023.5.1 by lgray in https://github.com/CoffeaTeam/coffea/pull/820
* feat: added rapidity getter in coffea/nanoevents/methods/vector.py by raeubaen in https://github.com/CoffeaTeam/coffea/pull/825
* build: move to pyproject style setup by lgray in https://github.com/CoffeaTeam/coffea/pull/819
* docs: Added example code for correctionlib_wrapper by yimuchen in https://github.com/CoffeaTeam/coffea/pull/790
* build: use hatch to build release instead of setup.py by lgray in https://github.com/CoffeaTeam/coffea/pull/828

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

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

2023.5.0.rc0

Page 5 of 25

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.