summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-102/+97
* Merge pull request #12443 from rth/set-litteralEric Wieser2018-12-011-2/+2
|\
| * Use set litteralsRoman Yurchak2018-11-241-2/+2
* | MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-4/+1
|/
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+23
* DOC: remove excess indentation in Note:Travis Oliphant2018-10-311-2/+2
* DOC: Clarify that 0d arrays are dimension-lifted to 1d in asfortranarray and ...Travis Oliphant2018-10-311-2/+8
* MAINT: set preferred __module__ for numpy functionsStephan Hoyer2018-10-231-1/+6
* Merge pull request #12115 from shoyer/array-function-numpy-coreCharles Harris2018-10-111-0/+91
|\
| * ENH: __array_function__ support for most of numpy.coreStephan Hoyer2018-10-081-0/+91
* | ENH implement __reduce_ex__ for np.ndarray and pickle protocol 5Pierre Glaser2018-10-101-0/+4
* | MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-101-1/+7
|/
* 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
|\ \