Graham Markall
Graham Markall
#900 duplicates this, but with more info, so I'll close this issue.
> I also have this problem. Has anyone looked at a fix? I would imagine not - any further updates would be likely to have been posted to this issue.
Does NumPy allow new size variables in output arguments for Generalized UFuncs?
Still interested!
How about some 2024 thoughts? :slightly_smiling_face: Numba's extension APIs would enable itertools support to be implemented outside of Numba, so it needn't necessarily be built-in to Numba. However, there are...
Many thanks for the clarifications! Do you want me to close this issue, or leave it open as a placeholder for some of those tasks?
I'm not able to get this to work with Numba 0.59.1 either. Can you post the outputs from `numba -s` in your working and non-working setups please?
I see that other users report that 2.2.4 used to work, in https://github.com/EconForge/interpolation.py/issues/115 - it's probably better to continue tracking down the issue with the interpolation.py maintainers, unless a reproducer...
Thanks for the report! Though Numba can work with NumPy 2.0, its semantics are still aligned with NumPy 1.x. The next release, 0.61 is planned to be semantically compatible with...
Thanks for the PR! I'm just marking it as "2 - In progress" while we wait for CI. > FWIW — hoping to be helpful — I found it not...