Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move documentation outside of source tree. Remove `doc` import from __init__. | Stefan van der Walt | 2008-08-23 | 1 | -66/+0 |
| | |||||
* | Correctly handle Fortran-contiguous arrays in SWIG wrappers. | Stefan van der Walt | 2008-08-12 | 1 | -2/+10 |
| | |||||
* | * Added support for FORTRAN-ordered arrays to numpy.i. | wfspotz@sandia.gov | 2007-11-30 | 1 | -2/+9 |
| | | | | | | | | * 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 data | wfspotz@sandia.gov | 2007-11-29 | 1 | -2/+10 |
| | | | | | | | | | | | | 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 Walt | 2007-11-23 | 1 | -3/+3 |
| | | | | Fix filenames in setup.py. Fix tests in Makefile. | ||||
* | Reorganized swig directory with subdirectories for documentation and testing | wfspotz@sandia.gov | 2007-09-13 | 1 | -0/+43 |