summaryrefslogtreecommitdiff
path: root/numpy/numarray/_capi.c
Commit message (Expand)AuthorAgeFilesLines
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArr...Travis Oliphant2006-07-081-11/+11
* Fix to NA_OptionalOutputArray so that resulting array is a copy of the master...chanley2006-07-061-1/+2
* Undo move to numpy_numarray.Travis Oliphant2006-06-261-1/+1
* Renamed numpy/numarray/numpy directory to numpy/numarray/numpy_numarray to be...chanley2006-06-261-1/+1
* Fixed build problem with Solaris compilers. Needed to remove return values f...chanley2006-06-201-3/+3
* One more name change.Travis Oliphant2006-06-201-1/+1
* Fix-up C-API support for numarrayTravis Oliphant2006-06-201-76/+79
* Fix reference-count problem in z **= 1 and more numarray compatiblity fixes.Travis Oliphant2006-06-201-64/+275
* Adding numarray C-APITravis Oliphant2006-06-201-1/+1
* Draft of libnumarray C-API.Travis Oliphant2006-06-201-2564/+1554
* Adding numarray c-api compatibility.Travis Oliphant2006-06-191-0/+4124