diff options
author | gfyoung <gfyoung@mit.edu> | 2016-02-23 18:45:00 +0000 |
---|---|---|
committer | gfyoung <gfyoung17@gmail.com> | 2016-03-20 17:33:19 +0000 |
commit | 2e0f8ab73f217319d9037bb801c96e9505cd3461 (patch) | |
tree | 89b4673a257af170ae5f698d13ad36902ec25b00 /numpy/core/numeric.py | |
parent | a52eef3ff24a78b347395b04ddafb08b6d6d8cf8 (diff) | |
download | numpy-2e0f8ab73f217319d9037bb801c96e9505cd3461.tar.gz |
BUG, MAINT: Use keyword args internally in fromnumeric.py
Internal method calls to array methods should be written
to reflect the actual signature of the argument. Thus,
keyword arguments for example should be written explicitly
as keyword arguments.
This inconsistency has caused libraries like pandas to
adopt somewhat awkward function signatures for functions
with name equivalents in numpy in which certain arguments had
to be externalized for compatibility purposes but would preferably
have been hidden in a kwargs argument since they weren't actually
used in the implementation. Such externalization would only cause
more confusion for the user.
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions