Sebastian Berg
Sebastian Berg
Yeah, I guess it was written as indicating outer dimensions. Which may be slightly odd, because it effectively means we constantly write ellipsis everywhere since most functionality should allow an...
Hmmm, strange, CI seems to be failing due to: ``` Cleaning up the execution context... 01:18:12.143781 INFO command finished: code=1, status=[OK] ``` after the tests pass. EDIT: Sorry, I looked...
Let's just try the fix, I really think it should be fine and had tested locally that it fails if changed to `cupy` rather than `cupyx`. /test mini
Thanks Vyas, had look through the changes once more, let's get this in, since I think the only reason it wasn't was the CI anyway.
I am a bit curious if this happened in a real-world use case? In a sense just an order of checks (if we never have to interpolate a point, why...
Dataframes have different names for this, but the problem is also that the meaning is tricky w.r.t. descending/ascending sorts. My 2c on `stable=` is that you could just make it...
The 8x is presumably that there are fast SIMD implementation for unstable only, not algorithmic as such. But doubt that actually changes anything.
It would be good to add a test. I am wondering if this is the right spot. This code is unfortunately so messy it is hard to tell. I could...
Ping @HaoZeke, although I am not sure you have time to look at f2py issues these days.
> I wonder how many users this would break. One can go through a `VisibleDeprecationWarning`. That shouldn't break anyone immediately but still inform users about something that is likely wrong...