summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix merge errorRohit Goswami2023-05-121-13/+0
* BUG: Fix matching endifs with commentsRohit Goswami2023-05-121-3/+3
* TST: Add a test for gh-23533Rohit Goswami2023-05-122-0/+32
* Merge pull request #23600 from HaoZeke/f2pyFuncFix_23598Sebastian Berg2023-04-286-1/+57
|\
| * Merge branch 'main' into f2pyFuncFix_23598Sebastian Berg2023-04-264-51/+51
| |\
| * | TST: Add a test for the f2py function wrapper fileRohit Goswami2023-04-172-0/+33
| * | BUG: Ensure function wrappers have consistent argsRohit Goswami2023-04-171-0/+6
| * | MAINT: Fix tests for f2py inferred return typesRohit Goswami2023-04-161-2/+5
| * | BUG: Fix return types for functions in f2pyRohit Goswami2023-04-161-0/+2
| * | TST: Add a test for gh-23598Rohit Goswami2023-04-162-1/+13
* | | Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-1/+1
|\ \ \ | |_|/ |/| |
| * | MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-1/+1
* | | TST: Remove crackfortran.nameargspattern time test that failed randomly (#23662)molsonkiko2023-04-251-25/+15
* | | Merge pull request #23470 from bobeldering/f2py-f77-array-parsing-fixCharles Harris2023-04-213-27/+37
|\ \ \ | |_|/ |/| |
| * | BUG: Fix bug in parsing F77 style string arrays.Bob Eldering2023-03-273-27/+37
* | | DNM: test some more `selected_real_kind` results [skip azurepipelines]Derek Homeier2023-04-151-3/+24
* | | BUG: include macOS arm64 `machine()` value in `_selected_real_kind_func`Derek Homeier2023-04-152-5/+5
* | | MAINT: remove usages of sys.exc_info (#23568)Irit Katriel2023-04-111-6/+6
* | | MAINT: add arm64 to f2py's selected_real_kindAndrew Nelson2023-04-091-1/+1
* | | make time tests more resilient to random noisemolsonkiko2023-03-261-7/+16
* | | make regex still match cases where OG fix failedmolsonkiko2023-03-262-7/+20
* | | update test for less arbitrary time requirementmolsonkiko2023-03-261-1/+2
* | | initial fix for nameargspattern regexmolsonkiko2023-03-262-3/+10
* | | add nameargspattern backtracking testmolsonkiko2023-03-261-0/+17
|/ /
* | Fix typos found by copdespellDimitri Papadopoulos2023-02-111-2/+2
* | BUG: fix for f2py string scalars (#23194)Alexander Heger2023-02-113-3/+30
* | TST: Comment out spurious print in f2py testSebastian Berg2023-02-091-3/+4
* | Merge pull request #23073 from DWesl/patch-2Matti Picus2023-01-301-0/+20
|\ \
| * | CI: Rebase numpy DLLs in runtests.py.DWesl2023-01-301-1/+2
| * | TST: Rebase F2Py-built extension modules.DWesl2023-01-291-0/+19
| * | Revert "FIX: Add glob import for test module rebase."DWesl2023-01-271-1/+0
| * | Revert "TST: Rebase F2Py test modules on Cygwin."DWesl2023-01-271-16/+0
| * | FIX: Add glob import for test module rebase.DWesl2023-01-271-0/+1
| * | TST: Rebase F2Py test modules on Cygwin.DWesl2023-01-261-0/+16
* | | BUG: Fixup f2py's handling a very little bitSebastian Berg2023-01-251-1/+8
|/ /
* | MAINT: `f2py` cleanup (#22885)Rohit Goswami2023-01-161-19/+15
* | BUG: Use whole file for encoding checks with `charset_normalizer` [f2py] (#22...Rohit Goswami2022-12-253-25/+43
* | TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-112-1/+7
|/
* Merge pull request #22483 from mwtoews/maint-subprocessSebastian Berg2022-10-281-2/+1
|\
| * MAINT: change subprocess arguments from Python>=3.7Mike Taves2022-10-271-2/+1
* | TST: Rename setup to setup_method in f2py utils (inherited into Tests)Sebastian Berg2022-10-272-2/+2
* | TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-2/+2
|/
* Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversionMatti Picus2022-10-113-3/+3
|\
| * TST: Further test fixup for python integer conversion warningSebastian Berg2022-10-061-1/+1
| * TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-052-2/+2
* | DOC: Add reference links and switch to PyCapsuleRohit Goswami2022-10-101-1/+1
* | DOC: Replace CObject with Capsule consistentlyRohit Goswami2022-10-101-1/+1
* | MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-1/+1
|/
* MAINT, Haiku defines neither __STDC_NO_THREADS__ nor __GLIBC__begasus2022-09-161-1/+1
* MAINT: fix an incorrect pointer type usage in f2pyRalf Gommers2022-08-311-3/+3