summaryrefslogtreecommitdiff
path: root/numpy/core/shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12115 from shoyer/array-function-numpy-coreCharles Harris2018-10-111-0/+39
|\
| * ENH: __array_function__ support for most of numpy.coreStephan Hoyer2018-10-081-0/+39
* | Merge pull request #11979 from hmaarrfk/block_single_array_copy_testMatti Picus2018-10-091-1/+8
|\ \ | |/ |/|
| * MAINT: Ensure that block returns a new arrayMark Harfouche2018-09-191-1/+8
* | MAINT: speed up _block by avoiding a recursive closureMark Harfouche2018-09-201-18/+15
|/
* MAINT: Show the location of an empty list in np.blockEric Wieser2018-09-181-10/+22
* DOC: Use a standard-style docstring to explain `_block_check_depths_match`Eric Wieser2018-09-171-9/+16
* MAINT: refactor design of recursive closures (#11910)Matti Picus2018-09-161-9/+5
* 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