summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-0338-77/+0
|\ \ | |/ |/|
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0338-77/+0
* | MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-032-19/+3
|/
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-1/+1
* TST: f2py: fix race condition in f2py test _get_compiler_statusPauli Virtanen2019-12-141-3/+9
* ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-144-16/+60
* Merge pull request #15035 from mattip/issue-14625Sebastian Berg2019-12-093-2/+43
|\
| * MAINT: fixes from reviewmattip2019-12-031-3/+4
| * DOC: fix outstanding typo in NumPy versionmattip2019-12-031-1/+1
| * BUG: add endfunction, endsubroutine to valid fortran end wordsmattip2019-12-032-1/+41
* | ENH: Chain exceptions when converting python objects to fortranEric Wieser2019-12-022-28/+9
* | ENH: Show the incorrect type in the fortran error messageEric Wieser2019-12-011-3/+4
|/
* Merge pull request #12633 from seberg/f2py-refcntMatti Picus2019-10-158-98/+179
|\
| * BUG: Further, followup f2py reference count fixesSebastian Berg2019-08-195-16/+53
| * BUG: General fixes to f2py reference counts (dereferencing)Sebastian Berg2019-08-195-82/+126
* | MAINT: Avoid all BytesWarningJon Dufresne2019-09-251-0/+1
* | 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