Re: [Numpy-discussion] defining a NumPy API standard?

2019-06-03 Thread Sebastian Berg
On Sun, 2019-06-02 at 08:42 +0200, Ralf Gommers wrote: > > > > > > > > > This sounds like a restructuring or factorization of the API, in > > order to make it smaller, and thus easier to learn and use. > > It may start with the docs, by paying more attention to the "core" > > or important func

Re: [Numpy-discussion] defining a NumPy API standard?

2019-06-03 Thread Stefan van der Walt
Hi Marten, On Sat, 01 Jun 2019 12:11:38 -0400, Marten van Kerkwijk wrote: > Third, we could actual implementing the logical groupings identified in the > code base (and describing them!). Currently, it is a mess: for the C files, > I typically have to grep to even find where things are done, and w

Re: [Numpy-discussion] defining a NumPy API standard?

2019-06-03 Thread Marten van Kerkwijk
Hi Stefan, On Mon, Jun 3, 2019 at 4:26 PM Stefan van der Walt wrote: > Hi Marten, > > On Sat, 01 Jun 2019 12:11:38 -0400, Marten van Kerkwijk wrote: > > Third, we could actual implementing the logical groupings identified in > the > > code base (and describing them!). Currently, it is a mess: fo