[NumPy-Tickets] [NumPy] #1532: f2py does not respect assumed size arrays of fortran 90
NumPy Trac
numpy-tickets@scipy....
Fri Feb 25 14:43:07 CST 2011
#1532: f2py does not respect assumed size arrays of fortran 90
--------------------------+-------------------------------------------------
Reporter: ozn | Owner: pearu
Type: enhancement | Status: reopened
Priority: normal | Milestone: Unscheduled
Component: numpy.f2py | Version: devel
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Comment(by pearu):
I just committed assumed shape preliminary support to
https://github.com/pearu/numpy/commit/cafd2df2336258b6a107d827f60b89d20a967653
Currently the support works for Fortran functions, not for subroutines.
It was just easier to get it working for functions because f2py already
generated wrapper subroutines for Fortran functions.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1532#comment:7>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list