diff options
author | Jonathan Helmus <jjhelmus@gmail.com> | 2015-10-29 20:53:26 -0500 |
---|---|---|
committer | Jonathan Helmus <jjhelmus@gmail.com> | 2015-10-29 20:53:26 -0500 |
commit | db85edeb9326d4ea736e41baf23ae8edfdd6f84c (patch) | |
tree | 5ea7bb3fd8214912e52e6c56de5770630e3c850d /numpy/core/arrayprint.py | |
parent | b2748c6586549f9ee8ddfefcf2a78f2f41c55783 (diff) | |
download | numpy-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/arrayprint.py')
0 files changed, 0 insertions, 0 deletions