Re: [Numpy-discussion] Adding to the non-dispatched implementation of NumPy methods

2019-04-24 Thread Nathaniel Smith
On Wed, Apr 24, 2019 at 9:45 PM Stephan Hoyer wrote: > With "__numpy_implementation__" I was hoping to evoke "the implementation > used by numpy.ndarray.__array_function__" and "the implementation for NumPy > arrays" rather than "the implementation found in the NumPy library." So it > would sti

Re: [Numpy-discussion] Adding to the non-dispatched implementation of NumPy methods

2019-04-24 Thread Stephan Hoyer
On Tue, Apr 23, 2019 at 12:27 AM Nathaniel Smith wrote: > On Mon, Apr 22, 2019 at 11:13 PM Stephan Hoyer wrote: > > > >> On Mon, Apr 22, 2019 at 9:26 PM Nathaniel Smith wrote: > >>> > >>> Your last email didn't really clarify anything for me. I get that > np.func.__numpy_implementation__ is int