diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-06-16 14:48:33 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-16 14:48:33 -0600 |
commit | 2c96846c06a902fe4dbe60529828a9eb682d61ea (patch) | |
tree | 9fc497a88fb072284eb50b4d5bda8d202bdac0ee /doc/release | |
parent | 1a378b42fc63d0e09e5eafa16ebd743d768c5b67 (diff) | |
parent | 494e96a87fb6e5a4789354482e95a6a1d10cb23f (diff) | |
download | numpy-2c96846c06a902fe4dbe60529828a9eb682d61ea.tar.gz |
Merge pull request #11323 from eric-wieser/histogram-normed-actually-deprecate
DEP: Actually deprecate the normed argument to histogram
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/1.15.0-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/1.15.0-notes.rst b/doc/release/1.15.0-notes.rst index cc193530c..1f3bf9bf3 100644 --- a/doc/release/1.15.0-notes.rst +++ b/doc/release/1.15.0-notes.rst @@ -77,6 +77,9 @@ Deprecations `RuntimeWarning` will be emitted otherwise in these cases. Users of the C-API should call ``NpyIter_Close`` before ``NpyIter_Deallocate``. +* The ``normed`` argument of ``np.histogram``, deprecated long ago in 1.6.0, + now emits a ``DeprecationWarning``. + Future Changes ============== |