summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
authorgfyoung <gfyoung@mit.edu>2016-02-23 18:45:00 +0000
committergfyoung <gfyoung17@gmail.com>2016-03-20 17:33:19 +0000
commit2e0f8ab73f217319d9037bb801c96e9505cd3461 (patch)
tree89b4673a257af170ae5f698d13ad36902ec25b00 /numpy/core/numeric.py
parenta52eef3ff24a78b347395b04ddafb08b6d6d8cf8 (diff)
downloadnumpy-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