summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* Don't use masked output values for output arrayTravis Oliphant2006-08-101-3/+3
* More fixes to masked array support of output arrays. Travis Oliphant2006-08-103-25/+29
* Change name of function -- no re-compile necessary.Travis Oliphant2006-08-104-10/+11
* Add output arguments to a few more functions for consistencyTravis Oliphant2006-08-109-60/+122
* Update C-API to add features needed for numarray compatibility. Output argum...Travis Oliphant2006-08-1017-469/+1660
* Add unit-test for recent comma-string updatesTravis Oliphant2006-08-101-0/+6
* Fix byte-order problems in comma-string formats and size-specified fields.Travis Oliphant2006-08-102-24/+54
* fix #234: IntelVisualFCompiler is brokencookedm2006-08-081-3/+0
* Add bitwise_not to numpyTravis Oliphant2006-08-081-1/+3
* 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-088-152/+178
* Fix segfault in Ticket #238Travis Oliphant2006-08-082-3/+13
* Fix adding docstrings of digitize, bincount, and add_docstring so it doesn't ...Travis Oliphant2006-08-051-32/+41
* Add complex types correctly.Travis Oliphant2006-08-051-1/+1
* Minor changes to alter_code scriptsTravis Oliphant2006-08-052-18/+5
* Move source, info, and who to NumPyTravis Oliphant2006-08-055-21/+358
* Un-deprecate some names in Numeric.Travis Oliphant2006-08-055-21/+46
* Move converting codeTravis Oliphant2006-08-054-0/+308
* Fix convertnumericA.py to fix transition from 'b' to 'B'Travis Oliphant2006-08-052-7/+44
* Update eye and tri to take dtype in mlabTravis Oliphant2006-08-051-5/+5
* Move location of flatnonzeroTravis Oliphant2006-08-053-11/+10
* Fix uses of nonzero and add flatnonzeroTravis Oliphant2006-08-057-11/+20
* Alter typeconv to ignore 'b'Travis Oliphant2006-08-051-16/+24
* Fixes for the recent change to oldnumericTravis Oliphant2006-08-0511-62/+92
* Redo nonzero change --- head for the hills...Travis Oliphant2006-08-051-1/+1
* Final fixes to oldnumericTravis Oliphant2006-08-051-1/+1
* Final fixes to oldnumericTravis Oliphant2006-08-052-22/+25
* Fix-up oldnumeric compatibility layer.Travis Oliphant2006-08-053-5/+81
* More fixes to backward compatibilityTravis Oliphant2006-08-0511-103/+377
* Add back dft stub and alter warning.Travis Oliphant2006-08-042-1/+5
* Add back a compatibility UserArray.Travis Oliphant2006-08-041-0/+3
* Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant2006-08-0425-89/+125
* Change axis=0 to axis=None to be consistent with methods and move axis=0 func...Travis Oliphant2006-08-042-24/+132
* Convert so that axis arguments are consistent for methods and functions. Pla...Travis Oliphant2006-08-047-33/+45
* Make sure the scalars corresponding to intp and uintp are added.Travis Oliphant2006-08-031-0/+5
* A few corrections to scalar-type testsTravis Oliphant2006-08-032-2/+2
* Clean up scalar-types functions a bit.Travis Oliphant2006-08-034-39/+52
* Strip white-space on element retrievalTravis Oliphant2006-08-032-31/+6
* Format docstrings to be consistent with others.Stefan van der Walt2006-08-031-3/+7
* Fix rstrip for character arrays (ticket #222).Stefan van der Walt2006-08-022-2/+8
* Make it so that .T is *always* .transpose()Travis Oliphant2006-08-021-4/+0
* Add diagflat. Begin to add numarray compatibilityTravis Oliphant2006-08-025-2/+667
* Add PyArray_ContiguousFromObject to numpy.pxiTravis Oliphant2006-08-012-126/+69
* Add IntpArrType_TypeTravis Oliphant2006-08-011-0/+1
* Fix ticket #218Travis Oliphant2006-07-311-4/+11
* Revert change to lworkTravis Oliphant2006-07-311-1/+1
* Revert change and add better test for umathTravis Oliphant2006-07-312-2/+4
* Add test for ufunc complex-problems fixed in previous commit.Travis Oliphant2006-07-311-0/+11
* Fix prodi when intput and output are the same. This fixes a problem with arcsinTravis Oliphant2006-07-311-3/+4