diff options
author | Joseph Fox-Rabinovitz <joseph.r.fox-rabinovitz@nasa.gov> | 2016-02-01 16:29:48 -0500 |
---|---|---|
committer | Joseph Fox-Rabinovitz <jfoxrabinovitz@gmail.com> | 2016-02-11 20:06:30 -0500 |
commit | b8b55614a3d3c2e3e2c653064719de6906c1be39 (patch) | |
tree | d7e56a9618ead489145eaf54047349d59cfec9b9 /doc | |
parent | 47b6c2b8bacb510cac62d490c159ec116080d1d0 (diff) | |
download | numpy-b8b55614a3d3c2e3e2c653064719de6906c1be39.tar.gz |
Added 'doane' and 'sqrt' estimators to np.histogram in numpy.function_base
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.12.0-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release/1.12.0-notes.rst b/doc/release/1.12.0-notes.rst index ce606e5b5..9167cdfc0 100644 --- a/doc/release/1.12.0-notes.rst +++ b/doc/release/1.12.0-notes.rst @@ -91,6 +91,9 @@ Instead of using ``usecol=(n,)`` to read the nth column of a file it is now allowed to use ``usecol=n``. Also the error message is more user friendly when a non-integer is passed as a column index. +Additional estimators for ``histogram`` +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Added 'doane' and 'sqrt' estimators to ``histogram`` via the ``bins`` argument. Changes ======= |