This collects issues / pull and merge requests that relate to work on this project. ### related to coffea - [x] `postprocess` step in processor https://github.com/scikit-hep/coffea/issues/1383 - [ ] robust processing: https://github.com/scikit-hep/coffea/issues/1393, https://github.com/scikit-hep/coffea/pull/1420; prototype for a more robust dask scheduling logic https://github.com/scikit-hep/coffea/pull/1468 - [X] four-vector math on individual objects with `coffea` behaviors: https://github.com/scikit-hep/coffea/issues/1396 - [ ] nanoevents behavior in jitted code: https://github.com/scikit-hep/coffea/issues/1397 - [ ] custom code execution during coffea preprocessing: https://github.com/scikit-hep/coffea/issues/1401 - [ ] catching any Python exceptions during processing https://github.com/scikit-hep/coffea/pull/1441 - [x] RNTuple with coffea https://github.com/scikit-hep/coffea/issues/1436 - [ ] tracking failed files in coffea https://github.com/scikit-hep/coffea/issues/1446 - [ ] distribution with `coffea` `Runner` interface and fixed worker allocation https://github.com/scikit-hep/coffea/issues/1490 ### related to uproot and awkward - [X] fancy indexing: https://github.com/scikit-hep/awkward/issues/3619 - [X] behaviors dropping custom properties in jitted code: https://github.com/scikit-hep/awkward/issues/3623 - [X] added safetensors conversion https://github.com/scikit-hep/awkward/pull/3685 - [x] large RSS memory use with `uproot.iterate` https://github.com/scikit-hep/uproot5/issues/1528, https://github.com/scikit-hep/uproot5/pull/1606 - [ ] reading single basket over xrootd (basket size performance debugging) https://github.com/scikit-hep/uproot5/issues/1582 ### related to ServiceX - [ ] Adding a new ScienceImage to the TopCP ServiceX backend https://github.com/ssl-hep/science-images/pull/50 - [X] Rucio DS identifier for ServiceX https://github.com/ssl-hep/ServiceX_analysis_utils/issues/34 - [ ] UI for selecting TopCP image https://github.com/ssl-hep/ServiceX_frontend/issues/682 ### related to schema - [ ] interface for event-level selection flags https://github.com/scipp-atlas/atlas-schema/issues/77 - [x] repr length of arrays with ntuple schema and systematics https://github.com/scikit-hep/awkward/issues/3705 - [ ] mixin for trigger match https://github.com/scipp-atlas/atlas-schema/issues/79 ### uncategorized - [X] `atlasopenmagic` warnings in notebooks: https://github.com/atlas-outreach-data-tools/atlasopenmagic/issues/31 - [X] identifying weight systematics more easily: https://gitlab.cern.ch/atlas/athena/-/merge_requests/81794 - [ ] ATLAS basket size studies - https://gitlab.cern.ch/atlas/athena/-/merge_requests/85105 - https://gitlab.cern.ch/atlas/athena/-/merge_requests/85645 - [X] panda removed file tracking https://its.cern.ch/jira/browse/ATLASPANDA-1647 ### histogramming as a service - [X] developed: https://github.com/pfackeldey/histserv - [ ] filling remote hist with growing axes is a major performance bottleneck (growing is very costly), see: https://github.com/pfackeldey/histserv/issues/1
This collects issues / pull and merge requests that relate to work on this project.
related to coffea
postprocessstep in processor Makingpostprocess()optional? scikit-hep/coffea#1383coffeabehaviors: Four-vector calculations on individual candidates vs arrays of candidates scikit-hep/coffea#1396skipbadfilesscikit-hep/coffea#1441coffeaRunnerinterface and fixed worker allocation Dask distribution breaks with hard-coded scatter and fixed worker allocation scikit-hep/coffea#1490related to uproot and awkward
uproot.iterate(Potential) memory leak with uproot.iterate scikit-hep/uproot5#1528, fix: make step sizes of iterate more accurate scikit-hep/uproot5#1606related to ServiceX
related to schema
uncategorized
atlasopenmagicwarnings in notebooks: Configuration ofwarningsmodule atlas-outreach-data-tools/atlasopenmagic#31histogramming as a service