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
> 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
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