Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: scikit-hep/coffea

Tags

v2025.10.2

Toggle v2025.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: metrics not being returned from executors (#1443)

whoops

v2025.10.1

Toggle v2025.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: resave xgboost test file in the newer `ubj` binary format. (#1438)

resave xgboost file

v2025.10.0

Toggle v2025.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add checkpointing functionality to coffea.processor.Runner (#1420)

* add checkpointing functionality to coffea.processor.Runner

* fix annotation

* add test

* add check to 'save' step

* improve the LocalCheckpointer logic a bit

* improve test to not rerun preprocessing everytime

* use fsspec for load/save

* 'LocalCheckpointer' -> 'SimpleCheckpointer'

* switch to fsspec path checking

* switch to rich print

* test with fsspec to be able to to offline tests on remote storages

* do not re-open open paths

* we don't need the token

---------

Co-authored-by: Iason Krommydas <[email protected]>
Co-authored-by: Lindsey Gray <[email protected]>

v2025.9.0

Toggle v2025.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: pin awkward to 2.8.9 (#1419)

pin awkward to 2.8.9

v2025.7.3

Toggle v2025.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: make missing `ndcctools.taskvine` warning not appear on genera…

…l coffea import (#1378)

make ndcctools.taskvine print not appear at general coffea import

v0.7.30

Toggle v0.7.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: backport "finally fix `doublecrystalball` for good" (#1377)

* actually check for apply_where import

* check for ModuleNotFoundError too

* missing return statement here

* missing normalization and import typo

v2025.7.2

Toggle v2025.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: make fsspec-xrootd an optional dependency and pin it to v0.5.1 (

…#1374)

make fsspec-xrootd optional

v2025.7.1

Toggle v2025.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: pass `iteritems_options` through executors (#1371)

* document iteritems_options in factory

* allow iteritems_options in executors

v2025.7.0

Toggle v2025.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: error when delayed kwarg is used in nanoevents (#1367)

v2025.7.0.rc0

Toggle v2025.7.0.rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #1360 from btovar/taskvine_executor

feat: taskvine executor for new coffea