summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove unused numpy/f2py/info.py fileRalf Gommers2019-09-221-6/+0
* BUG: Fix leak in the f2py-generated module init and `PyMem_Del` usageSergei Lebedev2019-08-192-5/+11
* DOC: update or remove outdated sourceforge linksmattip2019-08-081-1/+1
* Doc: Use `pip install .` where possible instead of calling setup.pyMatthias Bussonnier2019-07-231-1/+1
* Merge pull request #13499 from Bharat123rox/file-closingEric Wieser2019-05-122-58/+53
|\
| * Add code review suggestions from @eric-wieserBharat123rox2019-05-081-2/+3
| * Fixed possible regressionsBharat123rox2019-05-081-2/+2
| * Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-072-60/+54
* | BUG: blindly add TypeError to accepted exceptionsmattip2019-04-301-1/+1
|/
* TEST: update for PyPymattip2019-04-171-1/+2
* MAINT: Use textwrap.dedent in f2py testsEric Wieser2019-04-103-43/+42
* MAINT: f2py: Add a cast to avoid a compiler warning.Warren Weckesser2019-04-051-1/+1
* BUG: ppc and riscv don't use REAL(10)Andreas Schwab2019-03-051-1/+1
* BUG: Fix testing of f2py.compile from strings.Charles Harris2019-01-202-14/+17
* Merge pull request #12807 from mattip/f2py-source-bytesCharles Harris2019-01-203-5/+52
|\
| * BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-203-5/+52
* | BUG: Add 'sparc' to platforms implementing 16 byte reals.Charles Harris2019-01-051-1/+1
* | BUG: fix f2py pep338 execution methodJulian Taylor2018-12-171-1/+1
|/
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-065-10/+1
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-012-17/+9
* MAINT, TST: check for unreachable code pathsTyler Reddy2018-11-021-4/+1
* MAINT: removed unused vars in f2py test codeTyler Reddy2018-10-291-2/+0
* TST, MAINT: Skip some f2py tests on Mac.Charles Harris2018-10-072-4/+15
* MAINT: remove unused stdlib importsEmil Hessman2018-09-301-4/+0
* MAINT: don't call function with too many argumentsEmil Hessman2018-09-301-2/+2
* TST: add macos azure testing to CI.Tyler Reddy2018-09-281-0/+7
* MAINT: remove duplicate importsmattip2018-09-261-2/+0
* Merge pull request #11894 from QuLogic/f2py-test-parametrizeCharles Harris2018-09-227-47/+48
|\
| * TST: Use fixture around f2py shared memory tests.Elliott Sales de Andrade2018-09-061-11/+9
| * TST: Parametrize f2py tests.Elliott Sales de Andrade2018-09-066-36/+39
* | Merge pull request #12014 from tylerjereddy/issue_12013_pytest_skipCharles Harris2018-09-212-7/+8
|\ \
| * | BUG: Fix missing pytest import.Charles Harris2018-09-211-0/+1
| * | TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-212-7/+7
* | | BUG: Fix f2py test_compile_function.py tests.Charles Harris2018-09-211-74/+61
* | | TST, MAINT: Separate f2py compile function testing into own fileCharles Harris2018-09-202-105/+125
|/ /
* | MAINT: remove exec_command() from f2py initTyler Reddy2018-09-182-11/+152
|/
* ENH: Use entry_points to install the f2py scripts.Charles Harris2018-08-233-74/+25
* Fix Fortran kind detection for aarch64 & s390x.Elliott Sales de Andrade2018-08-121-1/+1
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-1/+1
* MAINT: Misc. typos (#11005)luzpaz2018-04-301-1/+1
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-0617-77/+19
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* TST: Switch to using pytest markersCharles Harris2018-04-0417-61/+88
* MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* DOC: Fix minor typosluz.paz2018-03-301-1/+1
* MAINT: Fixed C++ guard in f2py test.siavashserver2018-03-091-2/+2
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-084-74/+75
* TST: test handling ';' in multiline and enhancement lines, numpy.f2pyBob Eldering2018-03-081-0/+53
* BUG: fix for splitting a multiline or enhancement by ';' in numpy.f2py.Bob Eldering2018-03-081-2/+3