[NumPy-Tickets] [NumPy] #1765: f2py support for size(array, dim) syntax
NumPy Trac
numpy-tickets@scipy....
Sun Mar 13 06:19:35 CDT 2011
#1765: f2py support for size(array, dim) syntax
--------------------------+-------------------------------------------------
Reporter: lorenz | Owner: pearu
Type: enhancement | Status: closed
Priority: normal | Milestone: 1.6.0
Component: numpy.f2py | Version: devel
Resolution: fixed | Keywords:
--------------------------+-------------------------------------------------
Changes (by pearu):
* status: new => closed
* version: 1.5.1 => devel
* resolution: => fixed
* milestone: Unscheduled => 1.6.0
Comment:
The patch, that maps size(a,dim) calls to shape(a,-1+dim) calls, is
committed to numpy repo.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1765#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list