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 | 39 | -8228/+0 |
| | |||||
* | Correctly handle Fortran-contiguous arrays in SWIG wrappers. | Stefan van der Walt | 2008-08-12 | 11 | -27/+324 |
| | |||||
* | Replace tabs with spaces. | Charles Harris | 2008-05-01 | 1 | -154/+154 |
| | |||||
* | Remove trailing whitespace. | Charles Harris | 2008-05-01 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. | Charles Harris | 2008-05-01 | 1 | -28/+28 |
| | |||||
* | Fix grammar. | Charles Harris | 2008-05-01 | 1 | -2/+2 |
| | |||||
* | more janitorial work | Jarrod Millman | 2007-12-29 | 4 | -49/+49 |
| | |||||
* | janitorial work | Jarrod Millman | 2007-12-29 | 1 | -12/+14 |
| | |||||
* | Corrected casting logic for numpy array scalars | wfspotz@sandia.gov | 2007-12-02 | 1 | -118/+9 |
| | |||||
* | Argout typemap documentation made more clear. | wfspotz@sandia.gov | 2007-12-01 | 3 | -5/+9 |
| | |||||
* | Changed setting of fortran-order array's flag; corrected documentaion | wfspotz@sandia.gov | 2007-12-01 | 5 | -9/+7 |
| | |||||
* | * Added support for FORTRAN-ordered arrays to numpy.i. | wfspotz@sandia.gov | 2007-11-30 | 11 | -95/+996 |
| | | | | | | | | * 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 | 13 | -147/+1137 |
| | | | | | | | | | | | | 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. | ||||
* | Added min and max macros to Backward Compatibility fragments | wfspotz@sandia.gov | 2007-11-24 | 2 | -52/+88 |
| | |||||
* | Added new fragment dependency to unsigned long fragment | wfspotz@sandia.gov | 2007-11-24 | 2 | -3/+4 |
| | |||||
* | Added %fragment 'NumPy_Fragments' for convenience | wfspotz@sandia.gov | 2007-11-23 | 1 | -20/+28 |
| | |||||
* | Changed #define to %#define so that they delay implementation | wfspotz@sandia.gov | 2007-11-23 | 1 | -8/+8 |
| | |||||
* | Fixed some typos in the comments | wfspotz@sandia.gov | 2007-11-23 | 1 | -5/+8 |
| | |||||
* | Changed numpy.i so that helper macros and helper functions are now | wfspotz@sandia.gov | 2007-11-23 | 2 | -345/+521 |
| | | | | | | implemented as swig %fragments. This allows me to implement the backward compatibility macros without duplicating them. | ||||
* | Update SWIG typemaps to be C89 compliant (patch by Matthieu Brucher). | Stefan van der Walt | 2007-11-23 | 3 | -20/+22 |
| | | | | Fix filenames in setup.py. Fix tests in Makefile. | ||||
* | Updated documentation to include pyfragments.swg explanation | wfspotz@sandia.gov | 2007-11-22 | 3 | -22/+136 |
| | |||||
* | Added pyfragments.swg, which expands integer type-checking to accept numpy ↵ | wfspotz@sandia.gov | 2007-11-22 | 2 | -2/+225 |
| | | | | array scalars | ||||
* | Added Eric Jones to the list of acknowledgements | wfspotz@sandia.gov | 2007-11-20 | 4 | -9/+9 |
| | |||||
* | Reorganized swig directory with subdirectories for documentation and testing | wfspotz@sandia.gov | 2007-09-13 | 24 | -78/+139 |
| | |||||
* | Changed freearg typemaps to use brackets to avoid 'ambiguous else' warning ↵ | wfspotz@sandia.gov | 2007-09-13 | 1 | -9/+18 |
| | | | | under C | ||||
* | Fixed C++ code to be C-compliant | wfspotz@sandia.gov | 2007-09-13 | 1 | -4/+4 |
| | |||||
* | Updated date on documentation | wfspotz@sandia.gov | 2007-09-13 | 3 | -4/+4 |
| | |||||
* | Added proper exception handling to dot example | wfspotz@sandia.gov | 2007-09-13 | 3 | -4/+33 |
| | |||||
* | Improved formatting for rms docstring | wfspotz@sandia.gov | 2007-08-15 | 3 | -2/+2 |
| | |||||
* | Improved formatting of typemap signature lists | wfspotz@sandia.gov | 2007-08-15 | 4 | -57/+57 |
| | |||||
* | In documentation, removed one of the reasons for not providing (out) ↵ | wfspotz@sandia.gov | 2007-08-03 | 3 | -13/+5 |
| | | | | typemaps, which turns out not to be true. | ||||
* | Fixed format string warning | wfspotz@sandia.gov | 2007-06-17 | 1 | -2/+2 |
| | |||||
* | Updated date, example function documentation and python links | wfspotz@sandia.gov | 2007-04-13 | 3 | -72/+74 |
| | |||||
* | Reformatted numpy.i routines descriptions | wfspotz@sandia.gov | 2007-04-13 | 3 | -95/+318 |
| | |||||
* | Fixed typo in documentation | wfspotz@sandia.gov | 2007-04-13 | 4 | -5/+5 |
| | |||||
* | Provided more sophisticated typecheck typemap for IN_ARRAYs | wfspotz@sandia.gov | 2007-04-11 | 1 | -9/+9 |
| | |||||
* | long lost author was... eric. | Eric Jones | 2007-04-11 | 1 | -1/+1 |
| | |||||
* | Changed remaining ->nd struct accesses to use array_numdims() macro | wfspotz@sandia.gov | 2007-04-10 | 1 | -2/+2 |
| | |||||
* | Added 'array_data()' macros and used it in the typemaps; added new macro to ↵ | wfspotz@sandia.gov | 2007-04-10 | 4 | -24/+32 |
| | | | | the documentation | ||||
* | Added %typecheck directive for IN_ARRAY typemaps | wfspotz@sandia.gov | 2007-04-08 | 1 | -0/+45 |
| | |||||
* | Standardized PyArrayObject naming | wfspotz@sandia.gov | 2007-04-08 | 1 | -58/+58 |
| | |||||
* | Added testing documentation | wfspotz@sandia.gov | 2007-04-06 | 5 | -3/+658 |
| | |||||
* | Added 'bad list' tests to IN_ARRAY typemap tests | wfspotz@sandia.gov | 2007-04-06 | 3 | -1/+73 |
| | |||||
* | Added more testing of 3D typemaps, specifically error checking | wfspotz@sandia.gov | 2007-04-06 | 1 | -2/+136 |
| | |||||
* | Added more testing of 2D typemaps, specifically error checkings | wfspotz@sandia.gov | 2007-04-06 | 1 | -2/+128 |
| | |||||
* | Added more testing of 1D typemaps, specifically error checking; found and ↵ | wfspotz@sandia.gov | 2007-04-06 | 2 | -11/+150 |
| | | | | fixed bug where INPLACE_ARRAY1 typemaps didn't check number of dimensions | ||||
* | Removed test1D.py, test2D.py and test3D.py in favor of testVector.py, ↵ | wfspotz@sandia.gov | 2007-04-05 | 8 | -2149/+694 |
| | | | | testMatrix.py and testTensor.py because these new tests use inheritance to duplicate same tests for different data types | ||||
* | Updated documentation for 3D typemaps | wfspotz@sandia.gov | 2007-04-04 | 4 | -41/+71 |
| | |||||
* | Added 3D tests to Makefile | wfspotz@sandia.gov | 2007-04-04 | 1 | -0/+1 |
| | |||||
* | Added tests for 3D typemaps | wfspotz@sandia.gov | 2007-04-04 | 6 | -4/+1038 |
| |