summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4454 from jurnix/namedargsJulian Taylor2014-06-081-4/+9
|\
| * PEP8 nitpicksjurnix2014-06-061-4/+7
| * ENH: apply_along_axis accepts named argumentsAlbert2014-03-271-4/+6
* | DOC/FIX: Fix error in documentationYoshiki Vázquez Baeza2014-05-041-4/+0
|/
* DOC: document equivalence of apply_over_axes and tuple axis ufuncsJulian Taylor2014-03-041-0/+13
* DOC: Fix typo in a dsplit() error message.Chris Ball2014-02-131-1/+1
* BUG: Fix array_split empty array type and add FutureWarningSebastian Berg2013-12-201-7/+13
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-31/+31
* STY: Style fixes for integer deprecation changesSebastian Berg2013-06-091-1/+1
* MAINT: adept divisions for truedivideSebastian Berg2013-05-311-1/+1
* Merge pull request #3264 from endolith/patch-1Charles Harris2013-05-041-8/+5
|\
| * DOC: Change example to demonstrate functionendolith2013-04-191-8/+5
* | MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-6/+4
|/
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-2/+0
|\
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-2/+0
* | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-2/+2
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* DOC: Fix outdated docstring.Tony S Yu2012-04-091-5/+5
* DOC: merge wiki doc edits.Ralf Gommers2012-03-031-2/+2
* STY: Fix up some two line old-style exceptions.Charles Harris2011-04-051-2/+2
* STY: Update exception style, easy ones.Charles Harris2011-04-051-5/+5
* 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