Ianna Osborne
Ianna Osborne
### Version of Awkward Array master branch (2.6.4) ### Description and code to reproduce The `test_wrap_index_cupy` test fails with a warning: `cupy._util.PerformanceWarning: Jitify is performing a one-time only warm-up to...
### Version of Awkward Array 2.6.4 (master branch) pyarrow.__version__ '11.0.0' pandas.__version__ '2.0.3' ### Description and code to reproduce I do not see the error in CI, so I assume there...
### Describe the bug, including details regarding any error messages, version, and platform. Hi, I running into an issue with a newly released 16.1.0 version. The 16.0.0 works without issues,...
The macOS-11 environment is deprecated and will be removed on June 28th, 2024. Currently, all tests on MacOS-11 are cancelled: ``` Run Tests (macos-11, 3.8, x64, full) This is a...
### Version of Awkward Array 2.6.5 (master branch) ### Description and code to reproduce ``` /Users/runner/work/awkward/awkward/dev/generate-kernel-signatures.py:134: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware...
### Description of new feature Currently we do not support distributed RDataFrame. See the discussion in the issue https://github.com/scikit-hep/awkward/issues/3061 The feature needed to support it has been implemented in: https://github.com/root-project/root/pull/15672
fixes issue #56
I think we need an optional dependency here. Adding a lower bound on awkward of v2.5.0 requires a numpy v1.6: ```python Run pytest tests/ pytest tests/ shell: /usr/bin/bash -e {0}...
### Version of Awkward Array master branch (2.6.7) ### Description and code to reproduce It seems like switching to a recommended random generator revealed a bug. To reproduce: ```python import...