summaryrefslogtreecommitdiff
path: root/numpy/core/function_base.py
diff options
context:
space:
mode:
authorJonathan Helmus <jjhelmus@gmail.com>2015-10-29 20:53:26 -0500
committerJonathan Helmus <jjhelmus@gmail.com>2015-10-29 20:53:26 -0500
commitdb85edeb9326d4ea736e41baf23ae8edfdd6f84c (patch)
tree5ea7bb3fd8214912e52e6c56de5770630e3c850d /numpy/core/function_base.py
parentb2748c6586549f9ee8ddfefcf2a78f2f41c55783 (diff)
downloadnumpy-db85edeb9326d4ea736e41baf23ae8edfdd6f84c.tar.gz
BUG: immutable _arraymethod function in ma.core
Replace the _arraymethod class in ma.core with a function factory which returns class method wrappers around basic array methods. These methods are bound to the MaskedArray instance and are immutable. Previously _arraymethod was a class which would incorrectly operate on the MaskedArray object which last accessed the particular named function. closes #5247
Diffstat (limited to 'numpy/core/function_base.py')
0 files changed, 0 insertions, 0 deletions