Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | MAINT: Fix LGTM.com warning | Dimitri Papadopoulos | 2021-09-24 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | Variable defined multiple times This assignment to 'isrec' is unnecessary as it is redefined here before this value is used. | |||||
* | | | MAINT: Fix LGTM.com warning | Dimitri Papadopoulos | 2021-09-24 | 1 | -23/+22 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | Constant in conditional expression or statement Testing a constant will always give the same result. This originates in 0ca82e9, back in 2005, where if scipy_distutils_version[:5]>='0.2.2': was changed into: if 1: Given how old SciPy 0.2 is, the conditional is clearly obsolete. | |||||
* | | Merge pull request #19775 from HaoZeke/minor_typos_dated | Charles Harris | 2021-09-21 | 12 | -378/+23 | |
|\ \ | | | | | | | MAINT,DOC: Readability improvements and cleanup for f2py | |||||
| * | | MAINT,DOC: f2py address reviewer comments | Rohit Goswami | 2021-09-21 | 1 | -2/+0 | |
| | | | ||||||
| * | | MAINT,DOC: f2py cleanup | Rohit Goswami | 2021-09-20 | 12 | -378/+25 | |
| | | | ||||||
* | | | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 2 | -3/+3 | |
|/ / | ||||||
* | | MAINT,DOC: Refactor, syntax highlighting for f2py | Rohit Goswami | 2021-09-19 | 2 | -4/+4 | |
| | | ||||||
* | | Merge pull request #19810 from charris/update-some-includes | Charles Harris | 2021-09-03 | 4 | -4/+8 | |
|\ \ | | | | | | | MAINT: Minor include rationalizations. | |||||
| * | | MAIN: Minor include rationalization. | Charles Harris | 2021-09-03 | 4 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | - Replace "Python.h" by <Python.h> - Replace "structmember.h" by <structmember.h> - Replace <npy_config> by "npy_config" - Define PY_SSIZE_T_CLEAN before all Python.h includes in .c files. | |||||
* | | | MAINT: revise OSError aliases (IOError, EnvironmentError) | Mike Taves | 2021-09-02 | 3 | -6/+5 | |
| | | | ||||||
* | | | Merge pull request #19781 from mwtoews/foreach-item | Matti Picus | 2021-09-01 | 1 | -27/+30 | |
|\ \ \ | |_|/ |/| | | MAINT: refactor "for ... in range(len(" statements | |||||
| * | | MAINT: refactor "for ... in range(len(" statements | Mike Taves | 2021-09-01 | 1 | -27/+30 | |
| |/ | ||||||
* | | MAINT: Drop .pyi code-paths specific to Python 3.7 | Bas van Beek | 2021-08-30 | 1 | -2/+1 | |
|/ | ||||||
* | BUG: address 19575 ref leak of capi_tmp in f2py/cb_rules.py | Derek Huang | 2021-08-22 | 1 | -0/+1 | |
| | ||||||
* | ENH: Add annotations for `<module>.test` objects | Bas van Beek | 2021-07-25 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #19102 from default-303/LGTM_unused_variables | Matti Picus | 2021-07-09 | 1 | -5/+3 | |
|\ | | | | | MAINT: Removed suitable unused variables shown in LGTM | |||||
| * | MAINT: added space for readability in strings and basic refactoring | default-303 | 2021-06-11 | 1 | -2/+2 | |
| | | ||||||
| * | MAINT: fixed indentation in crackfortran.py and removed unused variables in ↵ | default-303 | 2021-06-11 | 1 | -1/+1 | |
| | | | | | | | | system_info.py | |||||
| * | MAINT: Addressed Azure lint check 'Line too long error' on line 2554, added ↵ | default-303 | 2021-05-26 | 1 | -1/+2 | |
| | | | | | | | | in previous commit | |||||
| * | MAINT: Removed unused variables and handled unfinished implementation in ↵ | default-303 | 2021-05-26 | 1 | -5/+2 | |
| | | | | | | | | crackfortran.py after review | |||||
| * | MAINT: Restored crackfortran.py after review for unused variables listed in LGTM | default-303 | 2021-05-26 | 1 | -1/+4 | |
| | | ||||||
| * | MAINT: Removed suitable unused variables shown in LGTM | default-303 | 2021-05-26 | 1 | -4/+1 | |
| | | ||||||
* | | BUG: f2py markinnerspace for multiple quotations (#19419) | Matti Picus | 2021-07-08 | 2 | -20/+59 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Continuation of #15208 * BUG: markinnerspaces does not handle multiple quotations * TST: test for markinnerspaces in f2py.crackfortran * TST: tests for markinnerspaces with " * DOC: markinnerspaces in f2py.crackfortran * MAINT: more readable r strings in TestMarkinnerspaces * ENH: give variables names, change 'inside' to bool * :TEST, MAINT: add tests and changes from review * MAINT: lint fixes * BUG: typo Co-authored-by: bdvd <bdvd001@gmail.com> | |||||
* | | MAINT: Remove `f2py_testing` from `__all__` | Bas van Beek | 2021-06-27 | 2 | -5/+1 | |
| | | | | | | | | It's not a public module. | |||||
* | | ENH: Add annotations for `np.f2py` | Bas van Beek | 2021-06-27 | 1 | -10/+36 | |
| | | ||||||
* | | ENH: add `numpy.f2py.get_include` function | Ralf Gommers | 2021-06-19 | 2 | -7/+62 | |
| | | | | | | | | | | This is useful for similar reasons as `numpy.get_include`, see https://github.com/numpy/numpy/issues/14960#issuecomment-846460159 | |||||
* | | Fix lint - 2 | Pearu Peterson | 2021-06-15 | 1 | -1/+2 | |
| | | ||||||
* | | Fix lint | Pearu Peterson | 2021-06-15 | 1 | -9/+19 | |
| | | ||||||
* | | BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc ↵ | Pearu Peterson | 2021-06-15 | 5 | -67/+298 | |
| | | | | | | | | and copy (the second round) | |||||
* | | Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to ↵ | Ralf Gommers | 2021-06-13 | 5 | -252/+59 | |
| | | | | | | | | malloc and copy." (#19235) | |||||
* | | Merge pull request #18759 from pearu/gh-18431-string_from_pyobj | Pearu Peterson | 2021-05-28 | 5 | -59/+252 | |
|\ \ | |/ |/| | BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc and copy. | |||||
| * | Minor fixes | Pearu Peterson | 2021-05-26 | 2 | -3/+3 | |
| | | ||||||
| * | Update numpy/f2py/rules.py | Pearu Peterson | 2021-05-26 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com> | |||||
| * | Fix lint | Pearu Peterson | 2021-05-26 | 1 | -1/+2 | |
| | | ||||||
| * | Add internal check for array contiguity. | Pearu Peterson | 2021-05-26 | 1 | -0/+1 | |
| | | ||||||
| * | MAINT: apply sizeof(char)==1 | Pearu Peterson | 2021-05-26 | 3 | -4/+4 | |
| | | ||||||
| * | Apply reviewer nit | Pearu Peterson | 2021-05-23 | 1 | -2/+1 | |
| | | ||||||
| * | Fix lint | Pearu Peterson | 2021-05-23 | 1 | -1/+2 | |
| | | ||||||
| * | Apply reviewers comments. Thanks to @eric-wieser! | Pearu Peterson | 2021-05-23 | 1 | -31/+9 | |
| | | ||||||
| * | BUG: revise string_from_pyobj/try_pyarr_from_string usages, fixes #18431. | Pearu Peterson | 2021-05-10 | 4 | -51/+264 | |
| | | ||||||
* | | MAINT: removed unused imports listed in LGTM | default-303 | 2021-05-24 | 1 | -1/+0 | |
|/ | ||||||
* | BUG FIX for MINGW : threads.h existence test requires GLIBC > 2.12 | Dong Keun Oh | 2021-05-05 | 1 | -1/+3 | |
| | ||||||
* | TST: Skip f2py TestSharedMemory for LONGDOUBLE on macos/arm64 | Olivier Grisel | 2021-04-27 | 1 | -1/+5 | |
| | | | | LONGDOUBLE is an alias for DOUBLE on this platform. | |||||
* | ENH: Add improved placeholder annotations for `np.f2py` | Bas van Beek | 2021-04-23 | 1 | -3/+14 | |
| | ||||||
* | 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 | 3 | -3/+72 | |
| | ||||||
* | ENH: Support parsing Fortran abstract interface blocks. | Pearu Peterson | 2021-03-31 | 3 | -9/+12 | |
| | ||||||
* | MAINT: use super() as described by PEP 3135 | Mike Taves | 2021-03-19 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #18436 from seberg/refcount-leak-f2py | Matti Picus | 2021-02-17 | 1 | -0/+1 | |
|\ | | | | | BUG: Fix refcount leak in f2py `complex_double_from_pyobj` | |||||
| * | BUG: Fix refcount leak in f2py `complex_double_from_pyobj` | Sebastian Berg | 2021-02-17 | 1 | -0/+1 | |
| | |