diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2011-02-04 22:35:46 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2011-02-04 22:35:46 -0700 |
commit | 24392c8a4d161000dd925904f302d77b0efed219 (patch) | |
tree | fc41e7159ef24873f0ed50e3bccb7df240af43d9 /numpy/add_newdocs.py | |
parent | 36480e9fac55acb65ee6a1c7212e371de84fab96 (diff) | |
download | numpy-24392c8a4d161000dd925904f302d77b0efed219.tar.gz |
DOC: Note version minlength was added to bincount.
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r-- | numpy/add_newdocs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py index e749784d5..a66eb6de3 100644 --- a/numpy/add_newdocs.py +++ b/numpy/add_newdocs.py @@ -4290,6 +4290,7 @@ add_newdoc('numpy.lib._compiled_base', 'bincount', weights : array_like, optional Weights, array of the same shape as `x`. minlength : integer, optional + .. versionadded:: 1.6.0 A minimum number of bins for the output array. Returns |