summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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