summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: Deprecate incorrect behavior of expand_dims.Charles Harris2017-05-171-3/+18
* DOC: link to stack from column_stackEric Wieser2017-05-131-1/+1
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* Merge pull request #8643 from eric-wieser/fix-8642Eric Wieser2017-04-111-1/+3
|\
| * BUG: Fix double-wrapping of object scalarsEric Wieser2017-04-061-1/+3
* | Merge pull request #8737 from eric-wieser/squeeze-expand-docsCharles Harris2017-04-011-0/+2
|\ \
| * | DOC: expand_dims and squeeze are inversesEric Wieser2017-03-061-0/+2
* | | DOC: Spell out note for `dstack`Søren Fuglede Jørgensen2017-03-261-1/+2
|/ /
* | MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-5/+5
* | MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-201-6/+3
|/
* BUG: Don't leak internal exceptions when given an empty arrayEric Wieser2017-02-131-1/+4
* MAINT: Improve error-checking of axis argumentEric Wieser2017-02-111-3/+2
* MAINT: Transpose the result, rather than working with a transposed viewEric Wieser2017-02-111-23/+34
* BUG: Work around evil matrix.__array_prepare__Eric Wieser2017-02-111-1/+6
* BUG: Call __array_prepare__ before __array_wrap__Eric Wieser2017-02-111-1/+4
* MAINT: Use np.ndindex, which seems just as efficientEric Wieser2017-02-111-18/+8
* BUG: Fix crash on 0d return value in apply_along_axisEric Wieser2017-02-111-58/+63
* BUG: Fix apply_along_axis() for when func1d() returns a non-ndarray (#8426)Ben Rowland2016-12-311-1/+1
* ENH: allow numpy.apply_along_axis() to work with ndarray subclasses (#7918)Ben Rowland2016-10-111-3/+7
* DOC: apply_along_axis missing whitespace inserted before colonMichael Seifert2016-02-181-1/+1
* DOC: rewrite stack/concatenate reference in h/v/dstackAuke Wiggers2016-02-161-2/+2
* DOC: note in h/v/dstack points users to stack/concatenateauke2016-02-151-0/+4
* 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