| Commit message (Expand) | 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 a new typemap suite, ARGOUTVIEW, which takes a view of a data | wfspotz@sandia.gov | 2007-11-29 | 13 | -147/+1137 |
* | 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 |
* | Update SWIG typemaps to be C89 compliant (patch by Matthieu Brucher). | Stefan van der Walt | 2007-11-23 | 3 | -20/+22 |
* | 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 ar... | wfspotz@sandia.gov | 2007-11-22 | 2 | -2/+225 |
* | 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 un... | wfspotz@sandia.gov | 2007-09-13 | 1 | -9/+18 |
* | 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) typemaps... | wfspotz@sandia.gov | 2007-08-03 | 3 | -13/+5 |
* | 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 t... | wfspotz@sandia.gov | 2007-04-10 | 4 | -24/+32 |
* | 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 fix... | wfspotz@sandia.gov | 2007-04-06 | 2 | -11/+150 |
* | Removed test1D.py, test2D.py and test3D.py in favor of testVector.py, testMat... | wfspotz@sandia.gov | 2007-04-05 | 8 | -2149/+694 |
* | 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 |