Skip to content

Commit

Permalink
DOC: Add release note for removal of normed= kwarg from histograms
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg committed Jun 2, 2022
1 parent 2215054 commit 5d3845e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/release/upcoming_changes/21645.expired.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* The ``normed`` keyword argument has been removed from
`np.histogram`, `np.histogram2d`, and `np.histogramdd`.
Use ``density`` instead. If ``normed`` was passed by
position, ``density`` is now used.

0 comments on commit 5d3845e

Please sign in to comment.