summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* DOC: added doc for argminryanblak2014-09-041-4/+44
* Fix minor error in "squeeze" docstringMichael Aquilina2014-05-311-1/+1
* DEP: Deprecate numpy.rankSebastian Berg2014-04-221-0/+11
* Fixed typo in the docstrings of np.all() and np.any()Chris Kerr2014-04-211-2/+2
* DOC: partition doesn't have three algorithms (yet)Lars Buitinck2014-03-261-1/+1
* Mention `compress` in `take`'s See Also docstringBastian Venthur2014-02-171-0/+1
* ENH: keep order in np.sort and np.partition copyJulian Taylor2013-10-231-2/+2
* DOC: add isclose and partition to reference and link some docsJulian Taylor2013-09-141-0/+4
* ENH: Make the ndarray diagonal method return a view.Charles Harris2013-08-221-8/+7
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-2/+2
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-10/+9
* Merge pull request #3534 from charris/nan-stat-functionsCharles Harris2013-08-151-17/+16
|\
| * MAINT: Clean up core/_methods.py and core/fromnumeric.pyCharles Harris2013-08-121-8/+5
| * MAINT: Separate nan functions into their own module.Charles Harris2013-08-121-269/+10
| * ENH: Adding np.nanmean(), np.nanstd(), np.nanvar()Benjamin Root2013-08-121-1/+262
* | Merge pull request #3608 from charris/remove-1.8-diagonal-refsCharles Harris2013-08-151-2/+2
|\ \
| * | DOC: Remove references to diagonal changes in 1.8.Charles Harris2013-08-121-2/+2
| |/
* | DOC fix legacy a.size() -> a.size in np.ravel docstringjnothman2013-08-131-1/+1
|/
* DOC: Fix small typos in partition docstring.Stefan van der Walt2013-08-121-2/+2
* ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-121-1/+146
* Link cumsum and diff to one another as theyre roughly the inverse of each otherNils Werner2013-07-241-0/+2
* Repaired my misunderstanding and added np.extractK.-Michael Aye2013-07-231-1/+2
* Docstring: point to correct equivalent functionK.-Michael Aye2013-07-191-1/+1
* DOC: Harmonize max and min docstrings with each otherendolith2013-05-171-17/+19
* DOC: Mention all min/max functions from all others, clarify differencesendolith2013-05-161-7/+31
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-7/+7
* DOC: expanding documentation of index orderingMatthew Brett2013-04-301-20/+57
* 2to3: Apply types fixer.Charles Harris2013-04-141-10/+11
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+0
|\