summaryrefslogtreecommitdiff
path: root/numpy/doc/swig/test/testArray.py
Commit message (Collapse)AuthorAgeFilesLines
* janitorial workJarrod Millman2007-12-291-12/+14
|
* * Added a new typemap suite, ARGOUTVIEW, which takes a view of a datawfspotz@sandia.gov2007-11-291-0/+285
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.