summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/py_wrap.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+2
|
* F2PY G3: fixed compiler warnings.Pearu Peterson2006-10-141-1/+1
|
* F2PY G3: exposing f90 type information via _API variable for other modules.Pearu Peterson2006-10-131-2/+8
|
* F2PY: Impl. (suboptimal) solution for nested f90 module wrapping.Pearu Peterson2006-10-131-0/+8
|
* F2PY G3: Impl. scalar function support and tests.Pearu Peterson2006-10-111-2/+12
|
* F2PY G3: added basic support for wrapping Fortran subprograms, scalar input ↵Pearu Peterson2006-10-051-5/+4
| | | | only.
* F2PY G3: started subprogram support addition.Pearu Peterson2006-10-051-308/+3
|
* F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 ↵Pearu Peterson2006-10-041-0/+410
module containing derived type with scalar components.