summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ENH: Einsum calls BLAS if it advantageous to do so (#9425)Daniel Smith2017-07-181-2/+2
* | ENH: Make 0-length dim handling of tensordot consistent with dot/einsumPim de Haan2017-06-221-5/+5
* | DOC: Link to ufunc.outer from np.outerEric Wieser2017-06-041-1/+4
* | Merge pull request #9214 from eric-wieser/no-one-arg-whereCharles Harris2017-06-031-1/+1
|\ \
| * | MAINT: Don't internally use the one-argument whereEric Wieser2017-06-031-1/+1
* | | BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-4/+4
|/ /
* | ENH: str/repr fixed for 0d-arraysAllan Haldane2017-05-161-1/+1
|/
* DEP: Remove alter/restore dot methodsMads Ohm Larsen2017-04-191-57/+1
* DOC: Replace reference to np.swapaxis with np.swapaxes (#8914)Juan Nunez-Iglesias2017-04-081-1/+1
* DOC: Fix for issues #7622 and #7914Stefan Peterson2017-04-051-2/+2
* MAINT: Rename _validate_axis, and document itEric Wieser2017-03-281-8/+50
* MAINT: use normalize_axis_index in np.rollEric Wieser2017-03-281-6/+4
* MAINT: Use normalize_axis_index in crossEric Wieser2017-03-281-7/+4
* MAINT: have _validate_axis delegate to normalize_axis_indexEric Wieser2017-03-281-7/+7
* ENH: Fix alignment of repr for array subclassesEric Wieser2017-02-251-10/+10
* MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-3/+3