summaryrefslogtreecommitdiff
path: root/numpy/f2py/func2subr.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Ensure function wrappers have consistent argsRohit Goswami2023-04-171-0/+6
* ENH: Support character string arraysPearu Peterson2022-06-051-12/+15
* BUG: f2py specific __user__ modules should not be used in Fortran sources to ...Pearu Peterson2021-01-181-3/+6
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* STY: Break some long lines in numpy/f2py/*.py.Charles Harris2015-07-291-6/+0
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-67/+82
* STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-251-9/+8
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-38/+38
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-3/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: Fix the order of declaring variables in f2py generated code. The bug was...Pearu Peterson2011-05-071-2/+6
* 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 .f2py_f2cma...Pearu Peterson2011-02-271-0/+11
* 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
* 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 ex...cookedm2006-03-101-2/+2
* 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