summaryrefslogtreecommitdiff
path: root/numpy/core/shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-3/+3
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).Ralf Gommers2012-07-071-3/+3
* ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masksMark Wiebe2011-08-271-1/+6
* BUG: Fix atleast_1d and atleast_2d to work with masked arrays.weathergod2011-04-021-2/+14
* DOC: correct note about correspondence vstack and concatenate. Closes #1446.Ralf Gommers2011-03-301-2/+2
* DOC: merge wiki edits for numpy.core.rgommers2011-03-021-7/+7
* ENH: Make atleast_3d respect ndarray subclasses. Closes #1560.rgommers2010-08-081-2/+2
* updated docstrings from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-1/+1
* All non core regressions tests moved to their respective modules.David Cournapeau2009-09-161-0/+259