summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* BUG FIX for MINGW : threads.h existence test requires GLIBC > 2.12Dong Keun Oh2021-05-051-1/+3
* BUG: Fix refcount leak in f2py `complex_double_from_pyobj`Sebastian Berg2021-02-211-0/+1
* MAINT: Update f2py from master.Charles Harris2021-02-0911-99/+181
* Merge pull request #18351 from charris/backport-18350Charles Harris2021-02-072-0/+41
|\
| * BUG: Fix missing signed_char dependency. Closes #18335.Pearu Peterson2021-02-062-0/+41
* | Merge pull request #18356 from charris/backport-18072Charles Harris2021-02-071-2/+2
|\ \
| * | MAINT: PR 18072 revisionsTyler Reddy2021-02-061-1/+1
| * | MAINT: crackfortran regex simplifyTyler Reddy2021-02-061-2/+2
* | | Merge pull request #18357 from charris/backport-18180Charles Harris2021-02-071-1/+6
|\ \ \ | |_|/ |/| |
| * | BUG: threads.h existence test requires GLIBC > 2.12. (#18180)Pearu Peterson2021-02-061-1/+6
| |/
* | Applied reviewers comments: add identPearu Peterson2021-02-061-9/+10
* | Apply reviewer comments.Pearu Peterson2021-02-062-6/+4
* | Apply reviewers comments.Pearu Peterson2021-02-062-12/+12
* | Add test for gh17797.Pearu Peterson2021-02-064-6/+47
* | BUG: f2py specific __user__ modules should not be used in Fortran sources to ...Pearu Peterson2021-02-061-3/+6
* | BUG: subroutines using assumed shape arrays must be treated as F90 codes. Don...Pearu Peterson2021-02-061-2/+6
|/
* MAINT: Add missing `__all__` annotationsBas van Beek2021-02-021-1/+3
* Merge pull request #16205 from embray/issue/12756Charles Harris2020-11-231-14/+23
|\
| * defaults for stdout and stderr should be bytesE. Madison Bray2020-05-131-3/+4
| * ENH: add full_output to f2py.compileE. Madison Bray2020-05-111-14/+22
* | BLD: Lazy load f2py test utilitiesDustin Spicuzza2020-11-121-4/+30
* | Revert PR gh-17654 which failed to fix issue gh-8062.Ian Thomas2020-11-052-31/+0
* | BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* | Merge pull request #17611 from mbkumar/f2py_dylib_macRalf Gommers2020-11-011-1/+1
|\ \
| * | BUG: mac dylib treated as extra library by f2pyBharat Medasani2020-10-221-1/+1
* | | Merge pull request #17670 from eric-wieser/test-getarrlenRalf Gommers2020-11-011-0/+31
|\ \ \
| * | | DOC: f2py: Add a docstring for getarrlenEric Wieser2020-10-291-0/+31
* | | | Merge pull request #17668 from nforro/masterMatti Picus2020-10-291-2/+0
|\ \ \ \
| * | | | TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-291-2/+0
* | | | | Merge pull request #17662 from eric-wieser/test-getlincoefMatti Picus2020-10-291-1/+22
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | TST: f2py: Add a doctest for `getlincoef`Eric Wieser2020-10-281-1/+22
| |/ /
* | | BUG: f2py incorrectly translates dimension declarations.Ian Thomas2020-10-272-0/+31
|/ /
* | MAINT: Explicit disabling `CCompilerOpt` in F2PYSayed Adel2020-10-131-1/+3
* | Added textwrap.dedent to test.MelissaWM2020-09-261-2/+10
* | Removing extra comment.MelissaWM2020-09-261-1/+1
* | Adding PR review comment.MelissaWM2020-09-241-0/+1
* | Fixing tests for pypy and win.MelissaWM2020-09-241-2/+8
* | BUG: Fixes module data docstrings.MelissaWM2020-09-245-3/+33
* | MAINT: Cleanup f2py/cfuncs.pyCharles Harris2020-09-211-86/+164
* | Merge pull request #17292 from charris/cleanup-remaining-pystring-macrosSebastian Berg2020-09-121-3/+3
|\ \
| * | MAINT: Replace remaining PyString macros.Charles Harris2020-09-111-3/+3
* | | MAINT: Replace PyNumber_Int by PyNumber_LongCharles Harris2020-09-121-2/+2
* | | MAINT: Replace PyInt_FromLong by PyLong_FromLong.Charles Harris2020-09-111-3/+3
|/ /
* | MAINT: Replace PyStringObject by PyBytesObject.Charles Harris2020-09-101-1/+1
* | MAINT: Replace PyString_Check with PyBytes_Check.Charles Harris2020-09-101-7/+7
* | Merge pull request #17104 from BvB93/sub-modulesCharles Harris2020-09-071-0/+5
|\ \
| * | ENH: Added placeholder stubs for `distutils` and `f2py`Bas van Beek2020-08-201-0/+5
* | | Merge branch 'master' into cleanup-LongEric Wieser2020-08-244-17/+12
|\ \ \
| * | | MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-194-17/+12
| |/ /
* | | MAINT: Replace PyInt macros with their PyLong replacementEric Wieser2020-08-241-4/+4
|/ /