summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add example to buffer interface.Travis Oliphant2007-04-121-25/+61
* Cleanup whitespace.Charles Harris2007-04-112-174/+174
* 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
* added simple test for weighted averageEric Jones2007-04-111-0/+7
* fixed a typecode Float->float issue in average.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 t...wfspotz@sandia.gov2007-04-104-24/+32
* test commitEric Jones2007-04-101-2/+2
* More fixes to buffer.Travis Oliphant2007-04-101-44/+58
* Cleaned-upTravis Oliphant2007-04-091-9/+8
* Buffer PEP has a number.Travis Oliphant2007-04-091-131/+311
* Added %typecheck directive for IN_ARRAY typemapswfspotz@sandia.gov2007-04-081-0/+45
* Parenthesize some defined expressions just to be clean.Charles Harris2007-04-081-3/+3
* Standardized PyArrayObject namingwfspotz@sandia.gov2007-04-081-58/+58
* Make sorting benchmarks all sort integersCharles Harris2007-04-071-9/+9
* Added testing documentationwfspotz@sandia.gov2007-04-065-3/+658
* Change defined(linux) to defined(__GLIBC__)Travis Oliphant2007-04-062-3/+3
* 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 fix...wfspotz@sandia.gov2007-04-062-11/+150
* Fix maximum_sctype for integer data-types.Travis Oliphant2007-04-061-2/+7
* Removed test1D.py, test2D.py and test3D.py in favor of testVector.py, testMat...wfspotz@sandia.gov2007-04-058-2149/+694
* Add note about running tests to the README.txtcookedm2007-04-051-0/+4
* Include fenv.h the second time for CYGWIN. Change a few defines.Travis Oliphant2007-04-051-3/+2
* 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
* Updated documentation in README filewfspotz@sandia.gov2007-04-041-35/+42
* Split Series header/code/interface tests into Vector and Matrix componentswfspotz@sandia.gov2007-04-0411-453/+556
* Really fix linking with Fortran on AIXcookedm2007-04-042-12/+9
* Completed update of README filewfspotz@sandia.gov2007-04-041-11/+8
* Updated the README file and added testing to the Makefilewfspotz@sandia.gov2007-04-042-8/+27
* Added first cut at (untested) 3D typemaps; split testSeries.py into test1D.py...wfspotz@sandia.gov2007-04-043-603/+813
* Fix #491Robert Kern2007-04-043-29/+29
* Updated documentation to include a Summary, as well as a sample of the code g...wfspotz@sandia.gov2007-04-043-13/+232
* Fix for making Fortran extensions on AIX.cookedm2007-04-041-0/+10
* Avoid some compiler complaints about non-constants in initialization.Travis Oliphant2007-04-041-3/+6
* Add integer format codes to sctypeNA. Fixes ticket #399Travis Oliphant2007-04-031-1/+3
* Re-order struct module changes.Travis Oliphant2007-04-031-2/+2
* Place PEP on trunk.Travis Oliphant2007-04-031-160/+66
* Updated documentation to reflect changes to internal macros and routines, the...wfspotz@sandia.gov2007-04-034-10/+44
* Modified INPLACE typemaps to check for native byte order, and for 2D case, re...wfspotz@sandia.gov2007-04-031-11/+31
* Update version of this trunk.Travis Oliphant2007-04-021-1/+1
* Add a few more functions to arrayfns compatibility file and fix typo.Travis Oliphant2007-04-022-13/+30
* Add the arrayfns compatibility library -- not finished.Travis Oliphant2007-04-021-0/+82
* Add interp to numpy.lib adapted from arrayfns. Add an unfinished arrayfns co...Travis Oliphant2007-04-024-5/+152
* Add patch in Ticket #189 for histogramdd. Fixes bug reported by Ben GranettTravis Oliphant2007-04-024-143/+123
* Fix #484: random state not portable between 32-bit and 64-bit architecturescookedm2007-04-022-2277/+2342