| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: remove unused numpy/f2py/info.py file | Ralf Gommers | 2019-09-22 | 1 | -6/+0 |
* | BUG: Fix leak in the f2py-generated module init and `PyMem_Del` usage | Sergei Lebedev | 2019-08-19 | 2 | -5/+11 |
* | DOC: update or remove outdated sourceforge links | mattip | 2019-08-08 | 1 | -1/+1 |
* | Doc: Use `pip install .` where possible instead of calling setup.py | Matthias Bussonnier | 2019-07-23 | 1 | -1/+1 |
* | Merge pull request #13499 from Bharat123rox/file-closing | Eric Wieser | 2019-05-12 | 2 | -58/+53 |
|\ |
|
| * | Add code review suggestions from @eric-wieser | Bharat123rox | 2019-05-08 | 1 | -2/+3 |
| * | Fixed possible regressions | Bharat123rox | 2019-05-08 | 1 | -2/+2 |
| * | Use with statement to open/close files to fix LGTM alerts | Bharat123rox | 2019-05-07 | 2 | -60/+54 |
* | | BUG: blindly add TypeError to accepted exceptions | mattip | 2019-04-30 | 1 | -1/+1 |
|/ |
|
* | TEST: update for PyPy | mattip | 2019-04-17 | 1 | -1/+2 |
* | MAINT: Use textwrap.dedent in f2py tests | Eric Wieser | 2019-04-10 | 3 | -43/+42 |
* | MAINT: f2py: Add a cast to avoid a compiler warning. | Warren Weckesser | 2019-04-05 | 1 | -1/+1 |
* | BUG: ppc and riscv don't use REAL(10) | Andreas Schwab | 2019-03-05 | 1 | -1/+1 |
* | BUG: Fix testing of f2py.compile from strings. | Charles Harris | 2019-01-20 | 2 | -14/+17 |
* | Merge pull request #12807 from mattip/f2py-source-bytes | Charles Harris | 2019-01-20 | 3 | -5/+52 |
|\ |
|
| * | BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs | mattip | 2019-01-20 | 3 | -5/+52 |
* | | BUG: Add 'sparc' to platforms implementing 16 byte reals. | Charles Harris | 2019-01-05 | 1 | -1/+1 |
* | | BUG: fix f2py pep338 execution method | Julian Taylor | 2018-12-17 | 1 | -1/+1 |
|/ |
|
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 5 | -10/+1 |
* | MAINT: Use list and dict comprehension when possible (#12445) | Roman Yurchak | 2018-12-01 | 2 | -17/+9 |
* | MAINT, TST: check for unreachable code paths | Tyler Reddy | 2018-11-02 | 1 | -4/+1 |
* | MAINT: removed unused vars in f2py test code | Tyler Reddy | 2018-10-29 | 1 | -2/+0 |
* | TST, MAINT: Skip some f2py tests on Mac. | Charles Harris | 2018-10-07 | 2 | -4/+15 |
* | MAINT: remove unused stdlib imports | Emil Hessman | 2018-09-30 | 1 | -4/+0 |
* | MAINT: don't call function with too many arguments | Emil Hessman | 2018-09-30 | 1 | -2/+2 |
* | TST: add macos azure testing to CI. | Tyler Reddy | 2018-09-28 | 1 | -0/+7 |
* | MAINT: remove duplicate imports | mattip | 2018-09-26 | 1 | -2/+0 |
* | Merge pull request #11894 from QuLogic/f2py-test-parametrize | Charles Harris | 2018-09-22 | 7 | -47/+48 |
|\ |
|
| * | TST: Use fixture around f2py shared memory tests. | Elliott Sales de Andrade | 2018-09-06 | 1 | -11/+9 |
| * | TST: Parametrize f2py tests. | Elliott Sales de Andrade | 2018-09-06 | 6 | -36/+39 |
* | | Merge pull request #12014 from tylerjereddy/issue_12013_pytest_skip | Charles Harris | 2018-09-21 | 2 | -7/+8 |
|\ \ |
|
| * | | BUG: Fix missing pytest import. | Charles Harris | 2018-09-21 | 1 | -0/+1 |
| * | | TST: prefer pytest.skip() over SkipTest | Tyler Reddy | 2018-09-21 | 2 | -7/+7 |
* | | | BUG: Fix f2py test_compile_function.py tests. | Charles Harris | 2018-09-21 | 1 | -74/+61 |
* | | | TST, MAINT: Separate f2py compile function testing into own file | Charles Harris | 2018-09-20 | 2 | -105/+125 |
|/ / |
|
* | | MAINT: remove exec_command() from f2py init | Tyler Reddy | 2018-09-18 | 2 | -11/+152 |
|/ |
|
* | ENH: Use entry_points to install the f2py scripts. | Charles Harris | 2018-08-23 | 3 | -74/+25 |
* | Fix Fortran kind detection for aarch64 & s390x. | Elliott Sales de Andrade | 2018-08-12 | 1 | -1/+1 |
* | MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary... | Eric Wieser | 2018-07-02 | 1 | -1/+1 |
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 1 | -1/+1 |
* | MAINT: Misc. typos (#11005) | luzpaz | 2018-04-30 | 1 | -1/+1 |
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 17 | -77/+19 |
* | TST: Update modules `test` to PytestTester. | Charles Harris | 2018-04-04 | 1 | -2/+3 |
* | TST: Switch to using pytest markers | Charles Harris | 2018-04-04 | 17 | -61/+88 |
* | MAINT: Remove "bench" from testing modules `__init__`s. | Charles Harris | 2018-03-31 | 1 | -1/+0 |
* | DOC: Fix minor typos | luz.paz | 2018-03-30 | 1 | -1/+1 |
* | MAINT: Fixed C++ guard in f2py test. | siavashserver | 2018-03-09 | 1 | -2/+2 |
* | MAINT: Hard tab and whitespace cleanup. | Charles Harris | 2018-03-08 | 4 | -74/+75 |
* | TST: test handling ';' in multiline and enhancement lines, numpy.f2py | Bob Eldering | 2018-03-08 | 1 | -0/+53 |
* | BUG: fix for splitting a multiline or enhancement by ';' in numpy.f2py. | Bob Eldering | 2018-03-08 | 1 | -2/+3 |