summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: wiki merge, twodim_base and a few loose ones.rgommers2010-07-311-9/+8
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-7/+7
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-3/+3
* All non core regressions tests moved to their respective modules.David Cournapeau2009-09-161-257/+2
* add support for __array_prepare__Darren Dale2009-08-231-1/+17
* Merge from doc wikiPauli Virtanen2009-06-191-16/+15
* Merge from the doc wikiPauli Virtanen2009-03-241-120/+166
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-22/+50
* Merge from documentation editor.Stefan van der Walt2008-08-051-311/+689
* Use the implicit "import numpy as np" made available to all doctests instead Alan McIntyre2008-07-051-37/+33
* Use the implicit "import numpy as np" made available to all doctests instead ...Alan McIntyre2008-07-031-3/+2
* 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 multip...Travis Oliphant2006-10-101-1/+1
* Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same ...Travis Oliphant2006-10-091-7/+16
* 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 .putmas...Travis Oliphant2006-09-221-3/+3
* Fix column-stack to not transpose 2-d inputs. Fix iscomplex for strings. Ad...Travis Oliphant2006-09-141-5/+13
* 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 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