summaryrefslogtreecommitdiff
path: root/tools/swig/test
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Remove commented out code blocksgfyoung2015-12-201-10/+0
|
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
| | | | Closes gh-6863.
* New typemap for in-place arrays of arbitrary number of dimensions:Tom Krauss2015-05-256-4/+318
| | | | | (DATA_TYPE* INPLACE_ARRAY_FLAT, DIM_TYPE DIM_FLAT) Added unittests, updated documentation.
* Correct exit code if number of errors % 256 == 0Chris Lamb2015-02-157-7/+7
| | | | | | | For example, we had 256 errors (etc.) our process will exit with a successful error code which is incorrect and/or misleading. Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
* ENH: added std::complex support to numpy.iGlen Mabey2014-11-076-2/+325
| | | | | | numpy.i now includes ready-made typemaps for std::complex<float> and std::complex<double> . Tests were added to testArray using a newly defined ArrayZ class.
* MAINT: Move doc/swig to tools/swig.Charles Harris2014-03-1232-0/+3991
Also update MANIFEST.in and documentation to reflect the move. The discussion of this change is at #2384. Closes #2384. Closes #4374.