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 c27f781 commit b89939bCopy full SHA for b89939b
doc/release/upcoming_changes/21485.new_feature.rst
@@ -0,0 +1,5 @@
1
+``keepdims`` parameter for ``average``
2
+--------------------------------------
3
+The parameter ``keepdims`` was added to the functions `numpy.average`
4
+and `numpy.ma.average`. The parameter has the same meaning as it
5
+does in reduction functions such as `numpy.sum` or `numpy.mean`.
0 commit comments