8000 DOC: Update 1.13.0 release notes with apply_along_axis changes · numpy/numpy@d4bce01 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4bce01

Browse files
committed
DOC: Update 1.13.0 release notes with apply_along_axis changes
1 parent 78084ee commit d4bce01

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/release/1.13.0-notes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,14 @@ function is faster than previous releases.
137137

138138
.. _double double: https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format#Double-double_arithmetic
139139

140+
Support for returning arrays of arbitrary dimensionality in `apply_along_axis`
141+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
142+
Previously, only scalars or 1D arrays could be returned by the function passed
143+
to `apply_along_axis`. Now, it can return an array of any dimensionality
144+
(including 0D), and the shape of this array replaces the axis of the array
145+
being iterated over.
146+
147+
140148
Changes
141149
=======
142150

0 commit comments

Comments
 (0)
0