From 3ebc34878f3fd1200305f06ed0d6ba1a3529b457 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Tue, 29 Mar 2011 21:56:25 +0200 Subject: DEP: deprecate normed kw in histogram and restore its old behavior. Introduce density kw. This reverts part of the following commits: 3743430e 400a2a67 3743430e Behavior for normed keyword is again the same as it was in Numpy 1.5. The desired behavior (probability density) is implemented by the new density keyword, which reflects the functionality better than "normed". For a discussion on this issue, see the Numpy mailing list thread started on Aug 6th, 2010. --- doc/release/1.6.0-notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/release') diff --git a/doc/release/1.6.0-notes.rst b/doc/release/1.6.0-notes.rst index ef28d2a3a..065577e26 100644 --- a/doc/release/1.6.0-notes.rst +++ b/doc/release/1.6.0-notes.rst @@ -132,6 +132,13 @@ conversion of arbitrary python objects into arrays is exposed by ``PyArray_GetArrayParamsFromObject``. +Deprecated features +=================== + +The "normed" keyword in ``numpy.histogram`` is deprecated. Its functionality +will be replaced by the new "density" keyword. + + Removed features ================ -- cgit v1.2.1