summaryrefslogtreecommitdiff
path: root/numpy/core/oldnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* Check-in name-space changes so that numpy.oldnumeric is the compatibility mod...Travis Oliphant2006-06-121-621/+0
* Use convertcode to replace matrixmultiply with dot. Add DeprecationWarning t...Travis Oliphant2006-06-021-5/+13
* Fixed where to always return a tupleTravis Oliphant2006-04-121-2/+9
* Fixed _wrapit so that it correctly handled non-array return values.Tim Hochberg2006-03-311-1/+1
* Fix-up _wrapitTravis Oliphant2006-03-301-0/+2
* Rever to old .reshape copy-if-necessary behavior. Too disruptive to change. ...Travis Oliphant2006-03-291-4/+1
* Fix up asanyarray usageTravis Oliphant2006-03-291-1/+1
* Fix ravel function because method went back to old behavior.Travis Oliphant2006-03-291-4/+1
* .ravel and .reshape always return views and raise ValueError if that is impos...Travis Oliphant2006-03-281-9/+20
* Changed fortran= keywords to order= keywordsTravis Oliphant2006-03-241-3/+3
* don't catch exceptions from method callssasha2006-03-231-93/+93
* Fix reshape to always interpret as C-contiguous unless fortran=True is given ...Travis Oliphant2006-03-211-3/+3
* Fix-up name-spaces.Travis Oliphant2006-03-151-1/+1
* Fix up oldnumeric.py functions to return intput class where possible. Allow ...Travis Oliphant2006-03-131-69/+181
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-3/+3
* Fixed numpy.put docs, added a test checking a put bug.Pearu Peterson2006-02-101-2/+2
* Change arrtype --> sctype so that dtype is given pre-eminance in determining ...Travis Oliphant2006-01-311-1/+1
* More missing names from Numeric.Travis Oliphant2006-01-271-3/+9
* Add UnsignedInt32Travis Oliphant2006-01-271-1/+1
* Fixed up usage of dtype to be consistent with new dtype objects.Travis Oliphant2006-01-171-1/+1
* Fix shape() function. Fix so that longdouble typecode never overwrites doubl...Travis Oliphant2006-01-161-1/+4
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-3/+3
* Add support for generators in NumPy sumTravis Oliphant2006-01-111-2/+10
* Rename arguments in arraysetops to follow convention. Add bsum for builtin sum.Travis Oliphant2006-01-111-1/+4
* Allow resize(a,0)Travis Oliphant2006-01-061-0/+5
* More fixes...Travis Oliphant2006-01-041-0/+2
* More numpy fixes...Travis Oliphant2006-01-041-2/+30
* rename sub-packagesTravis Oliphant2006-01-041-0/+432