Skip to content

Commit b89939b

Browse files
DOC: Add release note for the new keepdims parameter.
1 parent c27f781 commit b89939b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)