Re: [Numpy-discussion] Top level release index page

2019-07-02 Thread Ralf Gommers
On Tue, Jul 2, 2019 at 3:18 PM Matti Picus wrote: > In PR 13886 I reworked the way the link to the release notes is > generated. The current page is > > > http://www.numpy.org/devdocs/release.html > > > and the new page is > > > > https://8001-908607-gh.circle-artifacts.com/0/home/circleci/repo/

[Numpy-discussion] Top level release index page

2019-07-02 Thread Matti Picus
In PR 13886 I reworked the way the link to the release notes is generated. The current page is http://www.numpy.org/devdocs/release.html and  the new page is https://8001-908607-gh.circle-artifacts.com/0/home/circleci/repo/doc/build/html/release.html I don't like the "wall of text" in the

Re: [Numpy-discussion] __array_function related regression for 1.17.0rc1

2019-07-02 Thread Ralf Gommers
On Tue, Jul 2, 2019 at 8:38 AM Stephan Hoyer wrote: > On Tue, Jul 2, 2019 at 8:16 AM Ralf Gommers > wrote: > >> >> >> On Tue, Jul 2, 2019 at 1:45 AM Juan Nunez-Iglesias >> wrote: >> >>> On Tue, 2 Jul 2019, at 4:34 PM, Stephan Hoyer wrote: >>> >>> This is addressed in the NEP, see bullet 1 under

[Numpy-discussion] NumPy Community Meeting Wednesday, July 3

2019-07-02 Thread Sebastian Berg
Hi all, There will be a NumPy Community meeting Wednesday July 3 at 11 am Pacific Time. Everyone is invited to join in and edit the work-in- progress meeting notes: https://hackmd.io/76o-IxCjQX2mOXO_wwkcpg Best wishes Sebastian ___ NumPy-Discussion mai

[Numpy-discussion] ANN: SfePy 2019.2

2019-07-02 Thread Robert Cimrman
I am pleased to announce release 2019.2 of SfePy. Description --- SfePy (simple finite elements in Python) is a software for solving systems of coupled partial differential equations by the finite element method or by the isogeometric analysis (limited support). It is distributed under t

Re: [Numpy-discussion] __array_function related regression for 1.17.0rc1

2019-07-02 Thread Stephan Hoyer
On Tue, Jul 2, 2019 at 8:16 AM Ralf Gommers wrote: > > > On Tue, Jul 2, 2019 at 1:45 AM Juan Nunez-Iglesias > wrote: > >> On Tue, 2 Jul 2019, at 4:34 PM, Stephan Hoyer wrote: >> >> This is addressed in the NEP, see bullet 1 under "Partial implementation >> of NumPy's API": >> >> http://www.numpy

Re: [Numpy-discussion] __array_function related regression for 1.17.0rc1

2019-07-02 Thread Stephan Hoyer
On Tue, Jul 2, 2019 at 1:46 AM Juan Nunez-Iglesias wrote: > I'm also wondering where the list of functions that must be implemented > can be found, so that libraries like dask and CuPy can be sure that they > have a complete implementation, and further typeerrors won't be raised with > their arra

Re: [Numpy-discussion] __array_function related regression for 1.17.0rc1

2019-07-02 Thread Ralf Gommers
On Tue, Jul 2, 2019 at 1:45 AM Juan Nunez-Iglesias wrote: > On Tue, 2 Jul 2019, at 4:34 PM, Stephan Hoyer wrote: > > This is addressed in the NEP, see bullet 1 under "Partial implementation > of NumPy's API": > > http://www.numpy.org/neps/nep-0018-array-function-protocol.html#partial-implementati

Re: [Numpy-discussion] __array_function related regression for 1.17.0rc1

2019-07-02 Thread Juan Nunez-Iglesias
On Tue, 2 Jul 2019, at 4:34 PM, Stephan Hoyer wrote: > This is addressed in the NEP, see bullet 1 under "Partial implementation of > NumPy's API": > http://www.numpy.org/neps/nep-0018-array-function-protocol.html#partial-implementation-of-numpy-s-api > > My concern is that fallback coercion behav