summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19781 from mwtoews/foreach-itemMatti Picus2021-09-011-27/+30
|\
| * MAINT: refactor "for ... in range(len(" statementsMike Taves2021-09-011-27/+30
* | MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-2/+1
|/
* BUG: address 19575 ref leak of capi_tmp in f2py/cb_rules.pyDerek Huang2021-08-221-0/+1
* ENH: Add annotations for `<module>.test` objectsBas van Beek2021-07-251-0/+3
* Merge pull request #19102 from default-303/LGTM_unused_variablesMatti Picus2021-07-091-5/+3
|\
| * MAINT: added space for readability in strings and basic refactoringdefault-3032021-06-111-2/+2
| * MAINT: fixed indentation in crackfortran.py and removed unused variables in s...default-3032021-06-111-1/+1
| * MAINT: Addressed Azure lint check 'Line too long error' on line 2554, added i...default-3032021-05-261-1/+2
| * MAINT: Removed unused variables and handled unfinished implementation in crac...default-3032021-05-261-5/+2
| * MAINT: Restored crackfortran.py after review for unused variables listed in LGTMdefault-3032021-05-261-1/+4
| * MAINT: Removed suitable unused variables shown in LGTMdefault-3032021-05-261-4/+1
* | BUG: f2py markinnerspace for multiple quotations (#19419)Matti Picus2021-07-082-20/+59
* | MAINT: Remove `f2py_testing` from `__all__`Bas van Beek2021-06-272-5/+1
* | ENH: Add annotations for `np.f2py`Bas van Beek2021-06-271-10/+36
* | ENH: add `numpy.f2py.get_include` functionRalf Gommers2021-06-192-7/+62
* | 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-155-67/+298
* | Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to m...Ralf Gommers2021-06-135-252/+59
* | Merge pull request #18759 from pearu/gh-18431-string_from_pyobjPearu Peterson2021-05-285-59/+252
|\ \ | |/ |/|
| * Minor fixesPearu Peterson2021-05-262-3/+3
| * Update numpy/f2py/rules.pyPearu Peterson2021-05-261-1/+1
| * Fix lintPearu Peterson2021-05-261-1/+2
| * Add internal check for array contiguity.Pearu Peterson2021-05-261-0/+1
| * MAINT: apply sizeof(char)==1Pearu Peterson2021-05-263-4/+4
| * Apply reviewer nitPearu Peterson2021-05-231-2/+1
| * Fix lintPearu Peterson2021-05-231-1/+2
| * Apply reviewers comments. Thanks to @eric-wieser!Pearu Peterson2021-05-231-31/+9
| * BUG: revise string_from_pyobj/try_pyarr_from_string usages, fixes #18431.Pearu Peterson2021-05-104-51/+264
* | MAINT: removed unused imports listed in LGTMdefault-3032021-05-241-1/+0
|/
* BUG FIX for MINGW : threads.h existence test requires GLIBC > 2.12Dong Keun Oh2021-05-051-1/+3
* TST: Skip f2py TestSharedMemory for LONGDOUBLE on macos/arm64Olivier Grisel2021-04-271-1/+5
* ENH: Add improved placeholder annotations for `np.f2py`Bas van Beek2021-04-231-3/+14
* STY: Indentation fixes.Charles Harris2021-03-311-7/+7
* TST: Tests for parsing Fortran abstract interface and a working example.Pearu Peterson2021-03-313-3/+72
* ENH: Support parsing Fortran abstract interface blocks.Pearu Peterson2021-03-313-9/+12
* MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-1/+1
* Merge pull request #18436 from seberg/refcount-leak-f2pyMatti Picus2021-02-171-0/+1
|\
| * BUG: Fix refcount leak in f2py `complex_double_from_pyobj`Sebastian Berg2021-02-171-0/+1
* | Merge pull request #18415 from pearu/gh-2763Matti Picus2021-02-151-2/+1
|\ \
| * | MAINT: Update END statement parsing for recent Fortran standards. Closes #2763Pearu Peterson2021-02-151-2/+1
| |/
* | BUG: Fix parsing continued lines that follow comment lines. Closes #2848Pearu Peterson2021-02-152-3/+41
|/
* BUG: fix regression in a hidden callback use casePearu Peterson2021-02-095-25/+54
* MAINT: Debug issue (2)Pearu Peterson2021-02-093-2/+10
* MAINT: Debug issue #18341Pearu Peterson2021-02-093-3/+20
* ENH: Share memory of read-only intent(in) arrays. Closes #16347Pearu Peterson2021-02-072-2/+15
* [MAINT] Fix regression in using --capi-api flag and callbacksPearu Peterson2021-02-071-1/+1
* BUG: Fix missing signed_char dependency. Closes #18335.Pearu Peterson2021-02-072-0/+41
* MAINT: Add missing `__all__` annotationsBas van Beek2021-02-011-1/+3