summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * searchsorted: remove performance claimJohn Belmonte2019-05-161-1/+1
* | BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589)Stephan Hoyer2019-05-201-2/+2
|/
* MAINT: address reviewer commentsTyler Reddy2019-05-141-0/+3
* ENH/DEP: Use a ufunc under the hood for ndarray.clipEric Wieser2019-05-141-3/+8
* ENH: Radix sortHameer Abbasi2019-05-111-8/+8
* Merge pull request #13331 from rgommers/fix-docsMatti Picus2019-04-151-1/+1
|\
| * DOC: fix doc formatting issues exposed by numpydoc 0.9.0rc1Ralf Gommers2019-04-141-1/+1
* | Merge pull request #13316 from AnderUstarroz/added-antidiagonal-examplesMatti Picus2019-04-151-5/+20
|\ \
| * | DOC: Added anti-diagonal examples to np.diagonal and np.fill_diagonalAnder Ustarroz2019-04-131-5/+20
| |/
* | MAINT: Move asarray helpers into their own moduleEric Wieser2019-04-131-1/+2
|/
* MAINT: add overlap checks to choose, take, put, putmask (#13182)Allan Haldane2019-03-271-3/+6
* MAINT: Prevent traceback chaining in _wrapfunc.Antony Lee2019-03-131-10/+13
* DOC: reduce warnings when building, reword, tweak doc buildingmattip2019-02-281-0/+1
* DOC: Update sorting documention.Charles Harris2019-02-081-8/+7
* BUG: Add timsort without breaking the API.Charles Harris2019-02-071-7/+30
* DOC: fix documentation bug in np.argsort and extend examplesJan S. (Milania1)2019-02-041-5/+13
* Merge pull request #12418 from liwt31/timsort-devMatti Picus2019-01-311-5/+13
|\