summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update F2PY documentation URLShriraj Hegde2021-10-121-2/+1
* 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-043-266/+266
|\
| * MAINT: Reviewer commentsRohit Goswami2021-09-302-6/+6
| * STY: Kill all \t with fire in f2pyRohit Goswami2021-09-293-266/+266
| * STY: Harmonize rules with cb_rules for f2pyRohit Goswami2021-09-291-253/+253
* | BUG: avoid infinite recurrence on dependencies in crackfortranDamien Caliste2021-10-012-1/+20
* | DOC: Fix typos in the random and f2py documentation. (#20004)MalikIdreesHasanKhan2021-10-012-2/+2
* | MAINT: Reduce DepreciationWarnings, use more data API types for f2py (#19978)Rohit Goswami2021-09-293-21/+32
|/
* Merge pull request #19977 from HaoZeke/f2pyformatCharles Harris2021-09-282-379/+483
|\
| * MAINT: Don't allow short blocks on single line.Charles Harris2021-09-281-2/+6
| * MAINT: Use updated clang-formatRohit Goswami2021-09-282-24/+13
| * MAINT: clang-format for f2pyRohit Goswami2021-09-282-379/+490
* | MAINT: Minor cleanups after merging gh-19805Charles Harris2021-09-261-2/+2
|/
* Merge pull request #19805 from pearu/gh-8062-dimdecsCharles Harris2021-09-264-267/+2200
|\
| * Fix a bug in dependencies. Implement support for relational operations.Pearu Peterson2021-09-033-29/+157
| * Add ternary, ref, and deref expressions support.Pearu Peterson2021-09-033-172/+348
| * Fix bugs and warnings from LGTM reportPearu Peterson2021-09-012-8/+9
| * Workaround numpy.tests.test_warnings bug of treating local warn function as w...Pearu Peterson2021-09-011-7/+7
| * Fix a mistakePearu Peterson2021-09-011-1/+1
| * Handle more Expr warnings.Pearu Peterson2021-09-011-10/+14
| * Add stacklevel to warn call.Pearu Peterson2021-09-011-1/+3
| * Add new module numpy.f2py.symbolicPearu Peterson2021-09-011-4/+4
| * Fix lintPearu Peterson2021-09-011-4/+5
| * ENH: [f2py] Symbolic solver for dimension specifications.Pearu Peterson2021-09-014-261/+1882
* | Merge pull request #19940 from DimitriPapadopoulos/lgtm_warning_irsecCharles Harris2021-09-241-2/+0
|\ \
| * | MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-2/+0
* | | MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-23/+22
|/ /
* | Merge pull request #19775 from HaoZeke/minor_typos_datedCharles Harris2021-09-2112-378/+23
|\ \
| * | MAINT,DOC: f2py address reviewer commentsRohit Goswami2021-09-211-2/+0
| * | MAINT,DOC: f2py cleanupRohit Goswami2021-09-2012-378/+25
* | | DOC: Typos found by codespellDimitri Papadopoulos2021-09-212-3/+3
|/ /
* | MAINT,DOC: Refactor, syntax highlighting for f2pyRohit Goswami2021-09-192-4/+4
* | Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-034-4/+8
|\ \
| * | MAIN: Minor include rationalization.Charles Harris2021-09-034-4/+8
* | | MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-023-6/+5
* | | 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