summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16238 from seberg/maint-cached-importsMatti Picus2020-05-185-50/+13
|\
| * MAINT: Unify cached (C-level static) importsSebastian Berg2020-05-145-50/+13
* | Merge pull request #16274 from eric-wieser/extract-lerpEric Wieser2020-05-171-19/+6
|\ \
| * | MAINT: Avoid moving axes around multiple timesEric Wieser2020-05-171-15/+5
| * | MAINT: Remove a pointless ifEric Wieser2020-05-171-4/+1
* | | DOC: Clarifications for np.std (#16267)Dmitry Kutlenkov2020-05-171-11/+12
* | | REL: Update master after 1.19.x branch.Charles Harris2020-05-172-0/+2
|/ /
* | Merge pull request #16269 from tbm/typoMatti Picus2020-05-177-7/+7
|\ \
| * | DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-177-7/+7
* | | Merge pull request #16263 from seberg/decref-fromarray-error-path-fixupCharles Harris2020-05-161-0/+1
|\ \ \
| * | | BUG: Add missing decref in fromarray error pathSebastian Berg2020-05-161-0/+1
| |/ /
* | | BUG: numpy.einsum indexing arrays now accept numpy int type (gh-16080)Ryan2020-05-163-21/+33
|/ /
* | Merge pull request #16197 from timhoffm/doc-stackSebastian Berg2020-05-153-21/+27
|\ \
| * | DOC: Unify cross-references between array joining methodsTim Hoffmann2020-05-103-21/+27
* | | Merge pull request #16240 from WarrenWeckesser/ptp-warningMatti Picus2020-05-152-7/+79
|\ \ \
| * | | DOC: Warn about behavior of ptp with signed integers.Warren Weckesser2020-05-152-7/+79
* | | | BUG: max/min of a masked array dtype fix (gh-15991)Rakesh Vasudevan2020-05-142-5/+50
* | | | MAINT: Chain exceptions and use NameError in np.bmat (#16215)bartosz-grabowski2020-05-141-2/+2
|/ / /
* | | DOC: Improve docstring of ``numpy.core.records`` (#16199)dojafrat2020-05-131-2/+52
* | | ENH: correct identity for logaddexp2 ufunc: -inf (gh-16102)Erik Welch2020-05-132-1/+7
| |/ |/|
* | Merge pull request #16153 from bashtage/fix-mt19937-jumpCharles Harris2020-05-136-329/+210
|\ \
| * | DOC: Update docstringKevin Sheppard2020-05-121-4/+3
| * | DOC: Improve the docstring for MT19937.jumpedKevin Sheppard2020-05-121-0/+18
| * | MAINT: Remove unused fileKevin Sheppard2020-05-121-215/+0
| * | REF: Refactor jump codeKevin Sheppard2020-05-124-121/+154
| * | BUG: Correct loop order in MT19937 jumpKevin Sheppard2020-05-123-6/+52
* | | Merge pull request #16223 from mattip/pxd-fixCharles Harris2020-05-131-1/+1
|\ \ \
| * | | BUG: fix signature of PyArray_SearchSorted in __init__.pxdmattip2020-05-131-1/+1
| |/ /
* | | DOC: Fix Generator.choice docstringKevin Sheppard2020-05-132-2/+2
* | | Merge pull request #16133 from seberg/maint-cast-errorMatti Picus2020-05-1313-148/+89
|\ \ \ | |/ / |/| |
| * | MAINT: simplify iterator casting error creationSebastian Berg2020-05-122-31/+22
| * | MAINT: Unify casting error creation (outside the iterator)Sebastian Berg2020-05-0211-117/+67
* | | ENH: Allow pickle with protocol 5 when higher is requested (#16185)jakirkham2020-05-121-6/+1
* | | Merge pull request #16170 from mattip/cleanup-pxdCharles Harris2020-05-121-111/+104
|\ \ \
| * | | restore improperly removed API functionmattip2020-05-121-4/+4
| * | | ENH: more carefully review 'nogil'mattip2020-05-071-20/+20
| * | | ENH: resync numpy/__init__.pxd with upstreammattip2020-05-061-105/+98
* | | | Merge pull request #16214 from mattip/aarch64-arcsinhCharles Harris2020-05-121-0/+23
|\ \ \ \
| * | | | BUG: fixes from reviewmattip2020-05-121-6/+10
| * | | | BUG: skip complex256 arcsinh precision test on glibc2.17mattip2020-05-121-1/+20
| | |_|/ | |/| |
* | | | Merge pull request #16068 from seberg/string-to-bool-regressionCharles Harris2020-05-112-0/+36
|\ \ \ \
| * | | | BUG: Fix string to bool cast regressionSebastian Berg2020-04-272-0/+36
* | | | | Merge pull request #16188 from eric-wieser/cleanup-StringConverterSebastian Berg2020-05-111-71/+58
|\ \ \ \ \
| * | | | | MAINT: Extract a helper function from StringConverterEric Wieser2020-05-081-26/+30
| * | | | | STY: remove some parens in iterationEric Wieser2020-05-081-3/+3
| * | | | | MAINT: remove unused private membersEric Wieser2020-05-081-2/+0
| * | | | | STY: Remove some weird comments from iotoolsEric Wieser2020-05-081-42/+27
* | | | | | DOC: warn about runtime of shares_memoryPauli Virtanen2020-05-111-3/+34
* | | | | | ENH: Add equal_nan keyword argument to array_equal (gh-16128)Ross Barnowski2020-05-112-3/+61
* | | | | | DOC: Update np.rollaxis docstring (#15939)Guilherme Leobas2020-05-111-3/+31
| |_|/ / / |/| | | |