summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* TST: Kill buggy 32-bit testsRohit Goswami2022-04-302-0/+14
* BUG: Fix handling of skip-empty-wrappersRohit Goswami2022-04-302-3/+3
* Merge pull request #21407 from HaoZeke/gh20460fixRohit Goswami2022-04-302-2/+9
|\
| * MAINT: Skip buggy windows testRohit Goswami2022-04-301-2/+2
| * MAINT: Hoist f2py condition outside try-exceptRohit Goswami2022-04-301-8/+9
| * MAINT: handle precision in selected_real_kindRohit Goswami2022-04-291-2/+6
| * MAINT: Reduce f2py verbiage for valid parametersRohit Goswami2022-04-281-1/+3
* | Merge pull request #21187 from HaoZeke/f2pyDeterminismRohit Goswami2022-04-292-0/+23
|\ \ | |/ |/|
| * 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-212-10/+19
| * ENH: Add an emptygen option for f2pyRohit Goswami2022-03-121-0/+15
* | TST: Initialize f2py2e tests of the F2PY CLI (#20668)Rohit Goswami2022-04-014-3/+757
* | BUG,ENH: Fix negative bounds for F2PY (#21256)Rohit Goswami2022-03-313-2/+35
* | Merge pull request #20884 from HaoZeke/f2py_npyOSRohit Goswami2022-03-212-6/+8
|\ \
| * | MAINT: Use more NPY_OSRohit Goswami2022-03-071-2/+2
| * | MAINT: Use npy_os in f2pyRohit Goswami2022-03-062-2/+3
| * | MAINT: Restructure includes slightlyRohit Goswami2022-03-062-2/+3
| |/
* | BUG: f2py cannot read in customised f2cmap fileTing Sun2022-03-161-2/+2
|/
* Merge pull request #20559 from melissawm/f2py-guideRohit Goswami2022-02-222-15/+17
|\
| * DOC: Refactoring f2py user guidemelissawm2022-01-052-15/+17
* | MAINT: f2py: don't generate code that triggers `-Wsometimes-uninitialized` (...Ralf Gommers2022-02-011-22/+45
* | BUG: fix f2py's define for threading when building with MingwRalf Gommers2022-01-231-5/+7
* | Fixing the typoSomasree Majumder2022-01-191-1/+2
* | Merge pull request #15844 from dcaliste/typeMelissa Weber Mendonça2022-01-173-1/+43
|\ \
| * | ENH: add inline definition of access rights for Fortran typesDamien Caliste2022-01-043-1/+43
* | | Merge pull request #20784 from DimitriPapadopoulos/codespellCharles Harris2022-01-121-1/+1
|\ \ \
| * | | MAINT, DOC: fix new typos detected by codespellDimitri Papadopoulos2022-01-121-1/+1
| | |/ | |/|
* | | BUG, DOC: Fixes SciPy docs build warningsmelissawm2022-01-112-2/+2
|/ /
* | ENH: add support for operator() in crackfortran.Damien Caliste2022-01-043-4/+95
|/
* BUG: Fix array dimensions solver for multidimensional arguments in f2py (#20721)Pearu Peterson2022-01-042-4/+9
* DOC: Add help string for F2PYRohit Goswami2021-12-261-0/+3
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-1/+2
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-10/+10
* BUG: f2py: Simplify creation of an exception message. Closes gh-19000.Warren Weckesser2021-12-201-16/+12
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-182-2/+0
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-0623-399/+336
* MAINT,TST: Refactor F2PY testsRohit Goswami2021-12-0636-887/+831
* MAINT: Update to better python stylesRohit Goswami2021-12-054-45/+43
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-0524-737/+880
* TST,STY: Use a context manager for F2PY functionsRohit Goswami2021-12-032-22/+25
* TST,STY: Clean up F2PY tests for pathlib.PathRohit Goswami2021-12-0312-72/+46
* STY: F2PY tests shouldn't printRohit Goswami2021-11-281-9/+0
* TST,MAINT: Fix F2PY test typoRohit Goswami2021-11-281-1/+1
* Merge pull request #20404 from HaoZeke/debBugF2PYCharles Harris2021-11-201-19/+40
|\
| * BUG: Clear errors correctly in F2PY conversionsRohit Goswami2021-11-181-19/+40
* | DOC: correct the versionadded number for `f2py.get_include`Ralf Gommers2021-11-191-1/+1
|/
* Merge pull request #20182 from HaoZeke/buildf2pydocRalf Gommers2021-11-162-2/+2
|\
| * MAINT: Fix build issuesRohit Goswami2021-11-152-2/+2