| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | DOC: Mention and try to explain pairwise summation in sum (#13737) | Sebastian Berg | 2019-06-11 | 1 | -0/+19 |
|/ |
|
* | DOC: Add note to ``nonzero`` docstring. (#13551) | Abhinav Sagar | 2019-05-29 | 1 | -0/+5 |
* | Merge pull request #13574 from belm0/patch-1 | Matti Picus | 2019-05-22 | 1 | -1/+1 |
|\ |
|
| * | change wording | John Belmonte | 2019-05-22 | 1 | -1/+1 |
| * | searchsorted: remove performance claim | John Belmonte | 2019-05-16 | 1 | -1/+1 |
* | | BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589) | Stephan Hoyer | 2019-05-20 | 1 | -2/+2 |
|/ |
|
* | MAINT: address reviewer comments | Tyler Reddy | 2019-05-14 | 1 | -0/+3 |
* | ENH/DEP: Use a ufunc under the hood for ndarray.clip | Eric Wieser | 2019-05-14 | 1 | -3/+8 |
* | ENH: Radix sort | Hameer Abbasi | 2019-05-11 | 1 | -8/+8 |
* | Merge pull request #13331 from rgommers/fix-docs | Matti Picus | 2019-04-15 | 1 | -1/+1 |
|\ |
|
| * | DOC: fix doc formatting issues exposed by numpydoc 0.9.0rc1 | Ralf Gommers | 2019-04-14 | 1 | -1/+1 |
* | | Merge pull request #13316 from AnderUstarroz/added-antidiagonal-examples | Matti Picus | 2019-04-15 | 1 | -5/+20 |
|\ \ |
|
| * | | DOC: Added anti-diagonal examples to np.diagonal and np.fill_diagonal | Ander Ustarroz | 2019-04-13 | 1 | -5/+20 |
| |/ |
|
* | | MAINT: Move asarray helpers into their own module | Eric Wieser | 2019-04-13 | 1 | -1/+2 |
|/ |
|
* | MAINT: add overlap checks to choose, take, put, putmask (#13182) | Allan Haldane | 2019-03-27 | 1 | -3/+6 |
* | MAINT: Prevent traceback chaining in _wrapfunc. | Antony Lee | 2019-03-13 | 1 | -10/+13 |
* | DOC: reduce warnings when building, reword, tweak doc building | mattip | 2019-02-28 | 1 | -0/+1 |
* | DOC: Update sorting documention. | Charles Harris | 2019-02-08 | 1 | -8/+7 |
* | BUG: Add timsort without breaking the API. | Charles Harris | 2019-02-07 | 1 | -7/+30 |
* | DOC: fix documentation bug in np.argsort and extend examples | Jan S. (Milania1) | 2019-02-04 | 1 | -5/+13 |
* | Merge pull request #12418 from liwt31/timsort-dev | Matti Picus | 2019-01-31 | 1 | -5/+13 |
|\ |
|
| * | DOC: update docstring of timsort | wtli | 2019-01-30 | 1 | -3/+3 |
| * | DOC: add docstring for timsort | wtli | 2019-01-21 | 1 | -3/+11 |
* | | BUG: squeeze corner case | Dominic Jack | 2019-01-30 | 1 | -1/+1 |
|/ |
|
* | ENH: allow where in reduce operations. | Marten van Kerkwijk | 2019-01-03 | 1 | -19/+60 |
* | MAINT: >>> # style cleanups requested | Tyler Reddy | 2018-12-14 | 1 | -4/+4 |
* | MAINT: addressing review comments | Tyler Reddy | 2018-12-14 | 1 | -1/+1 |
* | MAINT: address several reviewer comments | Tyler Reddy | 2018-12-14 | 1 | -7/+4 |
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -32/+39 |
* | MAINT: Use list and dict comprehension when possible (#12445) | Roman Yurchak | 2018-12-01 | 1 | -4/+2 |
* | MAINT: set preferred __module__ for numpy functions | Stephan Hoyer | 2018-10-23 | 1 | -1/+5 |
* | DOC: Clarify the examples for argmax and argmin (#12211) | tteichmann | 2018-10-19 | 1 | -11/+11 |
* | MAINT: fix depreciation message typo for np.sum | Robin Aggleton | 2018-10-16 | 1 | -1/+1 |
* | ENH: __array_function__ support for most of numpy.core | Stephan Hoyer | 2018-10-08 | 1 | -12/+220 |
* | removed spaces. improved right side outlining | Anner | 2018-07-06 | 1 | -4/+4 |
* | Update resize notes according to mattip's comments | Anner | 2018-07-05 | 1 | -4/+4 |
* | include warning in np.resize() docs | Anner | 2018-07-03 | 1 | -1/+11 |
* | DOC: Clear up confusion between np.where(cond) and np.where(cond, x, y) | Eric Wieser | 2018-06-29 | 1 | -7/+14 |
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 1 | -3/+3 |
* | ENH: Add (put|take)_along_axis as described in #8708 | Eric Wieser | 2018-05-25 | 1 | -1/+7 |
* | DOC: Revise some of the docstrings. | Charles Harris | 2018-05-14 | 1 | -7/+8 |
* | MAINT: move matrix tests in core, polynomial to matrixlib. | Marten van Kerkwijk | 2018-04-29 | 1 | -7/+6 |
* | ENH: Implement initial kwarg for ufunc.add.reduce | Hameer Abbasi | 2018-04-24 | 1 | -8/+68 |
* | Merge pull request #10670 from eric-wieser/deprecate-sum-generator | Charles Harris | 2018-04-06 | 1 | -0/+6 |
|\ |
|
| * | DEP: Deprecate np.sum(generator) | Eric Wieser | 2018-02-26 | 1 | -0/+6 |
* | | Merge pull request #10826 from tylerjereddy/issue_10779_squeeze | Charles Harris | 2018-04-06 | 1 | -6/+3 |
|\ \ |
|
| * | | BUG: np.squeeze() now respects older API axis expectation | Tyler Reddy | 2018-03-30 | 1 | -6/+3 |
* | | | Remove NPY_STABLESORT enum | Lakshay Garg | 2018-03-29 | 1 | -8/+11 |
* | | | add stablesort in np.sort and point to mergesort | Lakshay Garg | 2018-03-23 | 1 | -5/+6 |
|/ / |
|
* | | MAINT: Unify reductions in fromnumeric.py | Hameer Abbasi | 2018-02-26 | 1 | -65/+30 |
|/ |
|