summaryrefslogtreecommitdiff
path: root/numpy/f2py/__init__.py
AgeCommit message (Expand)AuthorFilesLines
2016-07-17MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2...bertrand1-10/+17
2015-12-30[TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith1-3/+3
2015-12-17DOC: Some documentation fixups.Charles Harris1-0/+2
2015-12-17BUG,ENH: Add extension parameter to f2py.compile and fix verbose.Alex Rogozhnikov1-9/+25
2015-07-25STY: Make PEP8 fixes in numpy/f2pyCharles Harris1-6/+7
2015-07-25STY: Make pyflakes fixes in numpy/f2pyCharles Harris1-4/+3
2014-02-06ENH: remove insecure mktemp useJulian Taylor1-13/+13
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-5/+5
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-04-022to3: Apply `imports` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-5/+5
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+1
2010-03-31TST: mark slow f2py tests + add f2py test function.David Cournapeau1-0/+4
2010-02-25ENH: Add diagnose to f2py package. This makes the tests a bit easier to fix.Charles Harris1-2/+4
2006-04-01Reorg. code so that numpy.distutils could be used from cwd that contains math...Pearu Peterson1-1/+1
2006-01-14Making f2py and distutils scipy-style packages. Using pkgload to load numpy p...Pearu Peterson1-0/+2
2006-01-04Changed all references to scipy to numpyTravis Oliphant1-2/+2
2006-01-04Moved scipy directory to numpyTravis Oliphant1-0/+40