Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix to NA_OptionalOutputArray so that resulting array is a copy of the ↵ | chanley | 2006-07-06 | 1 | -1/+2 | |
| | | | | master when the specified output array is NULL or None, i.e. omitted. flags. Submitted on behalf of jmiller. | |||||
* | Fix up numarray requirements flags. | Travis Oliphant | 2006-06-30 | 1 | -4/+4 | |
| | ||||||
* | Undo move to numpy_numarray. | Travis Oliphant | 2006-06-26 | 8 | -2/+2 | |
| | ||||||
* | Renamed numpy/numarray/numpy directory to numpy/numarray/numpy_numarray to ↵ | chanley | 2006-06-26 | 8 | -3/+3 | |
| | | | | be consistent with setup file and usage instructions. Modified _capi.c to use the new directory name. | |||||
* | Cleaned up casting code to also handle broadcasting. Several SciPy tests ↵ | Travis Oliphant | 2006-06-22 | 1 | -1/+0 | |
| | | | | are still failing... | |||||
* | Fixed build problem with Solaris compilers. Needed to remove return values ↵ | chanley | 2006-06-20 | 1 | -3/+3 | |
| | | | | from void functions in numarray c-api. | |||||
* | One more name change. | Travis Oliphant | 2006-06-20 | 7 | -1/+1 | |
| | ||||||
* | More fixes to C-API for numarray | Travis Oliphant | 2006-06-20 | 2 | -2/+2 | |
| | ||||||
* | Fix-up C-API support for numarray | Travis Oliphant | 2006-06-20 | 4 | -96/+185 | |
| | ||||||
* | Fix reference-count problem in z **= 1 and more numarray compatiblity fixes. | Travis Oliphant | 2006-06-20 | 5 | -72/+288 | |
| | ||||||
* | Add missing setup.py | Travis Oliphant | 2006-06-20 | 1 | -0/+19 | |
| | ||||||
* | Move include files. | Travis Oliphant | 2006-06-20 | 6 | -0/+1494 | |
| | ||||||
* | Adding numarray C-API | Travis Oliphant | 2006-06-20 | 2 | -1/+1 | |
| | ||||||
* | Draft of libnumarray C-API. | Travis Oliphant | 2006-06-20 | 2 | -2564/+1584 | |
| | ||||||
* | Adding numarray c-api compatibility. | Travis Oliphant | 2006-06-19 | 1 | -0/+4124 | |