summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: Update top links in landing pageBen Nathanson2020-10-094-19/+18
* 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
* | | | | | Merge pull request #17487 from BvB93/duplicateCharles Harris2020-10-083-20/+11
|\ \ \ \ \ \
| * | | | | | TST: Updated the module-related testsBas van Beek2020-10-071-1/+7
| * | | | | | MAINT: Ignore the private `np.compat` moduleBas van Beek2020-10-071-0/+1
| * | | | | | MAINT: Ignore three builtin modules present in the numpy namespaceBas van Beek2020-10-071-0/+3
| * | | | | | MAINT: Removed a number of duplicate placeholdersBas van Beek2020-10-071-20/+0
* | | | | | | DOC: Fix random links in release note (#17483)Takanori H2020-10-081-4/+3
* | | | | | | DOC: Rename 'Quickstart tutorial' (#17504)Ben Nathanson2020-10-081-9/+7
* | | | | | | Merge pull request #17510 from bjnath/squeeze-pr-templateMatti Picus2020-10-081-7/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | DOC: Fewer blank lines in PR templateBen Nathanson2020-10-081-7/+1
|/ / / / / /
* | | | | | Merge pull request #17502 from person142/stubs-sysRalf Gommers2020-10-081-1/+0
|\ \ \ \ \ \
| * | | | | | BUG: remove `sys` from the type stubsJosh Wilson2020-10-071-1/+0
* | | | | | | Merge pull request #17497 from bjnath/lowercase-mainpageMatti Picus2020-10-081-11/+11
|\ \ \ \ \ \ \
| * | | | | | | DOC: Use consistent lowercase on docs landing pageBen Nathanson2020-10-071-11/+11
| |/ / / / / /
* | | | | | | Merge pull request #17501 from seberg/fix-master-failureMatti Picus2020-10-083-18/+28
|\ \ \ \ \ \ \
| * | | | | | | BUG: Fix usertype typenumber during registrationSebastian Berg2020-10-071-1/+5
| * | | | | | | BUG: Accept legacy user-dtypes if not isinstance(dtype.type, np.generic)Sebastian Berg2020-10-072-17/+23
| |/ / / / / /
* | | | | | | DOC: New round of NEP 42 edits (gh-17493)Ben Nathanson2020-10-071-425/+439
|/ / / / / /
* | | | | | Merge pull request #17419 from seberg/deprecate-coercion-to-subarray-dtypeMatti Picus2020-10-074-0/+281
|\ \ \ \ \ \
| * | | | | | DEP: Deprecate coercion to subarray dtypesSebastian Berg2020-10-014-0/+281
* | | | | | | Merge pull request #17410 from seberg/scalars-to-int-array-specialMatti Picus2020-10-074-10/+104
|\ \ \ \ \ \ \
| * | | | | | | API: Special case how numpy scalars are coerced to signed integerSebastian Berg2020-10-014-10/+104
* | | | | | | | Merge pull request #17320 from seberg/relax-object-dtype-with-refMatti Picus2020-10-074-13/+149
|\ \ \ \ \ \ \ \
| * | | | | | | | TST: Add test for creating an xpress like user-dtypeSebastian Berg2020-09-172-0/+105
| * | | | | | | | MAINT: Relax check that a correct type is already setSebastian Berg2020-09-151-4/+18
| * | | | | | | | ENH: Make dtype registration time error messages more clearSebastian Berg2020-09-152-2/+6