summaryrefslogtreecommitdiff
path: root/numpy/f2py/func2subr.py
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fix the order of declaring variables in f2py generated code. The bug ↵Pearu Peterson2011-05-071-2/+6
| | | | was noticable with ifort but not with gfortran.
* BUG: Fix assumed shape support for module routines.Pearu Peterson2011-05-061-9/+16
|
* BUG: Fix f2py function wrapping (assumed_shape test) for gcc 4.5.x.Pearu Peterson2011-03-281-3/+1
|
* Fix assumed shape support for routines that use modules. Improved ↵Pearu Peterson2011-02-271-0/+11
| | | | .f2py_f2cmap messages.
* WIP: implemented assumed shape support for Fortran subroutines.Pearu Peterson2011-02-261-26/+101
|
* WIP: added assumed shape array support to Fortran functions.Pearu Peterson2011-02-251-7/+35
|
* Removed unused/redundant imports.Alan McIntyre2008-09-181-3/+0
| | | | PEP8 conformance (only one import per line).
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-13/+14
|
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-7/+11
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-2/+2
| | | | extraneous whitespace
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-201-1/+1
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+165