Jim Pivarski

Results 150 issues of Jim Pivarski

### Description of new feature * `limit=NONNEGATIVE-INT` should be passed to C++ to stop the JSON-reading as soon as the number of entries in the `ArrayBuilder` reaches `limit`. * `limit=(NONNEGATIVE-INT,...

feature

I used "infra" as the contribution name, following https://allcontributors.org/docs/en/emoji-key https://github.com/scikit-hep/awkward/pull/1224#issuecomment-1898884415 > I couldn't determine any contributions to add, did you specify any contributions? Please make sure to use [valid contribution...

bug

Because of aio-libs/aiohttp#1115, the aiohttp library can let an HTTPS connection dangle for one event longer than pytest or Python allows, triggering an "unclosed transport" ResourceError. We _do_ want to...

This is a draft. It needs TGraphErrors, TGraphAsymmErrors, tests of writing to actual files and reading them back with ROOT, and maybe some high-level interface so that we can ```python...

inactive

As mentioned in https://github.com/scikit-hep/uproot5/discussions/1134#discussioncomment-8523883, the `how="zip"` option for `library="ak"` has not been documented.

docs

Ruff has tools for this, and there are NumPy 2.0 prereleases (or there will be soon).

It frequently needs to be restarted manually, as the only test that failed (due to a GitHub Actions timeout). Watching it interactively, it does sometimes take a long time. Especially...

tests

> Actually, yes! One thing uproot is often doing is decompressing many small chunks and then concatenating them into a larger contiguous buffer. We could save some additional allocation and...

feature
big-project

Sometimes, ROOT produces TBranches with types like ``` leaf1[counter]/F:leaf2[counter]/I:leaf3[counter]/F ``` That is, there are multiple TLeaves, the data are interleaved, but the number of items per entry is variable and...

feature
needs-test-file
big-project

As discussed in https://root-forum.cern.ch/t/ttime-saved-to-a-ttree-in-root5-and-root6/54031 and #859, the `TTime` class breaks pattern and includes headers because > the dictionary generated is requesting the ‘very’ old I/O for the class TTime. In...

bug