summaryrefslogtreecommitdiff
path: root/numpy/typing
Commit message (Expand)AuthorAgeFilesLines
* ENH: adds type hints to numpy.version (gh-17711)Douglas Fenstermacher2020-11-051-1/+0
* Merge pull request #17701 from BvB93/pyiCharles Harris2020-11-032-0/+35
|\
| * TST: Validate the existence of `.pyi` stub filesBas van Beek2020-11-031-0/+34
| * BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* | MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-035-26/+26
|/
* Merge pull request #17644 from BvB93/shape-baseRalf Gommers2020-11-013-0/+52
|\
| * TST: Added typing tests for `np.core.shape_base`Bas van Beek2020-10-263-0/+52
* | TST: Add tests for conversions to builtin scalar typesBas van Beek2020-10-222-10/+45
* | TST: Added typing tests for unary operationsBas van Beek2020-10-223-6/+75
* | TST: Added typing tests for `__mod__` & `__divmod__`Bas van Beek2020-10-223-1/+298
* | TST: Fixed the line number offsetBas van Beek2020-10-221-1/+1
* | MAINT: Removed unused importsBas van Beek2020-10-221-4/+0
* | ENH: Add annotations for `__mod__` & `__divmod__`Bas van Beek2020-10-221-1/+123
|/
* TST: Fixed a broken `np.core.numeric` testBas van Beek2020-10-211-2/+2
* Merge pull request #17597 from BvB93/testsMatti Picus2020-10-211-5/+42
|\
| * TST: Clean up the errors of the typing testsBas van Beek2020-10-211-5/+42
* | Merge pull request #17564 from BvB93/numericMatti Picus2020-10-215-10/+255
|\ \
| * | TST: Added tests for `np.core.numeric`Bas van Beek2020-10-144-2/+255
| * | TST,MAINT: Moved a few tests to `array_constructors`Bas van Beek2020-10-141-8/+0
* | | Merge pull request #17540 from BvB93/precisionMatti Picus2020-10-2114-469/+622
|\ \ \ | |_|/ |/| |
| * | TST: Update the tests introduced in the latest rebaseBas van Beek2020-10-171-10/+10
| * | MAINT: Removed an unused importBas van Beek2020-10-171-1/+1
| * | TST: Added a test for the example in the `NBitBase` docstringBas van Beek2020-10-171-0/+18
| * | TST: Add support for precision to the arithmetic and bitwise ops testsBas van Beek2020-10-172-269/+269
| * | TST: Update the pre-existing testsBas van Beek2020-10-177-158/+154
| * | TST: Ignore all `*` characters in the reveal testsBas van Beek2020-10-171-2/+3
| * | MAINT: Fixed a few issues with the `__call__`-based protocolsBas van Beek2020-10-171-38/+34
| * | DOC: Fixed some docstring formattingBas van Beek2020-10-171-18/+20
| * | MAINT: Removed a now redundant `TODO` commentBas van Beek2020-10-171-3/+0
| * | ENH: Make `complexfloating` generic w.r.t 2 typevarsBas van Beek2020-10-171-2/+6
| * | ENH: Added support for `number` precisionBas van Beek2020-10-172-24/+163
* | | TST: Added new typing testsBas van Beek2020-10-191-0/+3
|/ /
* | Merge pull request #17572 from BvB93/constantsCharles Harris2020-10-162-1/+12
|\ \
| * | TST: Updated the typing testsBas van Beek2020-10-152-1/+12
* | | Merge pull request #16759 from person142/dtype-genericCharles Harris2020-10-164-17/+57
|\ \ \ | |/ / |/| |
| * | MAINT: add more dtype __new__ overloads for missing scalar typesJosh Wilson2020-10-071-0/+9
| * | ENH: make dtype generic over scalar typeJosh Wilson2020-10-074-17/+48
| |/
* | Merge pull request #17479 from person142/np-unicodeCharles Harris2020-10-091-0/+3
|\ \
| * | MAINT: add str0 as an alias of str_ on the typing levelJosh Wilson2020-10-071-0/+1
| * | ENH: type np.unicode_ as np.str_Josh Wilson2020-10-061-0/+2
* | | Merge pull request #17465 from BvB93/bitwise-opsCharles Harris2020-10-094-0/+306
|\ \ \
| * | | 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-051-1/+28
| |/ /
* | | Merge pull request #17487 from BvB93/duplicateCharles Harris2020-10-081-1/+7
|\ \ \ | |_|/ |/| |
| * | TST: Updated the module-related testsBas van Beek2020-10-071-1/+7
| |/
* | MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429)Bas van Beek2020-10-074-7/+50
|/
* Merge pull request #17372 from BvB93/from-numericCharles Harris2020-10-053-0/+330
|\
| * TST: Attempt #2 at fixing the `int`-related failure on 32-bit systemsBas van Beek2020-09-231-31/+31
| * TST: Fixed an `int`-related failure on 32-bit systemsBas van Beek2020-09-231-2/+3