summaryrefslogtreecommitdiff
path: root/numpy/numarray
Commit message (Collapse)AuthorAgeFilesLines
...
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-101-1/+7
|
* Update C-API to add features needed for numarray compatibility. Output ↵Travis Oliphant2006-08-106-64/+767
| | | | argument added for several functions and clipmode argument added for a few others.
* Fix numarray compatibility layer so it at least imports. It's not finished ↵Travis Oliphant2006-08-082-14/+15
| | | | yet, but some functionality is there.
* Fix import problemTravis Oliphant2006-08-081-1/+1
|
* Add numarray compatibility.Travis Oliphant2006-08-087-150/+175
|
* Fix segfault in Ticket #238Travis Oliphant2006-08-081-3/+7
|
* Minor changes to alter_code scriptsTravis Oliphant2006-08-051-17/+4
|
* Move source, info, and who to NumPyTravis Oliphant2006-08-054-19/+82
|
* Move converting codeTravis Oliphant2006-08-052-0/+308
|
* Add diagflat. Begin to add numarray compatibilityTravis Oliphant2006-08-023-0/+644
|
* fix numarray package a bit.Travis Oliphant2006-07-082-0/+5
|
* Apply npy_ and NPY_ prefixes to all C-API names that don't already have ↵Travis Oliphant2006-07-083-23/+31
| | | | PyArray_ prefixes.
* Fix to NA_OptionalOutputArray so that resulting array is a copy of the ↵chanley2006-07-061-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 Oliphant2006-06-301-4/+4
|
* Undo move to numpy_numarray.Travis Oliphant2006-06-268-2/+2
|
* Renamed numpy/numarray/numpy directory to numpy/numarray/numpy_numarray to ↵chanley2006-06-268-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 Oliphant2006-06-221-1/+0
| | | | are still failing...
* Fixed build problem with Solaris compilers. Needed to remove return values ↵chanley2006-06-201-3/+3
| | | | from void functions in numarray c-api.
* One more name change.Travis Oliphant2006-06-207-1/+1
|
* More fixes to C-API for numarrayTravis Oliphant2006-06-202-2/+2
|
* Fix-up C-API support for numarrayTravis Oliphant2006-06-204-96/+185
|
* Fix reference-count problem in z **= 1 and more numarray compatiblity fixes.Travis Oliphant2006-06-205-72/+288
|
* Add missing setup.pyTravis Oliphant2006-06-201-0/+19
|
* Move include files.Travis Oliphant2006-06-206-0/+1494
|
* Adding numarray C-APITravis Oliphant2006-06-202-1/+1
|
* Draft of libnumarray C-API.Travis Oliphant2006-06-202-2564/+1584
|
* Adding numarray c-api compatibility.Travis Oliphant2006-06-191-0/+4124