Athan
Athan
@cnaples79 Circling back on this in case you missed the last ping. Would you mind ticking the box acknowledging acceptance of contributing guidelines? We'd love to get this PR in,...
@cnaples79 Another ping concerning the comments above. Cheers!
I tried to do a bit of digging regarding rationale. See https://github.com/data-apis/array-api/pull/19 for the PR which added the sorting methods. I need to track down the referenced workgroup meeting minutes....
> sort output is just the exact same whether it's stable or not, for any total order. While true for integer inputs, this isn't true for floating-point values. In the...
One thing this RFC seems to assume is that stable sorting algorithms are inherently slower than unstable sorting algorithms. While in NumPy this may be the case, I am not...
/stdlib merge
@headlessNode Remind me. Why is the option named `sentinelValue` rather than just `sentinel`?
2c: we should rename `sentinelValue` to `sentinel` here and in `ndarray/find`.
No, it should contain more. It was that you had included a subset of functions for which we have public APIs which exist elsewhere. Certainly most of the "from" APIs...
Ah, right, circular native dependencies. 🤦♂️ You're right. This is a pickle. It is either all or none. Yeah, maybe it is the case that this package only includes the...