| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | BUG: F2py mishandles quoted control characters (#10676) | bobeldering | 2018-03-04 | 2 | -37/+79 |
| * | BUG: f2py: fix f2py generated code to work on Pypy | Pauli Virtanen | 2018-02-24 | 1 | -5/+25 |
| * | Misc. typos | luz.paz | 2018-02-16 | 1 | -1/+1 |
| * | Merge pull request #10154 from eric-wieser/fixup-numerictypes | Charles Harris | 2018-01-04 | 1 | -11/+12 |
| |\ |
|
| | * | MAINT: Look up typeinfo properties by name, not by index | Eric Wieser | 2017-12-06 | 1 | -10/+11 |
| | * | MAINT: Use a StructSequence in place of the typeinfo tuples | Eric Wieser | 2017-12-06 | 1 | -1/+1 |
| * | | DOC: fix minor typos | Unknown | 2017-12-12 | 4 | -7/+7 |
| |/ |
|
| * | TST: Test f2py passing string array to callback. | Charles Harris | 2017-11-15 | 1 | -2/+32 |
| * | BUG: Fix f2py string variables in callbacks. | Charles Harris | 2017-11-15 | 1 | -2/+6 |
| * | DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA... | Matti Picus | 2017-11-08 | 2 | -1/+2 |
| * | Merge pull request #9645 from xoviat/appveyor | Charles Harris | 2017-09-30 | 4 | -7/+13 |
| |\ |
|
| | * | TST: callback: update comment | xoviat | 2017-09-09 | 1 | -1/+1 |
| | * | TST: block docstring: update comment | xoviat | 2017-09-09 | 1 | -1/+1 |
| | * | TST: common: update documentation | xoviat | 2017-09-09 | 1 | -1/+1 |
| | * | TST: util: update documentation | xoviat | 2017-09-09 | 1 | -1/+1 |
| | * | TST: fix failures: | xoviat | 2017-09-04 | 4 | -7/+13 |
| * | | MAINT: remove outdated entries in f2py | Bernhard M. Wiedemann | 2017-09-27 | 1 | -3/+0 |