summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Make swapaxes always return a viewjaimefrio2015-01-201-2/+4
* BUG: Make ravel function return 1-D arrays for matrix argument.Charles Harris2015-01-041-3/+8
* BUG: Make diag, diagonal return 1-D arrays for matrix arguments.Charles Harris2015-01-041-9/+17
* Merge pull request #5398 from Garrett-R/fix_5376Charles Harris2015-01-021-3/+8
|\
| * BUG: Fixes #5376: np.ravel to return same array typeGarrett-R2015-01-021-3/+8
* | DOC: Docstring of np.diagonal to reflect edits of PR #5358Garrett-R2015-01-011-3/+5
|/
* Merge pull request #5368 from tacaswell/sundry_doc_changesRalf Gommers2014-12-131-1/+1
|\
| * DOC : do not abuse enum markupThomas A Caswell2014-12-121-1/+1
* | Improved PEP-8 complianceGarrett-R2014-12-081-43/+59
* | BUG: Closes #2015: diag returns ndarrayGarrett-R2014-12-081-1/+1
|/
* Resize: Show an example that explains the potentially confusing behaviour of ...Nils Werner2014-11-201-0/+3
* Mention transport argsort for inverting the transpositionNils Werner2014-11-071-0/+6
* DOC: Update axis documentation for tuple of ints to be consistent between fun...Cimarron Mittelsteadt2014-10-161-5/+30
* DOC: Updated from numeric doc to indicate where axis can also be a tuple of i...Cimarron Mittelsteadt2014-10-021-13/+15