summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16588 from SabrinaSimao/np.transpode-documentationMelissa Weber Mendonça2021-02-171-0/+3
|\
| * DOC: changed the way the link is being used from transpose to ndarray.transposeSabrinaSimao2020-06-121-1/+3
| * unify the docs for np.transpose and ndarray.transposeSabrinaSimao2020-06-121-0/+1
* | DOC: Misc numpydoc format fixesMatthias Bussonnier2021-01-271-6/+3
* | DOC: Misc single to double backticks fixes.Matthias Bussonnier2021-01-241-17/+17
* | DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-291-1/+1
* | DOC: Clarify docs of np.resize().Antony Lee2020-11-261-6/+6
* | Merge pull request #15852 from sgasse/add_where_to_meanCharles Harris2020-11-221-20/+91
|\ \
| * | ENH: Add where argument to several functionsSimon Gasse2020-07-181-20/+91
* | | DOC: Prepend `ma.`takanori-pskq2020-11-041-1/+1
* | | DOC: Fix reference to atleast_1dJames Myatt2020-10-261-2/+2
* | | Fix docstring cross-referencingAlbert Villanova del Moral2020-09-041-16/+16
* | | DOC: simplify documentation of clip()Felix Divo2020-08-181-8/+4
* | | Update fromnumeric.pyFelix Divo2020-08-171-2/+1
* | | DOC: improve documentation of numpy.clip() after discussionFelix Divo2020-08-041-3/+3
* | | DOC: Update docs of clip() to allow for scalar arguments tooFelix Divo2020-08-041-1/+1
|/ /
* | Update fromnumeric.pyAllen Downey2020-07-031-1/+2
* | DOC: Updated documentation for numpy.squeeze (#16627)Tapajyoti Bose2020-06-301-3/+3
* | DOC: Add dep directive to alen docstring.Ross Barnowski2020-06-291-0/+3
* | DOC: Added an example for np.transpose(4d_array) (#16581)Tapajyoti Bose2020-06-161-0/+4
|/
* MAINT: Chain some exceptions. (#16418)Zuhair Ali-Khan2020-06-041-2/+2
* Merge pull request #15037 from tirthasheshpatel/patch-1Sebastian Berg2020-05-261-12/+18
|\
| * BUG: `np.resize` negative shape and subclasses edge case fixestirthasheshpatel2020-01-171-12/+18
* | DOC: Clarifications for np.varDmitry Kutlenkov2020-05-171-2/+2
* | DOC: Clarifications for np.std (#16267)Dmitry Kutlenkov2020-05-171-11/+12
* | DOC: Warn about behavior of ptp with signed integers.Warren Weckesser2020-05-151-7/+32
* | DOC: Do not complain about contiguity when mutating `ndarray.shape` (gh-10600)John Han2020-03-121-1/+2
* | DOC: numpy.clip is equivalent to minimum(..., maximum(...))Ryan Soklaski2020-02-161-2/+2
* | Update according to reviewBharat Raghunathan2020-02-021-1/+1
* | Updated statement and example according to review commentsBharat Raghunathan2020-02-021-8/+5
* | Update numpy/core/fromnumeric.py with review commentBharat Raghunathan2020-02-011-1/+1
* | [DOC] Mention special case of np.squeeze with one elementBharat Raghunathan2020-02-011-1/+14
* | STY: use 'yield from <expr>' for simple cases (#15444)Mike Taves2020-01-271-2/+1
* | MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+0
* | Merge pull request #15124 from Bharat123rox/clipMatti Picus2020-01-141-1/+2
|\ \
| * | Doc changes per reviewBharat Raghunathan2019-12-181-1/+1
| * | DOC: Update documentation of np.clipBharat Raghunathan2019-12-181-1/+2
| |/
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
|/
* DOC: correct version for NaT sortTyler Reddy2019-12-071-1/+1
* DOC: clarify documentation for transpose() (gh-15024)Daniel Povey2019-12-061-8/+13
* BUG: NaT now sorts to end of arraysTyler Reddy2019-11-221-0/+4
* DOC: Add take_along_axis to the see also section in argmin, argmax etc. (#14799)mproszewska2019-11-041-1/+37
* DOC: convert `None` to bare None or ``None``mattip2019-10-151-9/+9
* DOC: fix output argument referencemattip2019-10-151-16/+16
* DOC: Updated sphinx directive formattingJoseph R. Fox-Rabinovitz2019-09-301-4/+6
* DOC: tweak np.round docstring to clarify floating-point errorAllan Haldane2019-09-131-5/+7
* DOC: update np.around docstring with note about floating-point errorAllan Haldane2019-08-311-4/+29
* Merge pull request #14370 from ivirshup/var-dtype-docfixMatti Picus2019-08-271-1/+1
|\
| * DOC: Fixed dtype docs for var, nanvar.Isaac Virshup2019-08-271-1/+1
* | DOC: mention `take_along_axis` in `choose` (#14224)colinsnyder2019-08-151-7/+8