summaryrefslogtreecommitdiff
path: root/numpy/f2py/rules.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Generate wrappers for scalars with valueRohit Goswami2022-06-211-2/+2
* BUG: Generate C typedefs for f2cmap typesRohit Goswami2022-06-101-0/+3
* ENH: Support character string arraysPearu Peterson2022-06-051-61/+122
* Merge pull request #21187 from HaoZeke/f2pyDeterminismRohit Goswami2022-04-291-0/+17
|\
| * ENH: Do not generate F90 wrappers for F77 inputsRohit Goswami2022-03-211-0/+17
* | TST: Initialize f2py2e tests of the F2PY CLI (#20668)Rohit Goswami2022-04-011-3/+3
* | MAINT: Use npy_os in f2pyRohit Goswami2022-03-061-0/+1
* | MAINT: Restructure includes slightlyRohit Goswami2022-03-061-0/+3
|/
* MAINT: Fix LGTM.com warning: Implicit string concatenation in a listDimitri Papadopoulos2021-10-061-1/+1
* Merge pull request #19997 from HaoZeke/f2py_tabsCharles Harris2021-10-041-252/+252
|\
| * MAINT: Reviewer commentsRohit Goswami2021-09-301-1/+1
| * STY: Kill all \t with fire in f2pyRohit Goswami2021-09-291-253/+253
| * STY: Harmonize rules with cb_rules for f2pyRohit Goswami2021-09-291-253/+253
* | MAINT: Reduce DepreciationWarnings, use more data API types for f2py (#19978)Rohit Goswami2021-09-291-0/+4
|/
* Fix lint - 2Pearu Peterson2021-06-151-1/+2
* Fix lintPearu Peterson2021-06-151-9/+19
* BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc an...Pearu Peterson2021-06-151-9/+20
* Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to m...Ralf Gommers2021-06-131-4/+2
* Update numpy/f2py/rules.pyPearu Peterson2021-05-261-1/+1
* Fix lintPearu Peterson2021-05-261-1/+2
* MAINT: apply sizeof(char)==1Pearu Peterson2021-05-261-1/+1
* BUG: revise string_from_pyobj/try_pyarr_from_string usages, fixes #18431.Pearu Peterson2021-05-101-1/+2
* ENH: Support parsing Fortran abstract interface blocks.Pearu Peterson2021-03-311-1/+1
* [MAINT] Fix regression in using --capi-api flag and callbacksPearu Peterson2021-02-071-1/+1
* Apply reviewer comments.Pearu Peterson2021-01-191-4/+2
* Add test for gh17797.Pearu Peterson2021-01-181-3/+10
* BUG: subroutines using assumed shape arrays must be treated as F90 codes. Don...Pearu Peterson2021-01-181-2/+6
* MAINT: Use numpy version for f2py version.Charles Harris2020-08-221-9/+6
* MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-191-1/+1
* add __f2py_numpy_version__ attributeSturla Molden2020-06-171-0/+6
* BUG: numpy/f2py: put callback globals to thread-local storagePauli Virtanen2020-06-071-26/+19
* STY: f2py/rules: replace \t with whitespace for readabilityPauli Virtanen2020-06-071-37/+37
* MNT: support python 3.10Thomas A Caswell2020-05-291-1/+1
* MAINT: remove useless `global` statementsEric Wieser2020-03-181-1/+0
* 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-11/+1
* Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-041-18/+0
|\
| * Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-031-18/+0
* | Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-031-2/+0
|\ \ | |/ |/|
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* | MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-8/+2
|/
* ENH: Chain exceptions when converting python objects to fortranEric Wieser2019-12-021-4/+8
* BUG: Further, followup f2py reference count fixesSebastian Berg2019-08-191-2/+7
* BUG: General fixes to f2py reference counts (dereferencing)Sebastian Berg2019-08-191-8/+20
* BUG: Fix leak in the f2py-generated module init and `PyMem_Del` usageSergei Lebedev2019-08-191-3/+6
* Fixed possible regressionsBharat123rox2019-05-081-2/+2
* Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-071-55/+50
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
* MAINT: remove outdated entries in f2pyBernhard M. Wiedemann2017-09-271-3/+0
* ENH: Allow to override build dateBernhard M. Wiedemann2017-09-271-1/+2