summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/21645.expired.rst
blob: 4c9933244dc651893f506571feba19980a756607 (plain)
1
2
3
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.