summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/main.py
Commit message (Collapse)AuthorAgeFilesLines
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-031-534/+0
|
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-2/+2
|
* Minor for Python 2.3 support.Pearu Peterson2007-05-181-4/+3
|
* g3 f2py: impl. compiling Fortran codes online (function ↵Pearu Peterson2007-05-181-14/+98
| | | | numpy.f2py.lib.compile), clean up testing.
* Whitespace cleanup.Stefan van der Walt2007-01-081-3/+3
|
* F2PY G3: continued F2003 parser implementation and unittesting.Pearu Peterson2006-11-031-2/+35
|
* F2PY G3: started impl array support.Pearu Peterson2006-10-201-1/+1
|
* F2PY G3: fixed compiler warnings.Pearu Peterson2006-10-141-70/+95
|
* F2PY G3: Impl. scalar function support and tests.Pearu Peterson2006-10-111-3/+10
|
* F2PY G3: added simple test for subroutine with derived type intent(in,out) ↵Pearu Peterson2006-10-081-0/+51
| | | | argument. Fixed bugs.
* F2PY G3: fixed bugs, started adding features.Pearu Peterson2006-10-061-3/+5
|
* F2PY G3: added basic support for wrapping Fortran subprograms, scalar input ↵Pearu Peterson2006-10-051-3/+3
| | | | only.
* Fixed typos.Pearu Peterson2006-10-051-1/+1
|
* F2PY G3: started subprogram support addition.Pearu Peterson2006-10-051-2/+2
|
* F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 ↵Pearu Peterson2006-10-041-41/+231
| | | | module containing derived type with scalar components.
* F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.Pearu Peterson2006-10-021-0/+143