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

2018-09-26 Thread Stephan Hoyer
On Wed, Sep 26, 2018 at 9:19 AM Joris Van den Bossche < jorisvandenboss...@gmail.com> wrote: > Hi all, > > I have small question for clarification regarding some reducing numpy > functions like np.sum, np.mean, etc, i.e. functions that now work on > other array-like objects by checking if they hav

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

2018-09-26 Thread Joris Van den Bossche
Hi all, I have small question for clarification regarding some reducing numpy functions like np.sum, np.mean, etc, i.e. functions that now work on other array-like objects by checking if they have 'sum', 'mean', etc method and if so, "dispatch" to the method. Those functions are several times ment

Re: [Numpy-discussion] PR Cleanup

2018-09-26 Thread Daπid
On Tue, 25 Sep 2018 at 21:14, Ralf Gommers wrote: > > > On Tue, Sep 25, 2018 at 5:35 PM Marten van Kerkwijk < > m.h.vankerkw...@gmail.com> wrote: > >> Hi Chuck, >> >> Over at astropy we have a bot that sends a warning to PRs that have not >> received any commits for 5 months [1] and closes them i