summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
* 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
* f2py: rename internal functionNico Schlömer2017-08-281-3/+3
* f2py: allow Fortran arrays of dimension 0Nico Schlömer2017-08-281-1/+1
* BUG: f2py: Convert some error messages printed to stderr to exceptions.Warren Weckesser2017-08-261-38/+70
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-0617-16/+16
* Merge pull request #9452 from eric-wieser/new-style-classesCharles Harris2017-07-241-1/+1
|\
| * MAINT: Use new-style classes on 2.7Eric Wieser2017-07-241-1/+1
* | Merge pull request #9434 from charris/remove-unittest-dependenciesCharles Harris2017-07-242-9/+7
|\ \ | |/ |/|
| * TST: Remove unittest dependencies in numpy/f2py/tests.Charles Harris2017-07-242-9/+7
* | MAINT: Replace tab escapes with four spacesEric Wieser2017-07-121-500/+500
|/
* TST: test doc string of COMMON block arrays for numpy.f2py.Bob Eldering2017-07-071-0/+23
* Merge pull request #9362 from charris/rearrange-testing-moduleCharles Harris2017-07-062-2/+2
|\
| * MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-042-2/+2
* | BUG: ')' is printed at the end pointer of the buffer in numpy.f2py.Bob Eldering2017-07-051-2/+1
|/
* MAINT: Fix alerts from http://lgtm.com (#9292)Jean Helie2017-06-261-18/+16
* TST: add test case described in ticket 9228 for numpy.f2pyBob Eldering2017-06-132-0/+37
* BUG: fix missing keyword rename for common block to numpy.f2pyBob Eldering2017-06-121-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-032-17/+17
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1