summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | DEP: Deprecate np.alen (#14181)Guilherme Leobas2019-08-081-0/+4
* | DEP: Remove np.rank which has been deprecated for more than 5 yearsSamesh2019-07-311-28/+1
* | DOC: improve np.sort docstring (#13968)Jeff Hale2019-07-131-9/+13
|/
* Merge pull request #13708 from eric-wieser/deprecate-nonzeroMatti Picus2019-06-131-11/+12
|\
| * DOC: emphasize that nonzero is a bad idea on 0d arraysEric Wieser2019-06-081-11/+12
* | DOC: Mention and try to explain pairwise summation in sum (#13737)Sebastian Berg2019-06-111-0/+19
|/
* DOC: Add note to ``nonzero`` docstring. (#13551)Abhinav Sagar2019-05-291-0/+5
* Merge pull request #13574 from belm0/patch-1Matti Picus2019-05-221-1/+1
|\
| * change wordingJohn Belmonte2019-05-221-1/+1