| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | MAINT, TST import pickle from numpy.core.numeric | Pierre Glaser | 2018-10-10 | 1 | -1/+7 |
| |/ |
|
* | | Add wording suggested by Eric. Remove extra example. | Stefan van der Walt | 2019-10-15 | 1 | -35/+4 |
* | | Axes shift description and example of np.tensordot | Yadong Zhang | 2018-10-10 | 1 | -0/+33 |
|/ |
|
* | Merge pull request #11909 from mattip/flake8-cleanups | Charles Harris | 2018-09-11 | 1 | -1/+1 |
|\ |
|
| * | MAINT: remove redundant imports | mattip | 2018-09-09 | 1 | -1/+1 |
* | | DOC: Recommend the use of `np.ndim` over `np.isscalar`, and explain the diffe... | Eric Wieser | 2018-09-04 | 1 | -0/+36 |
|/ |
|
* | Merge pull request #10915 from mattip/implement-nep-0015 | Charles Harris | 2018-08-31 | 1 | -4/+1 |
|\ |
|
| * | MAINT: remove code that codecov pointed out is superflous | mattip | 2018-08-21 | 1 | -4/+1 |
* | | DOC, MAINT: Fixes for errstate() and README.md documentation. (#11814) | Michael Hirsch, Ph.D | 2018-08-28 | 1 | -5/+0 |
|/ |
|
* | MAINT: Restore previous behavior on subclasses | Eric Wieser | 2018-07-08 | 1 | -2/+2 |
* | MAINT: Speed up normalize_axis_tuple by about 30% | Marten van Kerkwijk | 2018-07-06 | 1 | -5/+8 |
* | Fix documentation for fromfunction | silenc3r | 2018-06-28 | 1 | -1/+1 |
* | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 1 | -3/+4 |
* | MAINT: Use a set instead of a dictionary | Eric Wieser | 2018-06-13 | 1 | -4/+2 |
* | BUG: Fix typo in variable name (#11116) | zuko3d | 2018-05-18 | 1 | -1/+1 |
* | MAINT: move matrix tests in core, polynomial to matrixlib. | Marten van Kerkwijk | 2018-04-29 | 1 | -4/+4 |
* | Merge pull request #10878 from mattip/devdocs | Ralf Gommers | 2018-04-16 | 1 | -1/+1 |
|\ |
|
| * | formatting fixes | mattip | 2018-04-11 | 1 | -1/+1 |
* | | 'remove indirect relationships' | Matthias Bussonnier | 2018-04-09 | 1 | -15/+0 |
* | | Cross Link full/full_like in a few see-also. | Matthias Bussonnier | 2018-04-09 | 1 | -17/+28 |
|/ |
|
* | DOC: Fix minor typos | luz.paz | 2018-03-30 | 1 | -1/+1 |
* | Fixed author name in reference to book | ChloeColeongco | 2018-03-22 | 1 | -1/+1 |
* | TST: Import abstract classes from collections.abc | Frederick Lefebvre | 2018-03-14 | 1 | -3/+8 |
* | DOC zeros, empty, and ones now have consistent docstrings | Nelle Varoquaux | 2018-03-01 | 1 | -3/+4 |
* | STY: Minor stylistic cleanup of numeric.py | Andrey Portnoy | 2018-02-28 | 1 | -22/+28 |
* | ENH: make flatnonzero use np.ravel(a) instead of a.ravel() | Geoffrey Irving | 2018-02-21 | 1 | -4/+4 |
* | DOC: add warning to isclose function (#10214) | xoviat | 2017-12-26 | 1 | -3/+20 |
* | DEP: Deprecate the pickle aliases | Eric Wieser | 2017-12-10 | 1 | -1/+11 |
* | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 1 | -2/+2 |
* | DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA... | Matti Picus | 2017-11-08 | 1 | -0/+2 |
* | Merge pull request #9691 from jdemeyer/master | Charles Harris | 2017-10-24 | 1 | -4/+13 |
|\ |
|
| * | PEP 3141 numbers should be considered scalars | Jeroen Demeyer | 2017-09-15 | 1 | -4/+13 |
* | | BUG: count_nonzero treats empty axis tuples strangely | Eric Wieser | 2017-10-17 | 1 | -1/+1 |
* | | MAINT: Fix all special-casing of dtypes in `count_nonzero` | Eric Wieser | 2017-10-12 | 1 | -26/+6 |
* | | DEP: Deprecate truth testing on empty arrays | hemildesai | 2017-09-28 | 1 | -1/+1 |
* | | Merge pull request #9709 from spencerahill/spencerahill-allclose-docstring | Charles Harris | 2017-09-23 | 1 | -2/+7 |
|\ \ |
|
| * | | MAINT: Use single backticks when link needed. | Charles Harris | 2017-09-23 | 1 | -1/+1 |
| * | | [ci skip] requested updates | Spencer Hill | 2017-09-19 | 1 | -6/+7 |
| * | | Add equals to See Also; remove 'np.' | Spencer Hill | 2017-09-18 | 1 | -2/+2 |
| * | | DOC allclose doesn't require matching shapes | Spencer Hill | 2017-09-18 | 1 | -0/+4 |
| |/ |
|
* | | Merge pull request #9725 from ahaldane/circular_arrayprint | Charles Harris | 2017-09-20 | 1 | -223/+33 |
|\ \ |
|
| * | | MAINT: cleanup circular import b/w arrayprint.py,numeric.py | Allan Haldane | 2017-09-20 | 1 | -223/+33 |
| |/ |
|
* | | MAINT: Remove unnecessary special-casing of scalars in isclose | Eric Wieser | 2017-09-19 | 1 | -10/+6 |
|/ |
|
* | Merge pull request #9638 from juliantaylor/nonzero-dtype | Allan Haldane | 2017-09-04 | 1 | -1/+1 |
|\ |
|
| * | BUG: ensure consistent result dtype of count_nonzero | Julian Taylor | 2017-09-01 | 1 | -1/+1 |
* | | DOC: add example for isscalar on strings (#9361) | Christoph Boeddeker | 2017-08-13 | 1 | -0/+2 |
* | | MAINT: Use moveaxis instead of rollaxis internally (#9475) | Nico Schlömer | 2017-08-10 | 1 | -5/+8 |
* | | MAINT: Simplify test for string-likes | Eric Wieser | 2017-08-05 | 1 | -2/+1 |
* | | MAINT/DOC: Use builtin when np.{x} is builtins.{x}. | Eric Wieser | 2017-08-05 | 1 | -4/+4 |
* | | DOC: fix versionadded in docstring for moveaxis | Stephan Hoyer | 2017-07-30 | 1 | -1/+1 |