summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | BUG: many functions silently drop `keepdims` kwargThomas A Caswell2016-02-071-59/+136
* | Merge pull request #7000 from gfyoung/ndarray_arg_enforceStephan Hoyer2016-01-151-1/+7
|\ \
| * | DOC, MAINT: Enforce np.ndarray arg for np.put and np.placegfyoung2016-01-141-1/+7
* | | DOC: Clean up/fix several references to the "future" 1.10 releaseNathaniel J. Smith2016-01-141-3/+3
|/ /
* | ENH: moveaxis functionStephan Hoyer2016-01-091-1/+1
* | BUG trace is not subclass aware, such that np.trace(ma) != ma.trace().Marten van Kerkwijk2016-01-061-1/+5
* | Merge pull request #6856 from charris/fixup-gh-4130Charles Harris2015-12-201-36/+37
|\ \
| * | DOC: Clarify docstrings of np.sum and np.prod.Charles Harris2015-12-181-38/+37
| * | DOC: Update docstrings of np.sum and np.prod.Nathaniel Hellabyte2015-12-181-4/+6
* | | DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-5/+5
|/ /
* | BUG: resizing empty array with complex dtype failedSebastian Berg2015-12-021-1/+1
* | DOC: clarify usage of 'argparse' return value.lzkelley2015-10-211-1/+1
* | Merge pull request #6322 from pizzathief/issue5900Charles Harris2015-10-011-1/+1
|\ \
| * | DOC: numpy.diff docstring changed as per recommendation onjason king2015-09-161-1/+1
* | | DOC: Document behaviour of ravel more clearlySebastian Berg2015-09-271-1/+5
|/ /
* | DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-1/+2
* | DOC: Update docs.Gabor Kovacs2015-06-211-22/+27
* | MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-211-0/+1
|/
* DOC: Better document 'order' argument of 'sort' and friendsJaime Fernandez2015-05-301-14/+22
* DOC: np.std and np.var docstring examples are outdatedMortada Mehyar2015-05-281-12/+12
* DOC: sum/prod & empty array returns neutral elmentStefan Otte2015-05-101-0/+10
* ENH sync ndarray methods doc/args with numpy function doc/argsAllan Haldane2015-04-021-6/+12
* DOC: Adding note to transpose()Yousef Hamza2015-03-041-0/+2
* BUG: Fixes #5524 and adds testhannaro2015-02-251-1/+9