summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests
Commit message (Expand)AuthorAgeFilesLines
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0112-0/+23
* 2to3: apply exec fixer results.Charles Harris2013-02-281-2/+2
* 2to3: Use modern exception syntax.Charles Harris2013-02-262-7/+7
* TST: f2py: rewrite strings to be easier to readPauli Virtanen2012-11-172-26/+39
* ENH: f2py: add 'Wrapper for ...' text to the docstringPauli Virtanen2012-11-172-1/+3
* ENH: f2py: generate docstrings in Numpy docstring formatPauli Virtanen2012-11-172-0/+30
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-042-27/+27
* BUG: Fix two argument size support for Fortran module routines. Reverted size...Pearu Peterson2011-05-062-0/+46
* BUG: Fix assumed shape support for module routines.Pearu Peterson2011-05-062-1/+47
* BUG: Fix memory leak in f2py_rout_wrap_call test.Michael Droettboom2011-05-021-1/+3
* STY: Update exception style, easy ones.Charles Harris2011-04-051-6/+6
* STY: Replace old style classes in tests with classes subclassing object.Charles Harris2011-04-052-3/+3
* ENH: f2py: support Fortran size function with two arguments (ticket #1765).Pearu Peterson2011-03-132-0/+43
* BUG: Fixed ticket #1767. Replaced assert with assert_ calls.Pearu Peterson2011-03-1110-227/+229
* Implemented selected_real_kind evaluation, added tests to catch processor dep...Pearu Peterson2011-02-272-0/+54
* Fix assumed shape support for routines that use modules. Improved .f2py_f2cma...Pearu Peterson2011-02-275-2/+38
* WIP: implemented assumed shape support for Fortran subroutines.Pearu Peterson2011-02-262-5/+5
* WIP: added assumed shape array support to Fortran functions.Pearu Peterson2011-02-252-0/+59
* TST: mark slow f2py tests + add f2py test function.David Cournapeau2010-03-317-0/+13
* 3K: f2py: port the array_from_pyobj test module to Py3Pauli Virtanen2010-03-062-2/+27
* 3K: f2py: don't use test generators in the tests -- they don't really work on...Pauli Virtanen2010-03-065-67/+26
* BUG: f2py: fix F90 detection in the testsPauli Virtanen2010-03-061-2/+2
* 3K: f2py: make f2py run far enough to produce output files (they don't compil...Pauli Virtanen2010-03-061-4/+4
* ENH: f2py: skip also test_array_from_pyobj if no C compiler is availablePauli Virtanen2010-03-061-0/+7
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-0629-1685/+1390
* BUG: Shoddy quick fix of some f2py tests so they run. The tests expose errors,Charles Harris2010-02-255-43/+95
* 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
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-2/+1
* 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 mingw32...Pearu Peterson2006-04-241-1/+1
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-109-17/+15
* 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-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