summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: add dtype option to cov and corrcoef (#17456)Lisa Schwetlick2020-10-092-9/+36
* 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 #17487 from BvB93/duplicateCharles Harris2020-10-082-20/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | TST: Updated the module-related testsBas van Beek2020-10-071-1/+7
| * | | | MAINT: Removed a number of duplicate placeholdersBas van Beek2020-10-071-20/+0
* | | | | 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
* | | | | | 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
|/ / / / /
* | | | | Merge pull request #17419 from seberg/deprecate-coercion-to-subarray-dtypeMatti Picus2020-10-073-0/+257
|\ \ \ \ \
| * | | | | DEP: Deprecate coercion to subarray dtypesSebastian Berg2020-10-013-0/+257
* | | | | | Merge pull request #17410 from seberg/scalars-to-int-array-specialMatti Picus2020-10-073-5/+87
|\ \ \ \ \ \
| * | | | | | API: Special case how numpy scalars are coerced to signed integerSebastian Berg2020-10-013-5/+87
* | | | | | | 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
| * | | | | | | BUG: Relax registration of user dtypes with `NPY_ITEM_REFCOUNT`Sebastian Berg2020-09-151-10/+23
* | | | | | | | DOC: Fixing references in ma docstrings (#16300)Takanori H2020-10-072-5/+5
* | | | | | | | MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429)Bas van Beek2020-10-077-21/+73
* | | | | | | | MAINT: Chaining exception in numpy\numpy\ma\mrecords.py (#17438)Ashutosh singh2020-10-071-2/+2
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge pull request #17442 from devhpes/devhpesMatti Picus2020-10-071-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix exception chaining in format.pyAbhishek Singh2020-10-041-1/+1
* | | | | | | | Merge pull request #17474 from BvB93/numericMatti Picus2020-10-073-114/+149
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | MAINT: Add an empty `__init__.pyi` file to `np.core`Bas van Beek2020-10-071-0/+0
| * | | | | | | MAINT: Move the `np.core.numeric` functions to their own stub fileBas van Beek2020-10-072-114/+149
* | | | | | | | MAINT: Chain exceptions in "_polybase.py" (#17453)Sahil Siddiq2020-10-071-4/+4
* | | | | | | | TST: Fix doctest for full_likeJulia Signell2020-10-061-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #17331 from eric-wieser/remove-scalar-tablesMatti Picus2020-10-063-182/+196
|\ \ \ \ \ \ \
| * | | | | | | DOC: Change the value of type.__name__ on the scalar types for sphinx buildsEric Wieser2020-10-043-182/+196
| |/ / / / / /