summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/array_from_pyobj
Commit message (Expand)AuthorAgeFilesLines
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-064-734/+0
* Remove uses of set_package_path, set_local_path, restore_path, and Alan McIntyre2008-07-051-3/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-24/+25
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+1
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+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 mingw32...Pearu Peterson2006-04-241-1/+1
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-9/+9
* Updated f2py tests to recent numpy CAPI.Pearu Peterson2006-01-252-11/+16
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-2/+2
* numpy.base -> numpyTravis Oliphant2006-01-052-3/+3
* Changed all references to scipy to numpyTravis Oliphant2006-01-043-6/+6
* Moved scipy directory to numpyTravis Oliphant2006-01-044-0/+732