Re: [Numpy-discussion] Release vs development testing.

2019-05-13 Thread Charles R Harris
On Mon, May 13, 2019 at 11:50 AM Nathaniel Smith wrote: > On Mon, May 13, 2019, 10:26 Charles R Harris > wrote: > >> I just checked that current wheels show the warnings when `numpy.test()` >> is run with latest pytest. However, moving the `pytest.ini` file into the >> `numpy` directory is tric

Re: [Numpy-discussion] Release vs development testing.

2019-05-13 Thread Nathaniel Smith
On Mon, May 13, 2019, 10:26 Charles R Harris wrote: > I just checked that current wheels show the warnings when `numpy.test()` > is run with latest pytest. However, moving the `pytest.ini` file into the > `numpy` directory is tricky, as we need to tell pytest where to find the > installed file (

Re: [Numpy-discussion] Release vs development testing.

2019-05-13 Thread Charles R Harris
On Mon, May 13, 2019 at 11:25 AM Charles R Harris wrote: > > > On Mon, May 13, 2019 at 3:02 AM Ralf Gommers > wrote: > >> >> >> On Sun, May 12, 2019 at 4:41 PM Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> >>> >>> On Sun, May 12, 2019 at 7:27 AM Ralf Gommers >>> wrote: >>>

Re: [Numpy-discussion] Release vs development testing.

2019-05-13 Thread Charles R Harris
On Mon, May 13, 2019 at 3:02 AM Ralf Gommers wrote: > > > On Sun, May 12, 2019 at 4:41 PM Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Sun, May 12, 2019 at 7:27 AM Ralf Gommers >> wrote: >> >>> >>> >>> On Sun, May 12, 2019 at 3:56 PM Charles R Harris < >>> charlesr.har...

Re: [Numpy-discussion] casting from datetime64

2019-05-13 Thread Alex Samuel
Thanks! I understand your hesitation; certainly if I am using undocumented APIs (or even if they are otherwise unused) I understand that it will be on my shoulders to preserve compatibility if you change things. But I would definitely like to get basic functionality working with current (and old

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

2019-05-13 Thread Ralf Gommers
On Sat, May 11, 2019 at 4:04 AM Stephan Hoyer wrote: > On Sat, May 4, 2019 at 12:29 PM Ralf Gommers > wrote: > >> We seem to have run out of steam a bit here. >> > > We discussed this today in person at the NumPy sprint. > > The consensus was to go for a name like __skip_array_function__. Ufuncs

Re: [Numpy-discussion] Release vs development testing.

2019-05-13 Thread Ralf Gommers
On Sun, May 12, 2019 at 4:41 PM Charles R Harris wrote: > > > On Sun, May 12, 2019 at 7:27 AM Ralf Gommers > wrote: > >> >> >> On Sun, May 12, 2019 at 3:56 PM Charles R Harris < >> charlesr.har...@gmail.com> wrote: >> >>> >>> >>> On Sun, May 12, 2019 at 6:33 AM Julian Taylor < >>> jtaylor.deb...