diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2018-06-13 01:12:55 -0700 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2018-06-15 21:02:39 -0700 |
commit | 494e96a87fb6e5a4789354482e95a6a1d10cb23f (patch) | |
tree | 3165a452e1f7bf02ba399c4664915240795816e0 /doc/release | |
parent | 3d9a082d146195944071a81ed0eae9d16976961a (diff) | |
download | numpy-494e96a87fb6e5a4789354482e95a6a1d10cb23f.tar.gz |
DEP: Actually deprecate the normed argument to histogram
Documenting this argument at such length gives it authenticity it does not deserve.
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 ============== |