summaryrefslogtreecommitdiff
path: root/numpy/core/shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: break cyclic refs in recursive closuresAllan Haldane2018-02-181-1/+7
* DOC: v/h/dstack docstr shouldn't imply deprecationAllan Haldane2017-11-211-24/+19
* REV: Undo bad rebase in gh-8981 (7fdfdd6a52fc0761c0d45931247c5ed2480224eb)Eric Wieser2017-11-121-148/+88
* ENH: print void repr/str using hex notationAllan Haldane2017-11-121-88/+148
* Rm unnecessary enumerateJamie Townsend2017-11-091-1/+1
* Use builtin next methodJamie Townsend2017-11-031-1/+1
* Avoid using zip(*...) syntaxJamie Townsend2017-11-031-5/+7
* Correct empty list ndimJamie Townsend2017-11-031-1/+1
* Fix python 3.4 sequence errorJamie Townsend2017-11-031-2/+2
* Update block docstringsJamie Townsend2017-10-121-4/+14
* Further slight simplificationsJamie Townsend2017-10-121-6/+6
* Pre-calculate max array ndimJamie Townsend2017-10-121-11/+10
* rm extra line from near top of shape_baseJamie Townsend2017-09-251-1/+0
* Rename list_ndim to max_depthJamie Townsend2017-09-251-3/+4
* Simplify further - matching docstring logicJamie Townsend2017-09-251-1/+1
* Slight simplification to logicJamie Townsend2017-09-251-4/+3
* Try not recomputing list_ndimJamie Townsend2017-09-231-15/+18
* Extend comments _block_check_depths_matchJamie Townsend2017-09-201-13/+23
* Add detailed comment to _block_check_depths_matchJamie Townsend2017-09-191-0/+6
* Re-add `atleast_nd` function.Jamie Townsend2017-09-181-2/+7
* Re-add tuple type-check commentJamie Townsend2017-09-181-0/+5
* Use strict type checking (not isinstance)Jamie Townsend2017-09-181-4/+4
* Add empty list comment to block depth checkJamie Townsend2017-09-181-0/+1
* Reflect asanyarray behaviour in blockJamie Townsend2017-09-181-2/+2
* np.block style improvementsJamie Townsend2017-09-181-4/+4
* Simplify block implementationJamie Townsend2017-09-181-150/+50
* ENH: Add the out parameter to stack tooEric Wieser2017-09-121-2/+6
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-3/+3
* API: Forbid tuple inputs entirelyEric Wieser2017-04-201-1/+14
* DOC: Improve description, add more notesEric Wieser2017-04-201-16/+49
* ENH: Require list depths to always matchEric Wieser2017-04-201-103/+200
* ENH: add support for nd inputs to blockEric Wieser2017-04-201-42/+99
* DOC: Improve release notes and cross-referencesEric Wieser2017-04-201-3/+3
* ENH: Add a block function for creating stacked block arrays.Stefan Otte2017-04-201-3/+110
* DOC: Spell out note for `hstack`Søren Fuglede Jørgensen2017-03-251-1/+2
* BUG: fix the error msg of empty hstack inputZZhaoTireless2017-03-211-1/+1
* MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-6/+6
* MAINT: Use normalize_axis_index in all python axis checkingEric Wieser2017-02-201-5/+2
* DOC: Patch doc errors for atleast_nd and frombuffergfyoung2016-10-271-3/+3
* BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*dJoseph Fox-Rabinovitz2016-08-241-1/+1
* DOC: rewrite stack/concatenate reference in h/v/dstackAuke Wiggers2016-02-161-4/+4
* DOC: note in h/v/dstack points users to stack/concatenateauke2016-02-151-0/+8
* Revert "DOC: add vstack, hstack, dstack reference to stack documentation."revert-7191-stack_documentationStephan Hoyer2016-02-051-5/+2
* DOC: changed 'depth wise' to 'depthwise', 'the existing' to 'an existing'auke2016-02-051-7/+5
* DOC: add vstack, hstack, dstack reference to stack documentation.auke2016-02-051-0/+5
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* MAINT: Fix some pyflakes warnings in numpy/core/*.pyCharles Harris2015-07-051-1/+1
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-5/+5
* ENH: add np.stackStephan Hoyer2015-05-111-3/+76
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-5/+5