summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* Preserve matrices. Fix #142Travis Oliphant2006-06-131-2/+2
* Check-in name-space changes so that numpy.oldnumeric is the compatibility mod...Travis Oliphant2006-06-121-1/+1
* Remove deprecated names from ma and tests.Travis Oliphant2006-06-021-2/+2
* Add row_stack as alias to vstack to complement column_stack.Travis Oliphant2006-05-251-1/+3
* Fix kron so that the return type reflects the type of its arguments. Also, ra...Tim Hochberg2006-04-201-3/+23
* Fix Ticket #52Travis Oliphant2006-04-121-0/+1
* Simplify interfaces. Fix UCHAR bug.Travis Oliphant2006-03-241-2/+2
* clean up some importsTim Leslie2006-03-161-1/+2
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-16/+16
* Added kron and repmatTravis Oliphant2006-02-241-2/+35
* Add ndmin to array constructors.Travis Oliphant2006-01-241-12/+2
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-2/+2
* More documentation updatesedschofield2006-01-051-2/+2
* Final commit before merge to trunk.Travis Oliphant2006-01-041-2/+0
* Fixed libTravis Oliphant2006-01-041-3/+3
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-15/+15
* Moving things..Travis Oliphant2006-01-041-0/+539