summaryrefslogtreecommitdiff
path: root/numpy/doc/swig/test
Commit message (Collapse)AuthorAgeFilesLines
* more janitorial workJarrod Millman2007-12-294-49/+49
|
* janitorial workJarrod Millman2007-12-291-12/+14
|
* * Added support for FORTRAN-ordered arrays to numpy.i.wfspotz@sandia.gov2007-11-306-5/+422
| | | | | | | | * Added new tests that test some of the FORTRAN-ordered typemaps. * Updated the documentation to include the new FORTRAN-ordering support.
* * Added a new typemap suite, ARGOUTVIEW, which takes a view of a datawfspotz@sandia.gov2007-11-298-4/+825
| | | | | | | | | | | | buffer and converts it to an output numpy array (1D, 2D and 3D, with before- and after- dimension specifications.) * Added new tests for the ARGOUTVIEW typemaps in the test directory (Array1 and Array2 classes, both included in the Array python extension module, tested in testArray.py). * Updated the documentation to reflect the latest changes.
* Update SWIG typemaps to be C89 compliant (patch by Matthieu Brucher).Stefan van der Walt2007-11-232-6/+6
| | | | Fix filenames in setup.py. Fix tests in Makefile.
* Reorganized swig directory with subdirectories for documentation and testingwfspotz@sandia.gov2007-09-1314-0/+1870