summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in parsing initexpr in 'INTEGER, PARAMETER :: ny = nx + 2'Pearu Peterson2008-04-181-1/+1
|
* Fix a long-standing typo preventing the build of scipy.stats.mvn. Sorry ↵Robert Kern2008-04-101-1/+1
| | | | Stefan, no unittest; the original code is not amenable to unittests without a large refactoring.
* Fix issue 587Pearu Peterson2008-04-092-10/+35
|
* Merge revisions 4721:4771 from the trunkJarrod Millman2008-02-082-10/+23
|\
| * Fix intent(callback) when used inside Fortran source.Pearu Peterson2008-01-311-3/+7
| |
| * Catch wrong array sizes when the length of an array is 1.Pearu Peterson2008-01-251-7/+16
| |
* | Add setupscons.py for pure python packagesDavid Cournapeau2008-01-071-0/+130
|/
* brainoJarrod Millman2007-12-291-4/+6
|
* janitorial workJarrod Millman2007-12-291-7/+5
|
* Interfaces have attributes.Robert Kern2007-12-161-1/+1
|
* Fix typo.Pearu Peterson2007-12-051-1/+1
|
* Another string method conversion typo.Robert Kern2007-12-041-1/+1
|
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-2817-496/+808
|
* another typoJarrod Millman2007-10-291-1/+1
|
* typoJarrod Millman2007-10-291-1/+1
|
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-299-58/+58
|
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-2912-186/+224
|
* Using the in operator to find substrings. It is shorter and easier to ↵Jarrod Millman2007-10-292-3/+3
| | | | understand.
* removing decorators (see #580)Jarrod Millman2007-10-191-10/+10
|
* Rename test classes to CapWords.Stefan van der Walt2007-10-027-124/+124
|
* Fix whitespace to conform to Python 3000 convention.Stefan van der Walt2007-08-213-676/+678
|
* extgen: removing old filesPearu Peterson2007-08-107-1278/+0
|
* extgen: restored numpy support, fixed bugs.Pearu Peterson2007-08-104-28/+330
|
* extgen: rewrite, clean up, update docs, simple example from Python reference ↵Pearu Peterson2007-08-107-137/+1724
| | | | manual.
* extgen: added initial values to C declarations.Pearu Peterson2007-08-071-77/+75
|
* extgen: impl support to all scalar C types and strings that Python supports.Pearu Peterson2007-08-074-116/+201
|
* extgen: added argument dependecies support, reviewed reference counting of ↵Pearu Peterson2007-08-073-45/+141
| | | | input and output arguments.
* Added numpy array and scalar support to PyCTypePython.Pearu Peterson2007-08-063-91/+224
|
* extgen: Impl argument support to all Python types.Pearu Peterson2007-08-065-70/+172
|
* ExtGen: impl PObject* and C int support, minor improvements.Pearu Peterson2007-08-059-97/+156
|
* Impl CType classes and rewrote docs.Pearu Peterson2007-08-059-313/+541
|
* Add extgen subpackage.Stefan van der Walt2007-08-041-0/+1
|
* ExtGen: doc update.Pearu Peterson2007-08-041-5/+5
|
* Impl basic argument support and documentation generation.Pearu Peterson2007-08-046-75/+475
|
* Initial commit of extgen - Python Extension module Generator package.Pearu Peterson2007-08-038-0/+954
|
* Ignore blank lines when determining Fortran free format.Robert Kern2007-08-021-1/+1
|
* Doc update 2.Pearu Peterson2007-07-271-4/+157
|
* Doc update.Pearu Peterson2007-07-271-1/+27
|
* Added doc file for the g3 f2py library package.Pearu Peterson2007-07-271-0/+60
|
* update fortran parser docs, 2Pearu Peterson2007-07-191-10/+21
|
* update fortran parser docs.Pearu Peterson2007-07-191-3/+21
|
* updated fortran parser docs to restPearu Peterson2007-07-191-145/+146
|
* Fix f2py --fcompiler=.. option.Pearu Peterson2007-06-081-0/+1
|
* f2py_testing: remove jiffies, memusage definitions. Use numpy.testing.util ↵cookedm2007-06-071-32/+2
| | | | versions instead
* Use log.debug instead of print in setup.py'scookedm2007-05-281-2/+3
|
* Minor for Python 2.3 support.Pearu Peterson2007-05-181-4/+3
|
* g3 f2py: impl. compiling Fortran codes online (function ↵Pearu Peterson2007-05-189-265/+264
| | | | numpy.f2py.lib.compile), clean up testing.
* Fix f2py command line doc.Pearu Peterson2007-05-142-1/+3
|
* Fix doc rest formatting - 2.Pearu Peterson2007-05-141-18/+19
|
* Fix doc rest formatting.Pearu Peterson2007-05-141-12/+12
|