summaryrefslogtreecommitdiff
path: root/numpy/f2py/f2py2e.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix a refactor leftover bugNamami Shanker2022-06-031-1/+1
* BUG: Fix handling of skip-empty-wrappersRohit Goswami2022-04-301-1/+1
* MAINT: Pick a better nameRohit Goswami2022-04-291-2/+2
* ENH: Switch to a negative flagRohit Goswami2022-03-211-16/+5
* MAINT: Add a future warning for --empty-genRohit Goswami2022-03-211-0/+10
* ENH: Do not generate F90 wrappers for F77 inputsRohit Goswami2022-03-211-10/+2
* ENH: Add an emptygen option for f2pyRohit Goswami2022-03-121-0/+15
* DOC: Refactoring f2py user guidemelissawm2022-01-051-3/+5
* DOC: Add help string for F2PYRohit Goswami2021-12-261-0/+3
* Merge pull request #20182 from HaoZeke/buildf2pydocRalf Gommers2021-11-161-1/+1
|\
| * MAINT: Fix build issuesRohit Goswami2021-11-151-1/+1
* | MAINT: Fix newlines in diagnostics output of numpy.f2py.Christoph Buchner2021-11-141-1/+1
|/
* MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-23/+22
* MAINT,DOC: f2py cleanupRohit Goswami2021-09-201-1/+1
* MAINT,DOC: Refactor, syntax highlighting for f2pyRohit Goswami2021-09-191-2/+2
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-3/+2
* MAINT: refactor "for ... in range(len(" statementsMike Taves2021-09-011-27/+30
* MAINT: multiline regex class simplifyTyler Reddy2020-12-291-3/+3
* MAINT: regex char class improveTyler Reddy2020-12-281-2/+2
* Merge pull request #17122 from charris/cleanup-f2py-versioningRalf Gommers2020-11-281-12/+8
|\
| * MAINT: Use numpy version for f2py version.Charles Harris2020-08-221-12/+8
* | BUG: mac dylib treated as extra library by f2pyBharat Medasani2020-10-221-1/+1
* | MAINT: Explicit disabling `CCompilerOpt` in F2PYSayed Adel2020-10-131-1/+3
|/
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: Revert f2py Python 2.6 workaround (gh-15415)Seth Troisi2020-01-231-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-2/+13
* Add code review suggestions from @eric-wieserBharat123rox2019-05-081-2/+3
* Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-071-5/+4
* BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-201-2/+19
* ENH: Use entry_points to install the f2py scripts.Charles Harris2018-08-231-6/+18
* STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-251-140/+198
* ENH: remove insecure mktemp useJulian Taylor2014-02-061-2/+2
* MAINT: remove use of ``reload`` from f2py. See gh-4139.Ralf Gommers2013-12-301-5/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-42/+42
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-1/+1
* 2to3: Apply types fixer.Charles Harris2013-04-141-8/+6
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-2/+2
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-4/+4
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-5/+5
* 2to3: Use absolute imports.Charles Harris2013-03-281-8/+8
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: Fix `not a in ...` to `a not in ...`.Charles Harris2013-02-281-14/+15
* REF: Replace filters with list comprehensions.Charles Harris2013-02-281-12/+17
* 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-11/+11
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
* BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --...Pearu Peterson2011-06-211-5/+15
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-1/+1
* FEAT: add C module and f2py fortran wrapper output customization from command...David Cournapeau2010-09-171-3/+20