summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10670 from eric-wieser/deprecate-sum-generatorCharles Harris2018-04-061-0/+6
|\
| * DEP: Deprecate np.sum(generator)Eric Wieser2018-02-261-0/+6
* | Merge pull request #10826 from tylerjereddy/issue_10779_squeezeCharles Harris2018-04-061-6/+3
|\ \
| * | BUG: np.squeeze() now respects older API axis expectationTyler Reddy2018-03-301-6/+3
* | | Remove NPY_STABLESORT enumLakshay Garg2018-03-291-8/+11
* | | add stablesort in np.sort and point to mergesortLakshay Garg2018-03-231-5/+6
|/ /
* | MAINT: Unify reductions in fromnumeric.pyHameer Abbasi2018-02-261-65/+30
|/
* Merge pull request #10658 from eric-wieser/fix-partition-matrixMarten van Kerkwijk2018-02-261-2/+4
|\
| * BUG: Make np.partition and np.sort work on np.matrix when axis=NoneEric Wieser2018-02-251-2/+4
* | MAINT: Remove duplicate implementation for aliased functions.Eric Wieser2018-02-241-117/+75
|/
* DOC: Fix typo in docs for argpartitionMilo2018-01-181-1/+1
* Merge pull request #10298 from eric-wieser/digitize-docsCharles Harris2017-12-311-0/+13
|\
| * DOC: Improve docs for searchsortedEric Wieser2017-12-311-0/+13
* | DOC: Fix copy-paste mistakes in keepdims docstringsEric Wieser2017-12-281-10/+10
* | ENH: Allow ptp to take an axis tuple and keepdimsEric Wieser2017-12-281-4/+31
|/
* DOC: Fix minor typos in numpy/core/fromnumeric.py (#10072)Vedant Misra2017-12-011-2/+2
* Merge pull request #9946 from eric-wieser/improve-take-docsAllan Haldane2017-11-281-7/+37
|\
| * DOC: describe the expansion of take and apply_along_axis in detailEric Wieser2017-11-211-7/+37
* | ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-5/+5
|/
* DOC: Redo some examples of np.arg(sort|max|min)Charles Harris2017-10-051-15/+21
* DOC: Add examples for np.arg[min|max|sort]Élie Gouzien2017-10-051-0/+18
* BUG: np.ma.trace gives the wrong result on ND arraysEric Wieser2017-09-271-6/+6
* MAINT: remove try..except clause.Srinivas Reddy Thatiparthy2017-08-261-6/+1
* update example in np.nonzero docstringBrandon Carter2017-08-211-3/+4
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-3/+3
* BUG: np.resize discards empty shapesEric Wieser2017-07-011-7/+5
* Merge pull request #8737 from eric-wieser/squeeze-expand-docsCharles Harris2017-04-011-1/+17
|\
| * DOC: expand_dims and squeeze are inversesEric Wieser2017-03-061-1/+17
* | DOC: Replace line that was errantly removed in #8850Eric Wieser2017-03-301-1/+2
* | DOC: Updated doc of nonzero() to eliminate ambiguity (#8850)jsh92017-03-301-6/+5
|/
* 8552 doc clip none (#8558)pezcore2017-02-031-5/+9
* DOC: improve clip docstringFelix Berkenkamp2017-01-151-3/+3
* DOC: Small fixup to the documentation.Charles Harris2016-11-031-2/+2
* Keep the subclass and update the docstring per the comment.Frederic Bastien2016-11-031-2/+3
* [ENH]Make numpy.mean() do more precise computation without changing the outpu...Frederic Bastien2016-10-281-0/+2
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-5/+5
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* ENH: turn quicksort into introsortJulian Taylor2016-07-211-0/+6
* Fix versionadded tagsStefan van der Walt2016-07-151-5/+5
* DOC: Added an exampleJoseph Fox-Rabinovitz2016-07-141-0/+2
* Merge pull request #7748 from kjordahl/doc/mean-float32Charles Harris2016-06-151-1/+1
|\
| * DOC: Update float32 mean example in docstringKelsey Jordahl2016-06-151-1/+1
* | DOC: remove "arr" from keepdims docstringsAllan Haldane2016-04-041-8/+8
* | BUG: Improve compatibility to account for slightly different signaturesgfyoung2016-03-211-106/+35
* | BUG, MAINT: Use keyword args internally in fromnumeric.pygfyoung2016-03-201-37/+40
* | MAINT: Wrapped some docstrings and fixed typoJoseph Fox-Rabinovitz2016-03-141-58/+61
* | MNT: reduce number of return statementsThomas A Caswell2016-02-071-25/+25
* | MNT: move std, var, mean calls out of try blockThomas A Caswell2016-02-071-5/+9
* | STY: pep8 onlyThomas A Caswell2016-02-071-3/+2