Ianna Osborne
Ianna Osborne
I'd be happy to create a PR for it. Thanks!
> @ianna Should I also add the `dump()` method to print the output to show the buffer contents? I don't think it is needed here. You have a link to...
@agoose77 - do I understand correctly that some jobs get cancelled because the other architectures fail?
**Survey of Numba functions used (updated for v2)** Please, see the v1 list in [this demo](https://github.com/scikit-hep/awkward/blob/main/docs-jupyter/2020-01-22-numba-demo-EVALUATED.ipynb). ``` decorators --------------------------------------------------------- 108 numba.extending.lower_builtin 51 numba.core.typing.templates.bound_function 45 numba.extending.typeof_impl.register 18 numba.core.typing.templates.infer_global 12 numba.extending.register_model 12...
FYI, both `ak._v2.to_rdataframe` and `ak._v2.from_rdataframe` are now in a pre-release. You can pick it up with ``` pip install --pre awkward ``` Here is an example how to use it:...
Completed in https://github.com/scikit-hep/awkward/pull/1625. A short tutorial is [here](https://github.com/ianna/PyHep2022/blob/main/Awkward%20to%20RDataFrame%20and%20back%20v1.ipynb).
@jpivarski - it looks like it's implemented in v2: ```python >>> import numba as nb >>> import awkward._v2 as ak >>> import awkward._v2._connect.numba.arrayview >>> import awkward._v2._connect.numba.builder >>> def add_a_string(builder, string):...
@jpivarski - nice! BTW, we do have some C++ code as strings embedded in Python ;-)
@aryan26roy - when https://github.com/scikit-hep/awkward/pull/1560 is merged you may want to rebase this PR.
@jpivarski - and `kernel-specification.yml` will shrink as well.