summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update sphinx requirement from <3.0,>=2.2.0 to >=2.2.0,<4.0dependabot/pip/sphinx-gte-2.2.0-and-lt-4.0dependabot-preview[bot]2020-05-181-1/+1
* 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
* | | Merge pull request #16275 from charris/update-after-1.19.x-branchCharles Harris2020-05-1746-316/+479
|\ \ \ | |/ / |/| |
| * | REL: Update master after 1.19.x branch.Charles Harris2020-05-1746-316/+479
|/ /
* | Merge pull request #16269 from tbm/typoMatti Picus2020-05-1719-21/+21
|\ \
| * | DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-1719-21/+21
* | | Merge pull request #16265 from charris/add-download-wheel-toolMatti Picus2020-05-171-0/+79
|\ \ \
| * | | ENH: Add tool for downloading release wheels from Anaconda.Charles Harris2020-05-161-0/+79
* | | | 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
| | |/ / | |/| |
* | | | DOC: Updated the f2py section of the "Using Python as Glue" page. (#16258)Siba Smarak Panigrahi2020-05-161-4/+4
* | | | BUG: numpy.einsum indexing arrays now accept numpy int type (gh-16080)Ryan2020-05-164-21/+37
|/ / /
* | | Merge pull request #16197 from timhoffm/doc-stackSebastian Berg2020-05-155-29/+35
|\ \ \
| * | | DOC: Unify cross-references between array joining methodsTim Hoffmann2020-05-105-29/+35
* | | | 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
|/ / /
* | | Merge pull request #16228 from anirudh2290/compilers_supported_docSebastian Berg2020-05-131-5/+5
|\ \ \
| * | | DOC: Add Clang and MSVC to supported compilers listAnirudh Subramanian2020-05-131-5/+5
* | | | Merge pull request #16227 from rossbar/doc/importerror_pydevSebastian Berg2020-05-131-0/+8
|\ \ \ \
| * | | | DOC: Add PyDev instructions to troubleshooting docRoss Barnowski2020-05-131-0/+8
* | | | | 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-133-1/+11
| |_|/ |/| |
* | | Merge pull request #16153 from bashtage/fix-mt19937-jumpCharles Harris2020-05-137-329/+220
|\ \ \
| * | | 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
| * | | DOC: Add release noteKevin Sheppard2020-05-121-0/+10
| * | | 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
| |/ / /
* | | | Merge pull request #16226 from bashtage/choice-docsWarren Weckesser2020-05-132-2/+2
|\ \ \ \
| * | | | DOC: Fix Generator.choice docstringKevin Sheppard2020-05-132-2/+2
* | | | | Merge pull request #16224 from mattip/openblas-hashesCharles Harris2020-05-131-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ENH: add manylinux1 openblas hashesmattip2020-05-131-0/+6
| |/ / /
* | | | DOC: improve development debugging doc (#16083)Chunlin2020-05-132-7/+21
* | | | 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