summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move more docstrings to add_newdocsTravis Oliphant2006-07-312-101/+132
* Fix longdouble machar problem (iterations too low)Travis Oliphant2006-07-311-17/+18
* Fix segfault from last commit.Travis Oliphant2006-07-311-3/+4
* Fix ticket #216. Also fix uses of DATA_RENEW so that object arrays will rais...Travis Oliphant2006-07-314-26/+59
* Fix-up invalid casting back to real when complex result.Travis Oliphant2006-07-311-0/+11
* Py_OptimizeFlag is available from Python.hTravis Oliphant2006-07-311-1/+0
* Don't add docstrings in add_newdoc if run with -OOTravis Oliphant2006-07-312-1/+7
* Use spaces instead of tabs.Stefan van der Walt2006-07-311-2/+2
* Fix test for intp on 64 bit systems.Stefan van der Walt2006-07-311-1/+3
* Add docstrings for multiarray to numpy.core.multiarray instead of toStefan van der Walt2006-07-311-33/+23
* Move docstrings from multiarraymodule.c to add_newdocs.py.Stefan van der Walt2006-07-312-179/+286
* Fix bugs in gnu and vast fcompilers (should fix #214)cookedm2006-07-292-2/+2
* numpy.lib.getlimits: replace typecodes with dtypescookedm2006-07-281-22/+19
* numpy.lib.machar: replace 'while 1' loops with 'for _ in max_iter'cookedm2006-07-281-8/+25