diff options
author | Jonathan Helmus <jjhelmus@gmail.com> | 2015-09-24 20:35:15 -0500 |
---|---|---|
committer | Jonathan Helmus <jjhelmus@gmail.com> | 2015-09-24 20:35:15 -0500 |
commit | 4a9ad17e58a042931798c32b39b137f52abc3aed (patch) | |
tree | 9318c76ea015b62fedd5fdecf1f390e17bfc2e3f /numpy/add_newdocs.py | |
parent | 941a4e037d394dada43e3c2beef1e650d5505742 (diff) | |
download | numpy-4a9ad17e58a042931798c32b39b137f52abc3aed.tar.gz |
BUG: numpy.ma functions can be called with only keyword arguments
numpy.ma.empty, zeros, ones, etc can be called using only keyword arguments
without a positional argument. Previously a single positional argument was
required.
For example:
np.ma.zeros(shape=(10, ))
closes #6106
Diffstat (limited to 'numpy/add_newdocs.py')
0 files changed, 0 insertions, 0 deletions