summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* added more textJulien Lhermitte2015-11-051-0/+4
* added extra line in the tile help doc to outline a general repeat, commonly usedJulien Lhermitte2015-11-041-0/+6
* DEP: Remove FutureWarning from np.lib.split and go to future.Charles Harris2015-10-301-10/+1
* Merge pull request #6371 from seberg/pr-5771Charles Harris2015-09-271-1/+1
|\
| * BUG: Expanded warning conditions for array_splitMichael Currie2015-09-271-1/+1
* | BUG: Fix tiling of zero-sized arrays numpy/numpy#6089 and add test case.Dimas Abreu Dutra2015-07-171-10/+10
* | Merge pull request #5605 from shoyer/stackCharles Harris2015-05-121-2/+4
|\ \ | |/ |/|
| * ENH: add np.stackStephan Hoyer2015-05-111-2/+4
* | Update shape_base.pyKreiswolke2015-03-111-2/+2
* | BUG: Fixed issue #4679 and added testOliver Eberle2015-02-191-1/+6
|/
* Fix 'dimensions' typo in numpy.kron() help messageSandro Tosi2015-02-061-1/+1
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-11/+17
* MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-7/+12
* 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