Re: [Numpy-discussion] Search not working on www.numpy.org/devdocs/search.html

2018-09-21 Thread Thomas Caswell
I suspect this is due to issues with sphinx 1.8.0. Matplotlib also has this problem (see https://github.com/matplotlib/matplotlib/pull/12183). Tom On Mon, Sep 17, 2018 at 10:47 AM Matti Picus wrote: > I can enter a search term (say `ndarray`) in > www.numpy.org/devdocs/search.html, but the res

Re: [Numpy-discussion] Proposal to accept NEP 22: Duck typing for NumPy arrays

2018-09-21 Thread Thomas Caswell
I think the NEP does a very good job of capturing the high-level issue around duck arrays and will serve as a solid base to build future discussions on. With my Matplotlib and h5py hats on, I like the discussion about how down stream projects need to work out their issues with the support of the N

Re: [Numpy-discussion] Proposal to accept NEP-18, __array_function__ protocol

2018-09-21 Thread Stephan Hoyer
On Thu, Sep 20, 2018 at 2:05 PM Stephan Hoyer wrote: > I've gone ahead and merged the PR to mark the NEP as accepted. Let's get > started on the fun part of implementation! > > Cheers, > Stephan > I have started implementing NEP-18 in a pull request: https://github.com/numpy/numpy/pull/12005 I