summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump mypy from 0.782 to 0.790dependabot/pip/mypy-0.790dependabot-preview[bot]2020-10-121-1/+1
* DOC: Fix typo (#17534)Takanori H2020-10-111-1/+1
* Merge pull request #17284 from seiko2plus/pass_opt2asv_runCharles Harris2020-10-103-3/+198
|\
| * ENH: Pass optimizations arguments to asv buildSayed Adel2020-09-113-3/+198
* | Merge pull request #17186 from eric-wieser/datetime-less-bytesCharles Harris2020-10-104-47/+50
|\ \
| * | Apply suggestions from code reviewEric Wieser2020-09-282-2/+2
| * | Update numpy/core/src/multiarray/datetime_busdaycal.cEric Wieser2020-08-311-1/+1
| * | Apply suggestions from code reviewEric Wieser2020-08-311-2/+2
| * | Update numpy/core/src/multiarray/datetime_busdaycal.cEric Wieser2020-08-301-1/+0
| * | Update numpy/core/src/multiarray/datetime_busday.cEric Wieser2020-08-301-1/+0
| * | MAINT: Use utf8 strings in more of datetimeEric Wieser2020-08-304-44/+49
* | | Merge pull request #17527 from takanori-pskq/i13114-fix-npy-boolCharles Harris2020-10-102-9/+9
|\ \ \
| * | | DOC: Fix Boolean types in C functionstakanori-pskq2020-10-102-9/+9
* | | | Merge pull request #17529 from eric-wieser/remove-Path-is-NoneCharles Harris2020-10-101-5/+4
|\ \ \ \
| * | | | MAINT: Cleanup compatibility code for pathlibEric Wieser2020-10-101-5/+4
|/ / / /
* | | | MAINT: py3k: remove os.fspath and os.PathLike backports (#17473)Wei Yang2020-10-101-51/+2
* | | | MAINT: Do not emit empty Methods heading in np.info (#17498)Steve Joachim2020-10-102-4/+23
* | | | DOC: Fix some links and typos (#17528)Chunlin2020-10-101-9/+9
|/ / /
* | | Merge pull request #17520 from bjnath/show-real-licenseRalf Gommers2020-10-091-32/+3
|\ \ \
| * | | DOC: Display real license on license pageBen Nathanson2020-10-091-32/+3
* | | | Merge pull request #17525 from rossbar/circleci_envvar_fixCharles Harris2020-10-091-1/+4
|\ \ \ \
| * | | | Fix yaml parsing error.Ross Barnowski2020-10-091-1/+4
| * | | | Fix bash syntaxRoss Barnowski2020-10-091-1/+1
| * | | | CI: modify circleci merge ref grabbing.Ross Barnowski2020-10-091-1/+1
|/ / / /
* | | | ENH: add dtype option to cov and corrcoef (#17456)Lisa Schwetlick2020-10-093-9/+41
* | | | DOC: Fix empty 'C style guide' page (#17503)Ben Nathanson2020-10-092-10/+2
* | | | Merge pull request #17344 from danbeibei/masterCharles Harris2020-10-093-1/+57
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Fix indentation.Charles Harris2020-10-091-6/+6
| * | | Update numpy/distutils/fcompiler/nv.pydanbeibei2020-10-021-5/+8
| * | | ENH: Add comments about Nvidia HPC SDK and PGIDaniel Vanzo2020-09-221-0/+4
| * | | ENH: Add support for the NVIDIA HPC SDK fortran compilerDaniel Vanzo2020-09-223-1/+50
* | | | Merge pull request #17508 from lucasace/typing-final-featureCharles Harris2020-10-091-44/+43
|\ \ \ \
| * | | | [CODE]Redundant spaces removedRoyston E Tauro2020-10-091-1/+0
| * | | | [CODE] Made code cleanerRoyston E Tauro2020-10-091-1/+1
| * | | | Adjusted typing.Final's python 3.8 compatibilityRoyston E Tauro2020-10-081-3/+2
| * | | | Minor bug fixRoyston E Tauro2020-10-081-1/+1
| * | | | ENH: Marked all constants as `FinalRoyston E Tauro2020-10-081-1/+1
| * | | | Update __init__.pyiRoyston E Tauro2020-10-081-42/+43
* | | | | Merge pull request #17479 from person142/np-unicodeCharles Harris2020-10-092-2/+5
|\ \ \ \ \
| * | | | | MAINT: add str0 as an alias of str_ on the typing levelJosh Wilson2020-10-072-2/+2
| * | | | | ENH: type np.unicode_ as np.str_Josh Wilson2020-10-062-1/+4
* | | | | | Merge pull request #17465 from BvB93/bitwise-opsCharles Harris2020-10-095-16/+369
|\ \ \ \ \ \
| * | | | | | REV: Remove the `uint64`/`signedinteger` specific overloadBas van Beek2020-10-062-7/+5
| * | | | | | TST: Added tests for bitwise operationsBas van Beek2020-10-053-0/+281
| * | | | | | ENH: Add annotations for `generic` and `ndarray` bitwise operationsBas van Beek2020-10-052-17/+91
* | | | | | | Merge pull request #17485 from mattip/circleci1Charles Harris2020-10-081-1/+11
|\ \ \ \ \ \ \
| * | | | | | | BLD: don't use -q in sphinx buildmattip2020-10-071-5/+2
| * | | | | | | BLD: try merging in a separate stepmattip2020-10-071-3/+6
| * | | | | | | Update .circleci/config.ymlMatti Picus2020-10-071-5/+1
| * | | | | | | BLD: circleCI- merge before build, add -n to sphinxmattip2020-10-071-1/+15