diff options
author | Ben Rowland <bennyrowland@mac.com> | 2016-10-11 12:08:47 -0400 |
---|---|---|
committer | Stephan Hoyer <shoyer@gmail.com> | 2016-10-11 12:08:47 -0400 |
commit | 84b11f57335998e1c2c32e0b1b529ca94895253d (patch) | |
tree | 0f6ef23130f6f5d3cf87ff4eadd07c16e2bfb6fa /numpy/core/numeric.py | |
parent | dbb70947b95b92abf3e48ef8be7bd3ab79489892 (diff) | |
download | numpy-84b11f57335998e1c2c32e0b1b529ca94895253d.tar.gz |
ENH: allow numpy.apply_along_axis() to work with ndarray subclasses (#7918)
This commit modifies the numpy.apply_along_axis() function so that if
it is called with an ndarray subclass, the internal func1d calls
receive subclass instances and the overall function returns an instance
of the subclass. There are two new tests for these two behaviours.
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions