Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -2/+2 |
| | |||||
* | Minor for Python 2.3 support. | Pearu Peterson | 2007-05-18 | 1 | -4/+3 |
| | |||||
* | g3 f2py: impl. compiling Fortran codes online (function ↵ | Pearu Peterson | 2007-05-18 | 1 | -14/+98 |
| | | | | numpy.f2py.lib.compile), clean up testing. | ||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -3/+3 |
| | |||||
* | F2PY G3: continued F2003 parser implementation and unittesting. | Pearu Peterson | 2006-11-03 | 1 | -2/+35 |
| | |||||
* | F2PY G3: started impl array support. | Pearu Peterson | 2006-10-20 | 1 | -1/+1 |
| | |||||
* | F2PY G3: fixed compiler warnings. | Pearu Peterson | 2006-10-14 | 1 | -70/+95 |
| | |||||
* | F2PY G3: Impl. scalar function support and tests. | Pearu Peterson | 2006-10-11 | 1 | -3/+10 |
| | |||||
* | F2PY G3: added simple test for subroutine with derived type intent(in,out) ↵ | Pearu Peterson | 2006-10-08 | 1 | -0/+51 |
| | | | | argument. Fixed bugs. | ||||
* | F2PY G3: fixed bugs, started adding features. | Pearu Peterson | 2006-10-06 | 1 | -3/+5 |
| | |||||
* | F2PY G3: added basic support for wrapping Fortran subprograms, scalar input ↵ | Pearu Peterson | 2006-10-05 | 1 | -3/+3 |
| | | | | only. | ||||
* | Fixed typos. | Pearu Peterson | 2006-10-05 | 1 | -1/+1 |
| | |||||
* | F2PY G3: started subprogram support addition. | Pearu Peterson | 2006-10-05 | 1 | -2/+2 |
| | |||||
* | F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 ↵ | Pearu Peterson | 2006-10-04 | 1 | -41/+231 |
| | | | | module containing derived type with scalar components. | ||||
* | F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs. | Pearu Peterson | 2006-10-02 | 1 | -0/+143 |