summaryrefslogtreecommitdiff
path: root/numpy/core/fromnumeric.py
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* DOC: Clear up confusion between np.where(cond) and np.where(cond, x, y)Eric Wieser2018-06-291-7/+14
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-3/+3
* ENH: Add (put|take)_along_axis as described in #8708Eric Wieser2018-05-251-1/+7
* DOC: Revise some of the docstrings.Charles Harris2018-05-141-7/+8
* MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-291-7/+6
* ENH: Implement initial kwarg for ufunc.add.reduceHameer Abbasi2018-04-241-8/+68
* Merge pull request #10670 from eric-wieser/deprecate-sum-generatorCharles Harris2018-04-061-0/+6
|\
| * DEP: Deprecate np.sum(generator)Eric Wieser2018-02-261-0/+6
* | Merge pull request #10826 from tylerjereddy/issue_10779_squeezeCharles Harris2018-04-061-6/+3
|\ \
| * | BUG: np.squeeze() now respects older API axis expectationTyler Reddy2018-03-301-6/+3
* | | Remove NPY_STABLESORT enumLakshay Garg2018-03-291-8/+11
* | | add stablesort in np.sort and point to mergesortLakshay Garg2018-03-231-5/+6
|/ /
* | MAINT: Unify reductions in fromnumeric.pyHameer Abbasi2018-02-261-65/+30
|/