Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updated documentation in README file | wfspotz@sandia.gov | 2007-04-04 | 1 | -35/+42 | |
| | ||||||
* | Split Series header/code/interface tests into Vector and Matrix components | wfspotz@sandia.gov | 2007-04-04 | 11 | -453/+556 | |
| | ||||||
* | Completed update of README file | wfspotz@sandia.gov | 2007-04-04 | 1 | -11/+8 | |
| | ||||||
* | Updated the README file and added testing to the Makefile | wfspotz@sandia.gov | 2007-04-04 | 2 | -8/+27 | |
| | ||||||
* | Added first cut at (untested) 3D typemaps; split testSeries.py into ↵ | wfspotz@sandia.gov | 2007-04-04 | 3 | -603/+813 | |
| | | | | test1D.py and test2D.py | |||||
* | Updated documentation to include a Summary, as well as a sample of the code ↵ | wfspotz@sandia.gov | 2007-04-04 | 3 | -13/+232 | |
| | | | | generated by swig | |||||
* | Updated documentation to reflect changes to internal macros and routines, ↵ | wfspotz@sandia.gov | 2007-04-03 | 4 | -10/+44 | |
| | | | | the new error-checking in the INPLACE typemaps, and an updated Acknowledgement section | |||||
* | Modified INPLACE typemaps to check for native byte order, and for 2D case, ↵ | wfspotz@sandia.gov | 2007-04-03 | 1 | -11/+31 | |
| | | | | require that the python argument be 2D as well | |||||
* | Added documentation to series.h and series.cxx | wfspotz@sandia.gov | 2007-04-01 | 2 | -0/+6 | |
| | ||||||
* | Added (DATA_TYPE* ARGOUT_ARRAY1, DIM_TYPE DIM1) and (DIM_TYPE DIM1, ↵ | wfspotz@sandia.gov | 2007-04-01 | 8 | -25/+249 | |
| | | | | DATA_TYPE* ARGOUT_ARRAY1) typemaps, and tests, and documentation | |||||
* | Added tests for ARGOUT_ARRAY1 and ARGOUT_ARRAY2 typemaps | wfspotz@sandia.gov | 2007-04-01 | 5 | -74/+240 | |
| | ||||||
* | Updated examples in the documentation | wfspotz@sandia.gov | 2007-03-29 | 3 | -43/+217 | |
| | ||||||
* | Added typemaps for signatures (TYPE INPLACE_ARRAY1[ANY]) and (TYPE ↵ | wfspotz@sandia.gov | 2007-03-25 | 8 | -42/+262 | |
| | | | | INPLACE_ARRAY2[ANY][ANY]) | |||||
* | Added typemaps for signatures (TYPE IN_ARRAY1[ANY]) and (TYPE ↵ | wfspotz@sandia.gov | 2007-03-24 | 8 | -327/+569 | |
| | | | | IN_ARRAY2[ANY][ANY]) | |||||
* | Added typecheck typemaps to INPLACE_ARRAY typemap suites | wfspotz@sandia.gov | 2007-03-23 | 1 | -22/+76 | |
| | ||||||
* | Added '#ifdef SWIGPYTHON' protection | wfspotz@sandia.gov | 2007-03-23 | 4 | -52/+38 | |
| | ||||||
* | Removed stubs for CHAR and OBJECT; added macro variable for dimension type; ↵ | wfspotz@sandia.gov | 2007-03-19 | 7 | -224/+393 | |
| | | | | updated documentation | |||||
* | Updated README file | wfspotz@sandia.gov | 2007-03-14 | 1 | -2/+4 | |
| | ||||||
* | Fixed typo in Makefile | wfspotz@sandia.gov | 2007-03-14 | 1 | -1/+1 | |
| | ||||||
* | Added LaTeX/PDF documentation | wfspotz@sandia.gov | 2007-03-14 | 3 | -5/+30 | |
| | ||||||
* | testSeries.py now prints numpy version; documentation updated | wfspotz@sandia.gov | 2007-03-14 | 3 | -3/+5 | |
| | ||||||
* | Added typemap signatures where the dimensions come before the data pointer | wfspotz@sandia.gov | 2007-03-14 | 8 | -274/+594 | |
| | ||||||
* | In numpy.i: | wfspotz@sandia.gov | 2007-03-14 | 11 | -676/+1800 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * I consolidated several macros TYPEMAP_IN1 TYPEMAP_IN2 TYPEMAP_INPLACE1 TYPEMAP_INPLACE2 TYPEMAP_ARGOUT1 TYPEMAP_ARGOUT2 into a single macros, %numpy_typemaps(). This makes expanding the typemaps for a given data type much easier. * The %numpy_typemaps() macro is now expanded for:: signed char unsigned char short unsigned short int unsigned int long unsigned long long long unsigned long long float double PyObject char * I changed the ARGOUT typemaps to check for multiple output arguments, and form a tuple if necessary. * Updated the code to work with released numpy versions 0.9.6, 0.9.8, 1.0 and 1.0.1. * Upgraded the dimension arrays to use type npy_intp. I also added documentation: numpy_swig.txt is a numpy.i users guide in restructured text format; numpy_swig.html is the same content in HTML. The Makefile can produce this with 'make html', assuming docutils is installed. The series.h and series.cxx files have been refactored to use macros to generate repetitive code for different types. All the supported types have tests for all of the non-ARGOUT typemaps. ARGOUT typemap tests still need to be written. | |||||
* | Fix missing ) in numpy.i | Travis Oliphant | 2006-07-06 | 1 | -9/+3 | |
| | ||||||
* | Change from C++ comments | Travis Oliphant | 2006-05-17 | 2 | -7/+7 | |
| | ||||||
* | Fix issue #77 | Travis Oliphant | 2006-04-25 | 1 | -1/+2 | |
| | ||||||
* | Fix reference-count problem in Macro form of EquivTypenums and update ↵ | Travis Oliphant | 2006-04-25 | 1 | -3/+4 | |
| | | | | numpy.i to use EquivTypenums. | |||||
* | Applied ticket #77 patch. | Pearu Peterson | 2006-04-24 | 1 | -2/+2 | |
| | ||||||
* | Add rest of the examples for pyrex and swig | Travis Oliphant | 2006-03-14 | 8 | -0/+666 | |
| | ||||||
* | Move swig and pyrex over | Travis Oliphant | 2006-03-13 | 1 | -0/+492 | |