summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_assumed_shape.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Rename setup to setup_method in f2py utils (inherited into Tests)Sebastian Berg2022-10-271-1/+1
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-2/+2
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-061-6/+5
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-7/+8
* TST,STY: Clean up F2PY tests for pathlib.PathRohit Goswami2021-12-031-9/+5
* MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-141-0/+22
* 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