[Numpy-discussion] ANN: SciPy 1.6.1

2021-02-17 Thread Tyler Reddy
Hi all, On behalf of the SciPy development team I'm pleased to announce the release of SciPy 1.6.1, which is a bug fix release. Sources and binary wheels can be found at: https://pypi.org/project/scipy/ and at: https://github.com/scipy/scipy/releases/tag/v1.6.1 One of a few ways to install this

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

2021-02-17 Thread Oscar Benjamin
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 idea, but having a well-organised >> namespace of utility functions outside of the core NumPy API would be >> helpful in allowing expansi

Re: [Numpy-discussion] What to do about structured string dtype and string regression?

2021-02-17 Thread Sebastian Berg
On Wed, 2021-02-17 at 11:15 +0100, Ralf Gommers wrote: > On Wed, Feb 17, 2021 at 2:14 AM Stephan Hoyer > wrote: > > > On Tue, Feb 16, 2021 at 3:13 PM Sebastian Berg < > > sebast...@sipsolutions.net> > > wrote: > > > > > Hi all, > > > > > > In https://github.com/numpy/numpy/issues/18407 it was

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

2021-02-17 Thread Ralf Gommers
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 here don't typically get decided by vote—I think you'll have to > build

Re: [Numpy-discussion] What to do about structured string dtype and string regression?

2021-02-17 Thread Ralf Gommers
On Wed, Feb 17, 2021 at 2:14 AM Stephan Hoyer wrote: > On Tue, Feb 16, 2021 at 3:13 PM Sebastian Berg > wrote: > >> Hi all, >> >> In https://github.com/numpy/numpy/issues/18407 it was reported that >> there is a regression for `np.array()` and friends in NumPy 1.20 for >> code such as: >> >>