diff options
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/1.11.0-notes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.11.0-notes.rst b/doc/release/1.11.0-notes.rst index c83ca0861..b0ef00208 100644 --- a/doc/release/1.11.0-notes.rst +++ b/doc/release/1.11.0-notes.rst @@ -103,6 +103,8 @@ New Features given precision. The byteorder specification is also ignored, the generated arrays are always in native byte order. +* ``np.moveaxis`` allows for moving one or more array axes to a new position + by explicitly providing source and destination axes. Improvements ============ |