summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-1/+7
| |/
* | Add wording suggested by Eric. Remove extra example.Stefan van der Walt2019-10-151-35/+4
* | Axes shift description and example of np.tensordotYadong Zhang2018-10-101-0/+33
|/
* Merge pull request #11909 from mattip/flake8-cleanupsCharles Harris2018-09-111-1/+1
|\
| * MAINT: remove redundant importsmattip2018-09-091-1/+1
* | DOC: Recommend the use of `np.ndim` over `np.isscalar`, and explain the diffe...Eric Wieser2018-09-041-0/+36
|/
* Merge pull request #10915 from mattip/implement-nep-0015Charles Harris2018-08-311-4/+1
|\
| * MAINT: remove code that codecov pointed out is superflousmattip2018-08-211-4/+1
* | DOC, MAINT: Fixes for errstate() and README.md documentation. (#11814)Michael Hirsch, Ph.D2018-08-281-5/+0
|/
* MAINT: Restore previous behavior on subclassesEric Wieser2018-07-081-2/+2
* MAINT: Speed up normalize_axis_tuple by about 30%Marten van Kerkwijk2018-07-061-5/+8
* Fix documentation for fromfunctionsilenc3r2018-06-281-1/+1
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-3/+4
* MAINT: Use a set instead of a dictionaryEric Wieser2018-06-131-4/+2
* BUG: Fix typo in variable name (#11116)zuko3d2018-05-181-1/+1
* MAINT: move matrix tests in core, polynomial to matrixlib.Marten van Kerkwijk2018-04-291-4/+4
* Merge pull request #10878 from mattip/devdocsRalf Gommers2018-04-161-1/+1
|\
| * formatting fixesmattip2018-04-111-1/+1
* | 'remove indirect relationships'Matthias Bussonnier2018-04-091-15/+0
* | Cross Link full/full_like in a few see-also.Matthias Bussonnier2018-04-091-17/+28
|/
* DOC: Fix minor typosluz.paz2018-03-301-1/+1
* Fixed author name in reference to bookChloeColeongco2018-03-221-1/+1
* TST: Import abstract classes from collections.abcFrederick Lefebvre2018-03-141-3/+8
* DOC zeros, empty, and ones now have consistent docstringsNelle Varoquaux2018-03-011-3/+4
* STY: Minor stylistic cleanup of numeric.pyAndrey Portnoy2018-02-281-22/+28
* ENH: make flatnonzero use np.ravel(a) instead of a.ravel()Geoffrey Irving2018-02-211-4/+4
* DOC: add warning to isclose function (#10214)xoviat2017-12-261-3/+20
* DEP: Deprecate the pickle aliasesEric Wieser2017-12-101-1/+11
* ENH: don't show boolean dtype, as it is impliedEric Wieser2017-11-131-2/+2
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-0/+2
* Merge pull request #9691 from jdemeyer/masterCharles Harris2017-10-241-4/+13
|\
| * PEP 3141 numbers should be considered scalarsJeroen Demeyer2017-09-151-4/+13
* | BUG: count_nonzero treats empty axis tuples strangelyEric Wieser2017-10-171-1/+1
* | MAINT: Fix all special-casing of dtypes in `count_nonzero`Eric Wieser2017-10-121-26/+6
* | DEP: Deprecate truth testing on empty arrayshemildesai2017-09-281-1/+1
* | Merge pull request #9709 from spencerahill/spencerahill-allclose-docstringCharles Harris2017-09-231-2/+7
|\ \
| * | MAINT: Use single backticks when link needed.Charles Harris2017-09-231-1/+1
| * | [ci skip] requested updatesSpencer Hill2017-09-191-6/+7
| * | Add equals to See Also; remove 'np.'Spencer Hill2017-09-181-2/+2
| * | DOC allclose doesn't require matching shapesSpencer Hill2017-09-181-0/+4
| |/
* | Merge pull request #9725 from ahaldane/circular_arrayprintCharles Harris2017-09-201-223/+33
|\ \
| * | MAINT: cleanup circular import b/w arrayprint.py,numeric.pyAllan Haldane2017-09-201-223/+33
| |/
* | MAINT: Remove unnecessary special-casing of scalars in iscloseEric Wieser2017-09-191-10/+6
|/
* Merge pull request #9638 from juliantaylor/nonzero-dtypeAllan Haldane2017-09-041-1/+1
|\
| * BUG: ensure consistent result dtype of count_nonzeroJulian Taylor2017-09-011-1/+1
* | DOC: add example for isscalar on strings (#9361)Christoph Boeddeker2017-08-131-0/+2
* | MAINT: Use moveaxis instead of rollaxis internally (#9475)Nico Schlömer2017-08-101-5/+8
* | MAINT: Simplify test for string-likesEric Wieser2017-08-051-2/+1
* | MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-4/+4
* | DOC: fix versionadded in docstring for moveaxisStephan Hoyer2017-07-301-1/+1