8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78084ee commit d4bce01Copy full SHA for d4bce01
doc/release/1.13.0-notes.rst
@@ -137,6 +137,14 @@ function is faster than previous releases.
137
138
.. _double double: https://en.wikipedia.org/wiki/Quadruple-precision_floating-point_format#Double-double_arithmetic
139
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
148
Changes
149
=======
150
0 commit comments