[NumPy-Tickets] [NumPy] #450: Make a.min() not copy data
NumPy Trac
numpy-tickets@scipy....
Tue Mar 22 20:34:38 CDT 2011
#450: Make a.min() not copy data
------------------------------------------+---------------------------------
Reporter: goddard | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: devel
Keywords: reduce, memory, optimization |
------------------------------------------+---------------------------------
Changes (by mwiebe):
* priority: low => normal
* version: 1.0.1 => devel
* type: enhancement => defect
Comment:
The problem is still there. Probably the fix is to extend ufunc to accept
a tuple of axes to operate on, then minimum.reduce could operate on all
the axes at once without making the copy currently required.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/450#comment:9>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list