summaryrefslogtreecommitdiff
path: root/numpy/f2py/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [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