summaryrefslogtreecommitdiff
path: root/numpy/numarray
Commit message (Expand)AuthorAgeFilesLines
...
* Remove usage of FatalError and fix linspace to end at stop if endpoint is TrueTravis Oliphant2006-08-211-1/+1
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-142-2/+2
* Change default axis argument of average and several masked array functions. M...Travis Oliphant2006-08-131-1/+4
* Finish adding the rest of numarray compatibilityTravis Oliphant2006-08-105-0/+33
* Add qr decomposition to linalgTravis Oliphant2006-08-106-0/+15
* Finished up numpy.numarray.alter_code1Travis Oliphant2006-08-103-71/+108
* 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 argum...Travis Oliphant2006-08-106-64/+767
* Fix numarray compatibility layer so it at least imports. It's not finished y...Travis Oliphant2006-08-082-14/+15
* 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 PyArr...Travis Oliphant2006-07-083-23/+31
* Fix to NA_OptionalOutputArray so that resulting array is a copy of the master...chanley2006-07-061-1/+2
* 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 be...chanley2006-06-268-3/+3
* Cleaned up casting code to also handle broadcasting. Several SciPy tests are...Travis Oliphant2006-06-221-1/+0
* Fixed build problem with Solaris compilers. Needed to remove return values f...chanley2006-06-201-3/+3
* 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