Jim Pivarski

Results 150 issues of Jim Pivarski

Using storm-deploy out of the box (on an old JRE 1.6.0_45), I encountered a known bug in jsch.agentproxy that prevented me from deploying a cluster. Here's a reference to the...

Reposting from my email to @martindurant: > This fsspec-reference-maker, which indexes byte positions in HDF5 files and serves the HDF5 files as Zarr data—such a thing could be useful for...

I'm just reporting this in case it's useful. If it's a "wont-fix", that's fine by me. Crashing while quitting is perhaps the best way to crash, if you're going to...

I think the rationale for having `print(array)` touch all of the data in `array` (whether it's high-level or a layout) is so that the delayed operation is exactly the same...

This is primarily for record-keeping, so that we don't forget about CUDA kernels that should be revisited _someday_. To be in this list, a kernel must be implemented correctly (in...

performance

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

``` Traceback (most recent call last): File "", line 1, in File "/home/jpivarski/irishep/uproot4/uproot4/behaviors/TBranch.py", line 1164, in arrays return library.group(output, expression_context, how) File "/home/jpivarski/irishep/uproot4/uproot4/interpretation/library.py", line 528, in group return awkward1.zip( File...

Now that v1 has been dropped, all of the compiler warnings are v2 warnings and need to be addressed. MacOS (or probably Cling) shows a lot more warnings than Linux...

cleanup

We have lots of functions, like `ak.sum` and `ak.concatenate`, but we shouldn't be cluttering the namespace with things like `ak.ak_sum` and `ak.ak_concatenate`: ```python print("\n".join(x for x in dir(ak) if x.startswith("ak_")))...

cleanup