summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+1
|
* Whitespace cleanup.Stefan van der Walt2007-01-0812-12/+0
|
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-1/+1
|
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-1/+1
|
* Replace ScipyTestCase with NumpyTestCasecookedm2006-07-171-1/+1
|
* More f2py changesTravis Oliphant2006-07-082-10/+10
|
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵Pearu Peterson2006-04-241-1/+1
| | | | mingw32 and c++ code combination to work correctly.
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-109-17/+15
| | | | extraneous whitespace
* Updated f2py tests to recent numpy CAPI.Pearu Peterson2006-01-252-11/+16
|
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵Travis Oliphant2006-01-151-2/+2
| | | | .dtypechar -> .dtype.char
* numpy.base -> numpyTravis Oliphant2006-01-054-5/+5
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-045-11/+11
|
* Moved scipy directory to numpyTravis Oliphant2006-01-0421-0/+2346