Re: [Numpy-discussion] ENH: Proposal to add atleast_nd function

2021-02-18 Thread Stephan Hoyer
On Wed, Feb 17, 2021 at 2:37 AM Ralf Gommers wrote: > > > On Wed, Feb 17, 2021 at 12:26 AM Stefan van der Walt > wrote: > >> On Tue, Feb 16, 2021, at 07:49, Joseph Fox-Rabinovitz wrote: >> >> I'm getting a generally lukewarm not negative response. Should we put it >> to a vote? >> >> >> Things h

Re: [Numpy-discussion] ENH: Proposal to add atleast_nd function

2021-02-18 Thread Ralf Gommers
On Wed, Feb 17, 2021 at 9:26 PM Oscar Benjamin wrote: > On Wed, 17 Feb 2021 at 10:36, Ralf Gommers wrote: > > > > On Wed, Feb 17, 2021 at 12:26 AM Stefan van der Walt < > stef...@berkeley.edu> wrote: > >> > >> Ralf has been working towards this idea, but having a well-organised > namespace of ut

[Numpy-discussion] Speed up large arrays with PNumPy

2021-02-18 Thread Matti Picus
I am pleased to announce the first release of PNumPy: a project to seamlessly speed up NumPy for large arrays (64K+ elements) with no change required to your existing NumPy code. PNumPy supports Linux, Windows, and MacOS on top of NumPy >= 1.18 for python 3.6, 3.7, 3.8, and 3.9. This first rele

Re: [Numpy-discussion] ENH: Proposal to add atleast_nd function

2021-02-18 Thread Oscar Benjamin
On Thu, 18 Feb 2021 at 10:11, Ralf Gommers wrote: > > > > On Wed, Feb 17, 2021 at 9:26 PM Oscar Benjamin > wrote: >> >> On Wed, 17 Feb 2021 at 10:36, Ralf Gommers wrote: >> > >> > On Wed, Feb 17, 2021 at 12:26 AM Stefan van der Walt >> > wrote: >> >> >> >> Ralf has been working towards this i