Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add __f2py_numpy_version__ attribute | Sturla Molden | 2020-06-17 | 1 | -1/+21 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | BUG: Fix testing of f2py.compile from strings. | Charles Harris | 2019-01-20 | 1 | -14/+0 |
* | BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs | mattip | 2019-01-20 | 1 | -0/+14 |
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 1 | -1/+0 |
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 1 | -5/+1 |
* | TST: Switch to using pytest markers | Charles Harris | 2018-04-04 | 1 | -2/+3 |
* | TST, MAINT: Add `__init__.py` files to tests directories. | Charles Harris | 2017-08-06 | 1 | -1/+1 |
* | BUG: fixed kind specifications for parameters | Nick Papior | 2016-11-27 | 1 | -3/+2 |
* | STY: PEP8 fixes in numpy/f2py/tests. | Charles Harris | 2015-07-25 | 1 | -0/+2 |
* | TST: Add basic test for compiling with intent(in out). | Charles Harris | 2014-10-09 | 1 | -0/+32 |