summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib
Commit message (Collapse)AuthorAgeFilesLines
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-0340-21649/+0
|
* Clean up test output such that a completely-passing test suite has no ↵Robert Kern2008-07-038-18/+9
| | | | extraneous output.
* Restore old test framework classes.Alan McIntyre2008-06-217-7/+7
| | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc.
* Switched to use nose to run tests. Added test and bench functions to all ↵Alan McIntyre2008-06-177-352/+355
| | | | modules.
* Interfaces have attributes.Robert Kern2007-12-161-1/+1
|
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-287-22/+23
|
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-298-57/+57
|
* 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-211-9/+9
|
* 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
|
* 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
|
* 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-141-0/+2
|
* Fix doc rest formatting - 2.Pearu Peterson2007-05-141-18/+19
|
* Fix doc rest formatting.Pearu Peterson2007-05-141-12/+12
|
* G3 F2PY: Fixed parsing a*b**c expression.Pearu Peterson2007-01-181-3/+26
|
* Whitespace cleanup.Stefan van der Walt2007-01-0819-160/+153
|
* Cont. implementing F2000 parser.Pearu Peterson2006-12-233-413/+868
|
* Moving the research/ directory out of the trunk as it takes up space in the ↵Robert Kern2006-11-177-115301/+0
| | | | source distribution without being useful for users.
* F2PY G3: continued F2003 parser implementation and unittesting.Pearu Peterson2006-11-038-1788/+3375
|
* F2PY G3: Cont impl F2003 parser; defined all syntax rules.Pearu Peterson2006-11-013-44/+735
|
* F2PY: Cont implementing Fortran 2003 parser. Clean up.Pearu Peterson2006-10-316-3168/+3950
|
* F2PY: Cont. unifying Fortran stmt and expr parsers.Pearu Peterson2006-10-309-52/+1330
|
* F2PY: start unifying Fortran statement and expression parsers.Pearu Peterson2006-10-273-0/+672
|
* F2PY G3: more tests for Fortran expr parser.Pearu Peterson2006-10-252-7/+72
|
* F2PY: Optimised Fortran expr parser. Fixed bugs.Pearu Peterson2006-10-252-262/+246
|
* F2PY G3: finished Fortran expression parser implementation, comes with ↵Pearu Peterson2006-10-243-204/+760
| | | | complete unittests.
* F2PY G3: Cont implementing Fortran expression parser, almost finished.Pearu Peterson2006-10-233-383/+495
|
* F2PY G3: Cont. implementing Fortran expression parser and unittests.Pearu Peterson2006-10-233-110/+614
|
* F2PY G3: implementingg Fortran expression parser cont.Pearu Peterson2006-10-223-164/+1173
|