summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * DOC: update docstring of timsortwtli2019-01-301-3/+3
| * DOC: add docstring for timsortwtli2019-01-211-3/+11
* | BUG: squeeze corner caseDominic Jack2019-01-301-1/+1
|/
* ENH: allow where in reduce operations.Marten van Kerkwijk2019-01-031-19/+60
* MAINT: >>> # style cleanups requestedTyler Reddy2018-12-141-4/+4
* MAINT: addressing review commentsTyler Reddy2018-12-141-1/+1
* MAINT: address several reviewer commentsTyler Reddy2018-12-141-7/+4
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-32/+39
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-4/+2
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+5
* DOC: Clarify the examples for argmax and argmin (#12211)tteichmann2018-10-191-11/+11
* MAINT: fix depreciation message typo for np.sumRobin Aggleton2018-10-161-1/+1
* ENH: __array_function__ support for most of numpy.coreStephan Hoyer2018-10-081-12/+220
* removed spaces. improved right side outliningAnner2018-07-061-4/+4
* Update resize notes according to mattip's commentsAnner2018-07-051-4/+4
* include warning in np.resize() docsAnner2018-07-031-1/+11