[Numpy-discussion] Allow moveaxis() to take strings as axis order

2018-07-08 Thread Manuel Schölling
Hi, I have opened a pull request [1] for enhancing moveaxis() a bit, so it can take strings as arguments to permute the axis order. The new feature is best described by a short example. All these calls to moveaxis() will do the same thing: A = np.zeros((0, 1, 2, 3)) # reverse order np.mov

Re: [Numpy-discussion] NumPy 1.15.0rc1 released

2018-07-08 Thread Sandro Tosi
> The Python versions supported by this release are 2.7, 3.4-3.6. The wheels > are linked with > OpenBLAS 3.0, which should fix some of the linalg problems reported for NumPy > 1.14, > and the source archives were created using Cython 0.28.2 and should work with > the upcoming > Python 3.7. ju

Re: [Numpy-discussion] NumPy 1.15.0rc1 released

2018-07-08 Thread Ralf Gommers
On Sun, Jul 8, 2018 at 7:35 PM, Sandro Tosi wrote: > > The Python versions supported by this release are 2.7, 3.4-3.6. The > wheels are linked with > > OpenBLAS 3.0, which should fix some of the linalg problems reported for > NumPy 1.14, > > and the source archives were created using Cython 0.28