summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* Document the PyArray_Diagonal transition scheme.Nathaniel J. Smith2012-05-161-1/+21
* ENH: Add 'sorter' argument to searchsorted.Bryan Van de Ven2012-04-041-10/+15
* DOC: merge wiki doc edits.Ralf Gommers2012-03-031-1/+1
* ENH: missingdata: Make numpy.all follow the NA && False == False ruleMark Wiebe2011-08-271-6/+23
* ENH: missingdata: Add skipna=, keepdims= parameters to methodsMark Wiebe2011-08-271-71/+16
* BUG: Some bugs in squeeze and concatenate found by testing SciPyMark Wiebe2011-08-271-1/+6
* BUG: nditer: NA masks in arrays with leading 1 dimensions had an issueMark Wiebe2011-08-271-0/+2
* ENH: missingdata: Implement tests for np.std, add skipna= and keepdims= param...Mark Wiebe2011-08-271-29/+55
* ENH: missingdata: Implement skipna= support for np.std and np.varMark Wiebe2011-08-271-20/+93
* ENH: missingdata: Support 'skipna=' parameter in np.meanMark Wiebe2011-08-271-14/+40
* ENH: missingdata: Add NA support to np.diagonal, change np.diagonal to always...Mark Wiebe2011-08-271-0/+2
* ENH: missingdata: Add skipna parameters to sum, prod, etcMark Wiebe2011-08-271-24/+57
* ENH: missingdata: Change things to help scipy pass its testsMark Wiebe2011-08-271-2/+16
* DOC: ufunc: Document the 'axis=' improvments to reduction functionsMark Wiebe2011-08-271-22/+41
* ENH: umath: Make sum, prod, any, or functions use the .reduce method directlyMark Wiebe2011-08-271-34/+6
* DOC: add a few more wiki edits, and move umath docs to correct place.rgommers2011-03-071-2/+4
* ENH: core: Add support for numpy.ravel(a, order='K')Mark Wiebe2011-01-281-7/+31
* ENH: core: Switch nonzero to use the iterator as an example, add count_nonzer...Mark Wiebe2011-01-161-0/+2
* BUG: core: Enabled keyword argument for 'order' parameter where it was missin...Mark Wiebe2010-10-271-12/+17
* DOC: wiki merge, fromnumeric.pyrgommers2010-07-311-107/+121
* DOC: merge wiki edits for module core.rgommers2010-06-021-1/+1
* updated docstrings from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-6/+22
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-3/+4
* first set of checkins from the doc editorJarrod Millman2009-11-131-20/+89
* Docstring update: corePauli Virtanen2009-10-021-41/+184
* Docstring updates, part 1Pauli Virtanen2009-10-021-6/+15
* Clarify logic for nan comparisons.Charles Harris2009-08-031-0/+22
* Merge from doc wikiPauli Virtanen2009-06-191-33/+49
* Merge from the doc wikiPauli Virtanen2009-03-241-106/+165
* Fix docstring for amax/amin.David Cournapeau2009-03-091-4/+4
* Merge reviewed docstrings from editor.Stefan van der Walt2009-03-081-7/+14
* Add documentation for amin/amax.David Cournapeau2009-03-061-0/+21
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-80/+129
* Import documentation from doc wiki (part 1)Pauli Virtanen2008-10-271-33/+32
* Fix failing doctests.Alan McIntyre2008-09-131-0/+2
* Merge from documentation editor.Stefan van der Walt2008-08-051-607/+774
* Update doctests to assume only an "import numpy as np" has been executed prio...Alan McIntyre2008-07-031-12/+12
* Update doctests to use the implicit "import numpy as np" made available to al...Alan McIntyre2008-07-021-125/+104
* Fixed imports for doctests.Alan McIntyre2008-06-231-28/+49
* Fix accidentally replaced (r5190, r5193) alltrue code. Diff shows that fromnu...Pauli Virtanen2008-05-191-4/+4
* Remove duplicate `alltrue`.Stefan van der Walt2008-05-191-27/+0
* Merge documentation changes from wiki.Stefan van der Walt2008-05-191-47/+119
* Add the out= argument to the clip() function to bring it in line with the .cl...Robert Kern2008-05-101-6/+21
* Docstring fixes to fromnumeric, to better mirror ndarray docstrings.Pauli Virtanen2008-04-261-17/+45
* Docstrings: correct description of `dtype` in prod, cumsum, cumprod (was OK i...Pauli Virtanen2008-04-261-48/+49
* Docstrings in fromnumeric: very small fixes.Pauli Virtanen2008-04-261-3/+3
* Docstring improvements for all, any, alltrue, sometrue, clip, compress + smal...Pauli Virtanen2008-04-261-31/+118
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-4/+4
* Documented and tested new behaviour of std and var on complex numbers. Added...aarchiba2008-04-071-5/+8
* Fix mean docstring.Stefan van der Walt2008-04-031-5/+4