summaryrefslogtreecommitdiff
path: root/numpy/lib/shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix array_split incorrect behavior with array size bigger MAX_INT32 (#11...Nikita Titov2018-08-261-2/+2
* ENH: Make expand_dims work on subclassesEric Wieser2018-07-291-1/+5
* ENH: Add (put|take)_along_axis as described in #8708Eric Wieser2018-05-251-1/+226
* DOC: Add missing np. prefix to expand_dims docs (#10109)Hidehiro NAGAOKA2017-11-281-3/+3
* Merge pull request #9946 from eric-wieser/improve-take-docsAllan Haldane2017-11-281-5/+23
|\
| * DOC: describe the expansion of take and apply_along_axis in detailEric Wieser2017-11-211-5/+23
* | DOC: v/h/dstack docstr shouldn't imply deprecationAllan Haldane2017-11-211-15/+11
|/
* Clarify docstring for numpy.array_splitDavid Linke2017-10-281-1/+7
* MAINT: Remove unused isscalar importEric Wieser2017-10-211-1/+1
* DOC: Fixed doctest of apply along axis with 3D returnMichael Seifert2017-09-061-2/+0
* 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