summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.py
Commit message (Collapse)AuthorAgeFilesLines
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+1
|
* Tile empty arrays.Stefan van der Walt2007-07-101-2/+2
|
* Fix docstring typo for vstack()edschofield2007-05-241-1/+1
|
* Fix doctests.Stefan van der Walt2007-02-181-11/+15
|
* Fix docstrings for loading with DocFileSuite.Stefan van der Walt2007-02-181-23/+24
|
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-1/+1
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-7/+6
|
* fix for #407 and add unit test for itTim Leslie2007-01-081-2/+2
|
* Apply #368Travis Oliphant2006-11-021-4/+4
|
* Add roll function from ticket #293Travis Oliphant2006-10-131-1/+1
|
* Fix segfault in .imag for real array scalars. Be specific about infix ↵Travis Oliphant2006-10-101-1/+1
| | | | multiplication.
* Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same ↵Travis Oliphant2006-10-091-7/+16
| | | | as kron(ones(s,b.dtype), b)
* Fix kron to be N-dimensional.Travis Oliphant2006-10-071-10/+13
|
* Fix typo in tile.Stefan van der Walt2006-10-071-1/+1
|
* Add tests for tile and fix error.Travis Oliphant2006-10-071-2/+2
|
* Add tile to numpy and move repmat to matlib.pyTravis Oliphant2006-10-071-19/+54
|
* Fix for #291Travis Oliphant2006-09-231-1/+1
|
* Switch order of .put arguments to match the function call. Eliminate ↵Travis Oliphant2006-09-221-3/+3
| | | | .putmask as a method and make it only a function.
* Fix column-stack to not transpose 2-d inputs. Fix iscomplex for strings. ↵Travis Oliphant2006-09-141-5/+13
| | | | Add deprecation warning for c_
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-2/+2
|
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-14/+4
|
* Restore un-needed axis argumentsTravis Oliphant2006-08-291-1/+1
|
* Add axis argument to usages of takeTravis Oliphant2006-08-291-1/+1
|
* Preserve matrices. Fix #142Travis Oliphant2006-06-131-2/+2
|
* Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵Travis Oliphant2006-06-121-1/+1
| | | | module and numpy does not contain all of the names.
* 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, ↵Tim Hochberg2006-04-201-3/+23
| | | | raise an exception if the arguments are not rank-2 since the other cases were some combination of ambiguous or broken.
* 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 ↵cookedm2006-03-101-16/+16
| | | | extraneous whitespace
* 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; ↵Travis Oliphant2006-01-151-2/+2
| | | | .dtypechar -> .dtype.char
* 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