summaryrefslogtreecommitdiff
path: root/numpy/f2py
AgeCommit message (Expand)AuthorFilesLines
2018-03-09MAINT: Fixed C++ guard in f2py test.siavashserver1-2/+2
2018-03-08MAINT: Hard tab and whitespace cleanup.Charles Harris4-74/+75
2018-03-08TST: test handling ';' in multiline and enhancement lines, numpy.f2pyBob Eldering1-0/+53
2018-03-08BUG: fix for splitting a multiline or enhancement by ';' in numpy.f2py.Bob Eldering1-2/+3
2018-03-04BUG: F2py mishandles quoted control characters (#10676)bobeldering2-37/+79
2018-02-24BUG: f2py: fix f2py generated code to work on PypyPauli Virtanen1-5/+25
2018-02-16Misc. typosluz.paz1-1/+1
2018-01-04Merge pull request #10154 from eric-wieser/fixup-numerictypesCharles Harris1-11/+12
2017-12-12DOC: fix minor typosUnknown4-7/+7
2017-12-06MAINT: Look up typeinfo properties by name, not by indexEric Wieser1-10/+11
2017-12-06MAINT: Use a StructSequence in place of the typeinfo tuplesEric Wieser1-1/+1
2017-11-15TST: Test f2py passing string array to callback.Charles Harris1-2/+32
2017-11-15BUG: Fix f2py string variables in callbacks.Charles Harris1-2/+6
2017-11-08DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2-1/+2
2017-09-30Merge pull request #9645 from xoviat/appveyorCharles Harris4-7/+13
2017-09-27MAINT: remove outdated entries in f2pyBernhard M. Wiedemann1-3/+0
2017-09-27ENH: Allow to override build dateBernhard M. Wiedemann1-1/+2
2017-09-23MAINT: Use the PyArray_(GET|SET)_ITEM functions where possibleEric Wieser1-4/+4
2017-09-09TST: callback: update commentxoviat1-1/+1
2017-09-09TST: block docstring: update commentxoviat1-1/+1
2017-09-09TST: common: update documentationxoviat1-1/+1
2017-09-09TST: util: update documentationxoviat1-1/+1
2017-09-04TST: fix failures:xoviat4-7/+13
2017-08-29[TST] slightly simplify f2py testNico Schlömer1-2/+1
2017-08-28[TST] fix test for 0-sized array operationsNico Schlömer1-2/+3
2017-08-28[TST] add tests for 0-sized Fortran arraysNico Schlömer1-0/+9
2017-08-28f2py: rename internal functionNico Schlömer1-3/+3
2017-08-28f2py: allow Fortran arrays of dimension 0Nico Schlömer1-1/+1
2017-08-26BUG: f2py: Convert some error messages printed to stderr to exceptions.Warren Weckesser1-38/+70
2017-08-06TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris17-16/+16
2017-07-24Merge pull request #9452 from eric-wieser/new-style-classesCharles Harris1-1/+1
2017-07-24Merge pull request #9434 from charris/remove-unittest-dependenciesCharles Harris2-9/+7
2017-07-24TST: Remove unittest dependencies in numpy/f2py/tests.Charles Harris2-9/+7
2017-07-24MAINT: Use new-style classes on 2.7Eric Wieser1-1/+1
2017-07-12MAINT: Replace tab escapes with four spacesEric Wieser1-500/+500
2017-07-07TST: test doc string of COMMON block arrays for numpy.f2py.Bob Eldering1-0/+23
2017-07-06Merge pull request #9362 from charris/rearrange-testing-moduleCharles Harris2-2/+2
2017-07-05BUG: ')' is printed at the end pointer of the buffer in numpy.f2py.Bob Eldering1-2/+1
2017-07-04MAINT: Rearrange files in numpy/testing module.Charles Harris2-2/+2
2017-06-26MAINT: Fix alerts from http://lgtm.com (#9292)Jean Helie1-18/+16
2017-06-13TST: add test case described in ticket 9228 for numpy.f2pyBob Eldering2-0/+37
2017-06-12BUG: fix missing keyword rename for common block to numpy.f2pyBob Eldering1-1/+1
2017-06-03BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2-17/+17
2017-05-09ENH: Spelling fixesVille Skyttä1-1/+1
2017-05-02MAINT: remove usage of NPY_CHAR from f2pyJulian Taylor3-11/+29
2017-05-02TST: add a char array input testJulian Taylor2-0/+55
2017-03-25MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2-11/+10
2017-03-19BUG: fix regex of determineexprtype_re_3 in numpy/f2py/crackfortran.pyZZhaoTireless1-2/+2
2017-02-21BUG: PPC64el machines are POWER for FortranMatthew Brett1-1/+2
2017-01-23STY: space around operatorjutke1-1/+1