summaryrefslogtreecommitdiff
path: root/numpy/f2py/crackfortran.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix matching endifs with commentsRohit Goswami2023-05-121-3/+3
* Merge branch 'main' into f2pyFuncFix_23598Sebastian Berg2023-04-261-17/+23
|\
| * Merge pull request #23470 from bobeldering/f2py-f77-array-parsing-fixCharles Harris2023-04-211-17/+23
| |\
| | * BUG: Fix bug in parsing F77 style string arrays.Bob Eldering2023-03-271-17/+23
* | | 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
|/ /
* | BUG: include macOS arm64 `machine()` value in `_selected_real_kind_func`Derek Homeier2023-04-151-4/+4
* | MAINT: add arm64 to f2py's selected_real_kindAndrew Nelson2023-04-091-1/+1
* | make regex still match cases where OG fix failedmolsonkiko2023-03-261-1/+1
* | initial fix for nameargspattern regexmolsonkiko2023-03-261-1/+1
|/
* 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-251-21/+26
* BUG: Fix KeyError in crackfortran operator supportRohit Goswami2022-06-301-1/+1
* Merge pull request #19388 from pearu/enh-f2py-character-supportMelissa Weber Mendonça2022-06-061-33/+210
|\
| * ENH: Support character string arraysPearu Peterson2022-06-051-33/+210
* | ENH: complete the 'vars' list of a moduleDamien Caliste2022-06-051-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
* BUG,ENH: Fix negative bounds for F2PY (#21256)Rohit Goswami2022-03-311-2/+9
* Merge pull request #15844 from dcaliste/typeMelissa Weber Mendonça2022-01-171-1/+21
|\
| * ENH: add inline definition of access rights for Fortran typesDamien Caliste2022-01-041-1/+21
* | MAINT, DOC: fix new typos detected by codespellDimitri Papadopoulos2022-01-121-1/+1
* | ENH: add support for operator() in crackfortran.Damien Caliste2022-01-041-4/+26
|/
* BUG: Fix array dimensions solver for multidimensional arguments in f2py (#20721)Pearu Peterson2022-01-041-1/+4
* MAINT: Fix newlines in diagnostics output of numpy.f2py.Christoph Buchner2021-11-141-6/+6
* BUG: avoid infinite recurrence on dependencies in crackfortranDamien Caliste2021-10-011-1/+3
* DOC: Fix typos in the random and f2py documentation. (#20004)MalikIdreesHasanKhan2021-10-011-1/+1
* Merge pull request #19805 from pearu/gh-8062-dimdecsCharles Harris2021-09-261-267/+129
|\
| * Fix a bug in dependencies. Implement support for relational operations.Pearu Peterson2021-09-031-5/+2
| * Add ternary, ref, and deref expressions support.Pearu Peterson2021-09-031-2/+2
| * Fix bugs and warnings from LGTM reportPearu Peterson2021-09-011-7/+2
| * 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-011-261/+130
* | MAINT: Fix LGTM.com warningDimitri Papadopoulos2021-09-241-2/+0
* | MAINT,DOC: f2py cleanupRohit Goswami2021-09-201-2/+2
* | MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-2/+2
|/
* 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-081-18/+31
|/
* MAINT: removed unused imports listed in LGTMdefault-3032021-05-241-1/+0
* TST: Tests for parsing Fortran abstract interface and a working example.Pearu Peterson2021-03-311-2/+4
* ENH: Support parsing Fortran abstract interface blocks.Pearu Peterson2021-03-311-7/+10
* Merge pull request #18415 from pearu/gh-2763Matti Picus2021-02-151-2/+1
|\