summaryrefslogtreecommitdiff
path: root/tools/swig/numpy.i
Commit message (Expand)AuthorAgeFilesLines
* removed extraneous ARGOUTVIEWM dim. 4 typemapsPatrick T. Komiske III2021-03-011-152/+0
* MAINT: Cleanup swig for Python 3.Charles Harris2020-10-181-5/+7
* BLD: Fixed ARGOUTVIEWM memory deallocation.leakec2020-09-291-18/+18
* MAINT: Replace PyString_Check with PyBytes_Check in numpy.i.Charles Harris2020-09-101-1/+1
* Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-031-6/+1
* White spacesMathieu Lamarre2018-02-081-1/+1
* Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUSMathieu Lamarre2018-02-081-2/+8
* Swig tool: Clear CARRAY flag when setting FARRAYMathieu Lamarre2018-02-081-0/+2
* Added types for int and uint with an explicit size.Mark Harfouche2018-01-121-1/+10
* Avoid NPY_ARRAY_F_CONTIGUOUS for numpy < 1.7Jan David Mol2016-06-181-1/+6
* BUG: Fix swig make_fortran function.Charles Harris2015-11-041-1/+1
* BUG: Fix use of PyArray_ISFORTRAN in numpy.i.Charles Harris2015-11-011-1/+1
* typo in numpy.ijschueller2015-09-021-1/+1
* New typemap for in-place arrays of arbitrary number of dimensions:Tom Krauss2015-05-251-1/+45
* DOC: put a copy of the text in LICENSE.txt into tools/swig/numpy.iRalf Gommers2015-03-181-0/+34
* Use correct #ifdef __cplusplus guard to include std_complex.iMichele Vallisneri2015-02-131-2/+2
* ENH: added std::complex support to numpy.iGlen Mabey2014-11-071-10/+8
* Fix typemap for Fortran ordered array inputAdam Reeve2014-06-161-3/+3
* BUG: Fix missing fragment in ARGOUTVIEWM typemaps.David Froger2014-05-261-18/+18
* STY: Whitespace patrol on numpy.i.Charles Harris2014-03-121-6/+6
* MAINT: Move doc/swig to tools/swig.Charles Harris2014-03-121-0/+3085