summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Always produce a consistent shape in the result of `argwhere`Eric Wieser2019-09-051-2/+11
* Merge pull request #14256 from kritisingh1/dep6Matti Picus2019-08-201-33/+1
|\
| * DEP: Deprecate load/dump functions in favour of pickle methodskritisingh12019-08-191-33/+1
* | BUG: core: Handle large negative np.int64 args in binary_repr.Warren Weckesser2019-08-181-0/+4
|/
* DOC: Fix misleading `allclose` docstring for `equal_nan` (gh-14183)Antoine Dechaume2019-08-021-1/+1
* DOC: Add return section to linalg.matrix_rank & tensordotJohn Law2019-05-271-0/+5
* DOC: fixed formatting on isfortran docjeremycl012019-05-251-3/+3
* DOC: update isfortran docs with return valuejeremycl012019-05-251-3/+8
* ENH: Add sparse option to np.core.numeric.indices (#13506)Alexander Blinne2019-05-211-14/+45
* Merge pull request #13499 from Bharat123rox/file-closingEric Wieser2019-05-121-1/+2
|\
| * Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-071-1/+2
* | ENH: Add shape to *_like() array creation (#13046)Peter Andreas Entschev2019-04-251-9/+27
|/
* MAINT: Move umath error helpers into their own moduleEric Wieser2019-04-131-443/+7
* MAINT: Move asarray helpers into their own moduleEric Wieser2019-04-131-309/+6
* MAINT: Move exceptions from core._internal to core._exceptionsEric Wieser2019-04-131-1/+1
* Fix spacing issue in tensordot docstringDaniel Lawrence2019-03-021-2/+2
* DOC: Removed incorrect claim regarding shape constraints for np.tensordot()Daniel Lawrence2019-03-021-10/+8
* MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-9/+1
* Restore spacingBharat123Rox2019-02-181-0/+1
* DOC: Fix numpy#12959 by including negative shiftsBharat123Rox2019-02-181-1/+11
* Make errstate a ContextDecoratorNimish Telang2019-01-171-2/+8
* 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
|/