Replies: 1 comment
-
It sounds like we no longer have a blocker then. The one feature that was missing from Vector is to pass NumPy arrays of vectors into and out of Numba—you can already do it with Awkward Arrays. The NumPy-array-of-vectors case would add functionality: NumPy arrays are mutable. But other than that, viewing the NumPy arrays as Awkward Arrays would function as a work-around now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The vector readthedocs documentation says:
I just checked the status of that PR and it has been closed and supplanted by numba#7121 which has been already merged. Is this statement still up-to-date? Or was that numba#7121 not enough? Is there any work required on vector side?
Beta Was this translation helpful? Give feedback.
All reactions