summaryrefslogtreecommitdiff
path: root/numpy/core/shape_base.py
Commit message (Expand)AuthorAgeFilesLines
* 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