| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT,DOC: Fix doc fragments and tests | Rohit Goswami | 2022-06-05 | 1 | -1/+1 |
* | TST: Fix build by changing call signature | Rohit Goswami | 2022-06-05 | 1 | -1/+1 |
* | ENH: Support character string arrays | Pearu Peterson | 2022-06-05 | 8 | -29/+749 |
* | TST: Handle compiler checks for PYF | Rohit Goswami | 2022-05-28 | 1 | -4/+9 |
* | MAINT: Skip F2PY tests without Fortran compilers | Rohit Goswami | 2022-05-27 | 1 | -4/+4 |
* | TST: Kill buggy 32-bit tests | Rohit Goswami | 2022-04-30 | 2 | -0/+14 |
* | BUG: Fix handling of skip-empty-wrappers | Rohit Goswami | 2022-04-30 | 1 | -2/+2 |
* | MAINT: Skip buggy windows test | Rohit Goswami | 2022-04-30 | 1 | -2/+2 |
* | TST: Initialize f2py2e tests of the F2PY CLI (#20668) | Rohit Goswami | 2022-04-01 | 3 | -0/+754 |
* | BUG,ENH: Fix negative bounds for F2PY (#21256) | Rohit Goswami | 2022-03-31 | 2 | -0/+26 |
* | Merge pull request #15844 from dcaliste/type | Melissa Weber Mendonça | 2022-01-17 | 2 | -0/+22 |
|\ |
|
| * | ENH: add inline definition of access rights for Fortran types | Damien Caliste | 2022-01-04 | 2 | -0/+22 |
* | | BUG, DOC: Fixes SciPy docs build warnings | melissawm | 2022-01-11 | 1 | -1/+1 |
* | | ENH: add support for operator() in crackfortran. | Damien Caliste | 2022-01-04 | 2 | -0/+69 |
|/ |
|
* | BUG: Fix array dimensions solver for multidimensional arguments in f2py (#20721) | Pearu Peterson | 2022-01-04 | 1 | -3/+5 |
* | DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589) | Matti Picus | 2021-12-18 | 2 | -2/+0 |
* | MAINT,TST: Reduce np.testing to IS_PYPY | Rohit Goswami | 2021-12-06 | 23 | -399/+336 |
* | MAINT,TST: Refactor F2PY tests | Rohit Goswami | 2021-12-06 | 36 | -887/+831 |
* | MAINT: Update to better python styles | Rohit Goswami | 2021-12-05 | 4 | -45/+43 |
* | MAINT: Rework whitespace to pass PR checks | Rohit Goswami | 2021-12-05 | 24 | -737/+880 |
* | TST,STY: Use a context manager for F2PY functions | Rohit Goswami | 2021-12-03 | 2 | -22/+25 |
* | TST,STY: Clean up F2PY tests for pathlib.Path | Rohit Goswami | 2021-12-03 | 12 | -72/+46 |
* | STY: F2PY tests shouldn't print | Rohit Goswami | 2021-11-28 | 1 | -9/+0 |
* | TST,MAINT: Fix F2PY test typo | Rohit Goswami | 2021-11-28 | 1 | -1/+1 |
* | MAINT: remove unused imports | Alessia Marcolini | 2021-10-08 | 2 | -4/+0 |
* | Merge pull request #19997 from HaoZeke/f2py_tabs | Charles Harris | 2021-10-04 | 1 | -3/+3 |
|\ |
|
| * | MAINT: Reviewer comments | Rohit Goswami | 2021-09-30 | 1 | -5/+5 |
| * | STY: Kill all \t with fire in f2py | Rohit Goswami | 2021-09-29 | 1 | -2/+2 |
* | | BUG: avoid infinite recurrence on dependencies in crackfortran | Damien Caliste | 2021-10-01 | 1 | -0/+17 |
|/ |
|
* | MAINT: Minor cleanups after merging gh-19805 | Charles Harris | 2021-09-26 | 1 | -2/+2 |
* | Merge pull request #19805 from pearu/gh-8062-dimdecs | Charles Harris | 2021-09-26 | 2 | -0/+561 |
|\ |
|
| * | Fix a bug in dependencies. Implement support for relational operations. | Pearu Peterson | 2021-09-03 | 1 | -1/+37 |
| * | Add ternary, ref, and deref expressions support. | Pearu Peterson | 2021-09-03 | 1 | -18/+49 |
| * | ENH: [f2py] Symbolic solver for dimension specifications. | Pearu Peterson | 2021-09-01 | 2 | -0/+494 |
* | | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 1 | -2/+2 |
* | | Merge pull request #19810 from charris/update-some-includes | Charles Harris | 2021-09-03 | 1 | -1/+3 |
|\ \ |
|
| * | | MAIN: Minor include rationalization. | Charles Harris | 2021-09-03 | 1 | -1/+3 |
| |/ |
|
* | | MAINT: revise OSError aliases (IOError, EnvironmentError) | Mike Taves | 2021-09-02 | 1 | -1/+1 |
|/ |
|
* | BUG: f2py markinnerspace for multiple quotations (#19419) | Matti Picus | 2021-07-08 | 1 | -2/+28 |
* | ENH: add `numpy.f2py.get_include` function | Ralf Gommers | 2021-06-19 | 1 | -6/+14 |
* | BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc an... | Pearu Peterson | 2021-06-15 | 3 | -6/+150 |
* | Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to m... | Ralf Gommers | 2021-06-13 | 3 | -147/+5 |
* | Minor fixes | Pearu Peterson | 2021-05-26 | 1 | -2/+2 |
* | MAINT: apply sizeof(char)==1 | Pearu Peterson | 2021-05-26 | 1 | -1/+1 |
* | BUG: revise string_from_pyobj/try_pyarr_from_string usages, fixes #18431. | Pearu Peterson | 2021-05-10 | 2 | -4/+146 |
* | TST: Skip f2py TestSharedMemory for LONGDOUBLE on macos/arm64 | Olivier Grisel | 2021-04-27 | 1 | -1/+5 |
* | STY: Indentation fixes. | Charles Harris | 2021-03-31 | 1 | -7/+7 |
* | TST: Tests for parsing Fortran abstract interface and a working example. | Pearu Peterson | 2021-03-31 | 1 | -0/+66 |
* | MAINT: use super() as described by PEP 3135 | Mike Taves | 2021-03-19 | 1 | -1/+1 |
* | BUG: Fix parsing continued lines that follow comment lines. Closes #2848 | Pearu Peterson | 2021-02-15 | 1 | -0/+24 |