summaryrefslogtreecommitdiff
path: root/numpy/f2py/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove `f2py_testing` from `__all__`Bas van Beek2021-06-271-1/+1
* ENH: add `numpy.f2py.get_include` functionRalf Gommers2021-06-191-1/+48
* Merge pull request #16205 from embray/issue/12756Charles Harris2020-11-231-14/+23
|\
| * defaults for stdout and stderr should be bytesE. Madison Bray2020-05-131-3/+4
| * ENH: add full_output to f2py.compileE. Madison Bray2020-05-111-14/+22
* | BLD: Lazy load f2py test utilitiesDustin Spicuzza2020-11-121-4/+30
|/
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-2/+0
* MAINT: Replace basestring with str.Charles Harris2020-01-231-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Avoid all BytesWarningJon Dufresne2019-09-251-0/+1
* BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-201-3/+19
* MAINT: remove exec_command() from f2py initTyler Reddy2018-09-181-11/+42
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2...bertrand2016-07-171-10/+17
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
* DOC: Some documentation fixups.Charles Harris2015-12-171-0/+2
* BUG,ENH: Add extension parameter to f2py.compile and fix verbose.Alex Rogozhnikov2015-12-171-9/+25
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-6/+7
* STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-251-4/+3
* ENH: remove insecure mktemp useJulian Taylor2014-02-061-13/+13
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-5/+5
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-5/+5
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* TST: mark slow f2py tests + add f2py test function.David Cournapeau2010-03-311-0/+4
* ENH: Add diagnose to f2py package. This makes the tests a bit easier to fix.Charles Harris2010-02-251-2/+4
* Reorg. code so that numpy.distutils could be used from cwd that contains math...Pearu Peterson2006-04-011-1/+1
* Making f2py and distutils scipy-style packages. Using pkgload to load numpy p...Pearu Peterson2006-01-141-0/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-2/+2
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+40