summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_assumed_shape.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-4/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-2/+3
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-1/+1
* STY: PEP8 and pyflakes fixes for numpy/f2py/tests.Charles Harris2015-07-251-11/+9
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-11/+11
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-5/+5
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: Fix assumed shape support for module routines.Pearu Peterson2011-05-061-1/+6
* BUG: Fixed ticket #1767. Replaced assert with assert_ calls.Pearu Peterson2011-03-111-4/+3
* Fix assumed shape support for routines that use modules. Improved .f2py_f2cma...Pearu Peterson2011-02-271-2/+8
* WIP: implemented assumed shape support for Fortran subroutines.Pearu Peterson2011-02-261-2/+2
* WIP: added assumed shape array support to Fortran functions.Pearu Peterson2011-02-251-0/+25