summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: F2py mishandles quoted control characters (#10676)bobeldering2018-03-042-37/+79
* BUG: f2py: fix f2py generated code to work on PypyPauli Virtanen2018-02-241-5/+25
* Misc. typosluz.paz2018-02-161-1/+1
* Merge pull request #10154 from eric-wieser/fixup-numerictypesCharles Harris2018-01-041-11/+12
|\
| * MAINT: Look up typeinfo properties by name, not by indexEric Wieser2017-12-061-10/+11
| * MAINT: Use a StructSequence in place of the typeinfo tuplesEric Wieser2017-12-061-1/+1
* | DOC: fix minor typosUnknown2017-12-124-7/+7
|/
* TST: Test f2py passing string array to callback.Charles Harris2017-11-151-2/+32
* BUG: Fix f2py string variables in callbacks.Charles Harris2017-11-151-2/+6
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-082-1/+2
* Merge pull request #9645 from xoviat/appveyorCharles Harris2017-09-304-7/+13
|\
| * TST: callback: update commentxoviat2017-09-091-1/+1
| * TST: block docstring: update commentxoviat2017-09-091-1/+1
| * TST: common: update documentationxoviat2017-09-091-1/+1
| * TST: util: update documentationxoviat2017-09-091-1/+1
| * TST: fix failures:xoviat2017-09-044-7/+13
* | MAINT: remove outdated entries in f2pyBernhard M. Wiedemann2017-09-271-3/+0
* | ENH: Allow to override build dateBernhard M. Wiedemann2017-09-271-1/+2
* | MAINT: Use the PyArray_(GET|SET)_ITEM functions where possibleEric Wieser2017-09-231-4/+4
|/
* [TST] slightly simplify f2py testNico Schlömer2017-08-291-2/+1
* [TST] fix test for 0-sized array operationsNico Schlömer2017-08-281-2/+3
* [TST] add tests for 0-sized Fortran arraysNico Schlömer2017-08-281-0/+9