Re: [Numpy-discussion] NEP 37: A dispatch protocol for NumPy-like modules

2020-04-08 Thread Andreas Mueller
Hey all. Is there any update on this? Is there any input we can provide as users? I'm not entirely sure where you are in the decision making process right now :) Cheers, Andy On 3/3/20 6:34 PM, Sebastian Berg wrote: On Fri, 2020-02-28 at 11:28 -0500, Allan Haldane wrote: On 2/23/20 6:59 PM,

Re: [Numpy-discussion] NEP 37: A dispatch protocol for NumPy-like modules

2020-02-05 Thread Andreas Mueller
37 there might be a benefit to having a pure NumPy implementation as an alternative code path. Anyway, NEP 37 seems a great step in the right direction and would enable sklearn to actually dispatch in some places. Dispatching just based on __array_function__ seems not really feasible so