summaryrefslogtreecommitdiff
path: root/numpy/doc/swig
Commit message (Collapse)AuthorAgeFilesLines
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-2339-8228/+0
|
* Correctly handle Fortran-contiguous arrays in SWIG wrappers.Stefan van der Walt2008-08-1211-27/+324
|
* Replace tabs with spaces.Charles Harris2008-05-011-154/+154
|
* Remove trailing whitespace.Charles Harris2008-05-011-1/+1
|
* Remove trailing whitespace.Charles Harris2008-05-011-28/+28
|
* Fix grammar.Charles Harris2008-05-011-2/+2
|
* more janitorial workJarrod Millman2007-12-294-49/+49
|
* janitorial workJarrod Millman2007-12-291-12/+14
|
* Corrected casting logic for numpy array scalarswfspotz@sandia.gov2007-12-021-118/+9
|
* Argout typemap documentation made more clear.wfspotz@sandia.gov2007-12-013-5/+9
|
* Changed setting of fortran-order array's flag; corrected documentaionwfspotz@sandia.gov2007-12-015-9/+7
|
* * Added support for FORTRAN-ordered arrays to numpy.i.wfspotz@sandia.gov2007-11-3011-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 datawfspotz@sandia.gov2007-11-2913-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 fragmentswfspotz@sandia.gov2007-11-242-52/+88
|
* Added new fragment dependency to unsigned long fragmentwfspotz@sandia.gov2007-11-242-3/+4
|
* Added %fragment 'NumPy_Fragments' for conveniencewfspotz@sandia.gov2007-11-231-20/+28
|
* Changed #define to %#define so that they delay implementationwfspotz@sandia.gov2007-11-231-8/+8
|
* Fixed some typos in the commentswfspotz@sandia.gov2007-11-231-5/+8
|
* Changed numpy.i so that helper macros and helper functions are nowwfspotz@sandia.gov2007-11-232-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 Walt2007-11-233-20/+22
| | | | Fix filenames in setup.py. Fix tests in Makefile.
* Updated documentation to include pyfragments.swg explanationwfspotz@sandia.gov2007-11-223-22/+136
|
* Added pyfragments.swg, which expands integer type-checking to accept numpy ↵wfspotz@sandia.gov2007-11-222-2/+225
| | | | array scalars
* Added Eric Jones to the list of acknowledgementswfspotz@sandia.gov2007-11-204-9/+9
|
* Reorganized swig directory with subdirectories for documentation and testingwfspotz@sandia.gov2007-09-1324-78/+139
|
* Changed freearg typemaps to use brackets to avoid 'ambiguous else' warning ↵wfspotz@sandia.gov2007-09-131-9/+18
| | | | under C
* Fixed C++ code to be C-compliantwfspotz@sandia.gov2007-09-131-4/+4
|
* Updated date on documentationwfspotz@sandia.gov2007-09-133-4/+4
|
* Added proper exception handling to dot examplewfspotz@sandia.gov2007-09-133-4/+33
|
* Improved formatting for rms docstringwfspotz@sandia.gov2007-08-153-2/+2
|
* Improved formatting of typemap signature listswfspotz@sandia.gov2007-08-154-57/+57
|
* In documentation, removed one of the reasons for not providing (out) ↵wfspotz@sandia.gov2007-08-033-13/+5
| | | | typemaps, which turns out not to be true.
* Fixed format string warningwfspotz@sandia.gov2007-06-171-2/+2
|
* Updated date, example function documentation and python linkswfspotz@sandia.gov2007-04-133-72/+74
|
* Reformatted numpy.i routines descriptionswfspotz@sandia.gov2007-04-133-95/+318
|
* Fixed typo in documentationwfspotz@sandia.gov2007-04-134-5/+5
|
* Provided more sophisticated typecheck typemap for IN_ARRAYswfspotz@sandia.gov2007-04-111-9/+9
|
* long lost author was... eric.Eric Jones2007-04-111-1/+1
|
* Changed remaining ->nd struct accesses to use array_numdims() macrowfspotz@sandia.gov2007-04-101-2/+2
|
* Added 'array_data()' macros and used it in the typemaps; added new macro to ↵wfspotz@sandia.gov2007-04-104-24/+32
| | | | the documentation
* Added %typecheck directive for IN_ARRAY typemapswfspotz@sandia.gov2007-04-081-0/+45
|
* Standardized PyArrayObject namingwfspotz@sandia.gov2007-04-081-58/+58
|
* Added testing documentationwfspotz@sandia.gov2007-04-065-3/+658
|
* Added 'bad list' tests to IN_ARRAY typemap testswfspotz@sandia.gov2007-04-063-1/+73
|
* Added more testing of 3D typemaps, specifically error checkingwfspotz@sandia.gov2007-04-061-2/+136
|
* Added more testing of 2D typemaps, specifically error checkingswfspotz@sandia.gov2007-04-061-2/+128
|
* Added more testing of 1D typemaps, specifically error checking; found and ↵wfspotz@sandia.gov2007-04-062-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.gov2007-04-058-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 typemapswfspotz@sandia.gov2007-04-044-41/+71
|
* Added 3D tests to Makefilewfspotz@sandia.gov2007-04-041-0/+1
|
* Added tests for 3D typemapswfspotz@sandia.gov2007-04-046-4/+1038
|