diff options
author | rgommers <ralf.gommers@googlemail.com> | 2010-06-02 17:09:50 +0000 |
---|---|---|
committer | rgommers <ralf.gommers@googlemail.com> | 2010-06-02 17:09:50 +0000 |
commit | bc9cb91dc463673516b488935399d2f429c0e016 (patch) | |
tree | ab9d6bb7856748fbaa6e848cb5fc4746c3ae98a6 | |
parent | e786456968293b7a26fd99922ccc15de6d3fbccd (diff) | |
download | numpy-bc9cb91dc463673516b488935399d2f429c0e016.tar.gz |
DOC: Add removal of histogram 'new' keyword to release notes. Closes #797.
-rw-r--r-- | doc/release/2.0.0-notes.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release/2.0.0-notes.rst b/doc/release/2.0.0-notes.rst index 0ffa96f21..fb7bbc43e 100644 --- a/doc/release/2.0.0-notes.rst +++ b/doc/release/2.0.0-notes.rst @@ -98,3 +98,7 @@ polynomial.chebyshev domain for the fit. The default Chebyshev domain can be specified by using [] as the domain value. +histogram +--------- +After a two years transition period, the old behavior of the histogram function +has been phased out, and the "new" keyword has been removed. |