summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump pytest from 6.0.1 to 6.0.2dependabot/pip/pytest-6.0.2dependabot-preview[bot]2020-09-141-1/+1
* Merge pull request #17307 from numpy/dependabot/pip/hypothesis-5.35.1Sebastian Berg2020-09-141-1/+1
|\
| * MAINT: Bump hypothesis from 5.33.0 to 5.35.1dependabot-preview[bot]2020-09-141-1/+1
|/
* Merge pull request #17292 from charris/cleanup-remaining-pystring-macrosSebastian Berg2020-09-124-10/+9
|\
| * MAINT: Replace remaining PyString macros.Charles Harris2020-09-114-10/+9
* | Merge pull request #17302 from charris/cleanup-PyBaseString_Check-againSebastian Berg2020-09-122-3/+3
|\ \
| * | MAINT: Replace a couple of missed npy_3kcompat macrosCharles Harris2020-09-122-3/+3
|/ /
* | Merge pull request #17300 from charris/cleanup-pybasestring_checkSebastian Berg2020-09-123-10/+10
|\ \
| * | MAINT: Replace PyBaseString_Check by PyUnicode_CheckCharles Harris2020-09-123-10/+10
|/ /
* | Merge pull request #17285 from seberg/tune-down-financial-warningCharles Harris2020-09-122-2/+2
|\ \
| * | DEP: Change the financial name access warning to DeprecationWarningSebastian Berg2020-09-102-2/+2
* | | Merge pull request #17150 from eric-wieser/cython-isinstanceSebastian Berg2020-09-124-0/+58
|\ \ \
| * | | ENH: Add support for the abstract scalars to cython codeEric Wieser2020-08-244-0/+58
* | | | Merge pull request #17293 from charris/cleanup-pyustring-checkCharles Harris2020-09-122-4/+4
|\ \ \ \
| * | | | MAINT: Replace PyUString_Check by PyUnicode_Check.Charles Harris2020-09-112-4/+4
| | |_|/ | |/| |
* | | | Merge pull request #17296 from charris/cleanup-some-pyint_-macrosCharles Harris2020-09-127-44/+44
|\ \ \ \
| * | | | MAINT: Replace PyNumber_Int by PyNumber_LongCharles Harris2020-09-122-6/+6
| * | | | MAINT: Replace PyInt_AsSsize_t by PyLong_AsSsize_t.Charles Harris2020-09-111-2/+2
| * | | | MAINT: Replace PyInt_AsLong in some places.Charles Harris2020-09-112-6/+6
| * | | | MAINT: Replace PyInt_FromLong by PyLong_FromLong.Charles Harris2020-09-117-32/+32
| |/ / /
* | | | Merge pull request #17297 from rgommers/build-deps-upperlimitCharles Harris2020-09-121-2/+2
|\ \ \ \
| * | | | BLD: set upper versions for build dependenciesRalf Gommers2020-09-111-2/+2
|/ / / /
* | | | ENH: Allow genfromtxt to unpack structured arrays (#16650)Andrew Eckart2020-09-113-6/+79
|/ / /
* | | Merge pull request #17290 from charris/cleanup-some-pystring-macrosMatti Picus2020-09-116-16/+16
|\ \ \
| * | | MAINT: Replace PyString_Check with PyBytes_Check in numpy.i.Charles Harris2020-09-101-1/+1
| * | | MAINT: Replace PyStringObject by PyBytesObject.Charles Harris2020-09-101-1/+1
| * | | MAINT: Replace PyString_Check with PyBytes_Check.Charles Harris2020-09-104-11/+11
| * | | MAINT: Replace PyString_Type with PyBytes_Type.Charles Harris2020-09-102-3/+3
* | | | Merge pull request #17250 from albertvillanova/fix-docstringCharles Harris2020-09-1013-83/+183
|\ \ \ \
| * | | | DOC: add autosummary of emath functionsRoss Barnowski2020-09-092-1/+17
| * | | | DOC: reformat meshgrid see also linksRoss Barnowski2020-09-091-4/+3
| * | | | DOC: rm see also ref to doc.indexing.Ross Barnowski2020-09-091-4/+0
| * | | | Fix docstring cross-referencingAlbert Villanova del Moral2020-09-0413-79/+168
* | | | | Merge pull request #17288 from charris/post-1.19.2-release-updateCharles Harris2020-09-104-0/+89
|\ \ \ \ \
| * | | | | REL: Update master after 1.19.2 release.Charles Harris2020-09-104-0/+89
| | |/ / / | |/| | |
* | | | | Merge pull request #17129 from seiko2plus/distutils_avx512bw_maskMatti Picus2020-09-104-32/+170
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | DIST: fix minor grammar errors in CCompilerOpt docstring(extra_checks)Sayed Adel2020-09-031-7/+7
| * | | | TST: remove unnecessary backslashes from CCompilerOpt config testSayed Adel2020-08-261-24/+12
| * | | | BLD: Check for reduce intrinsics and AVX512BW mask operationsSayed Adel2020-08-264-12/+162
* | | | | Merge pull request #17278 from eric-wieser/cleanup-doc-indexMatti Picus2020-09-092-37/+11
|\ \ \ \ \
| * | | | | MAINT: Merge together index page content into a single fileEric Wieser2020-09-092-37/+11
* | | | | | Fix typo in shape_base (#17279)Yang Hau2020-09-091-1/+2
| |_|/ / / |/| | | |
* | | | | Merge pull request #17247 from hugovk/travis-sorterMatti Picus2020-09-081-0/+287
|\ \ \ \ \
| * | | | | DEV: Add tool to help speed up Travis CIHugo2020-09-081-0/+287
* | | | | | Merge pull request #17258 from seiko2plus/npyv_fusedMatti Picus2020-09-085-1/+175
|\ \ \ \ \ \
| * | | | | | NPYV: add fused multiply subtract/add intrinics for all supported platformsSayed Adel2020-09-075-1/+175
* | | | | | | Merge pull request #17267 from BvB93/runtests-mypyRalf Gommers2020-09-071-1/+2
|\ \ \ \ \ \ \
| * | | | | | | TST: Fix the path to `mypy.ini`Bas van Beek2020-09-071-1/+2
* | | | | | | | Merge pull request #17268 from tylerjereddy/treddy_distutils_sysconfig_fixMatti Picus2020-09-081-6/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: sysconfig attributes/distutils issueTyler Reddy2020-09-071-6/+5