summaryrefslogtreecommitdiff
path: root/numpy/typing/tests
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-031-0/+34
|\
| * TST: Validate the existence of `.pyi` stub filesBas van Beek2020-11-031-0/+34
* | MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-032-3/+3
|/
* 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
|/
* 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-2112-439/+454
|\ \ \ | |_|/ |/| |
| * | TST: Update the tests introduced in the latest rebaseBas van Beek2020-10-171-10/+10
| * | 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
* | | 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-162-4/+38
|\ \ \ | |/ / |/| |
| * | MAINT: add more dtype __new__ overloads for missing scalar typesJosh Wilson2020-10-071-0/+9
| * | ENH: make dtype generic over scalar typeJosh Wilson2020-10-072-4/+29
| |/
* | 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-093-0/+282
|\ \
| * | REV: Remove the `uint64`/`signedinteger` specific overloadBas van Beek2020-10-061-2/+3
| * | TST: Added tests for bitwise operationsBas van Beek2020-10-053-0/+281
| |/
* | TST: Updated the module-related testsBas van Beek2020-10-071-1/+7
|/
* 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
| * TST: Added new `ndarray`/`generic` typing testsBas van Beek2020-09-223-0/+329
* | ENH: Annotate the arithmetic operations of `ndarray` and `generic` (#17273)Bas van Beek2020-10-027-47/+536
* | TST: Consolidate all array construction testsBas van Beek2020-10-018-62/+51
* | TST: Added tests for `np.core._asarray`Bas van Beek2020-10-013-0/+83
* | ENH: Use literals where possibleBas van Beek2020-10-011-0/+2
* | TST: Mark the typing tests as slowBas van Beek2020-10-011-0/+4
* | TST: add test to verify that getting a non-existent objects of top-level inde...Jun Kudo2020-10-011-0/+1
* | Revert "TST: Add test to verify that getting a non-existent objects indeed re...Jun Kudo2020-10-011-315/+0
* | TST: Add test to verify that getting a non-existent objects indeed results in...Jun Kudo2020-10-011-0/+315
|/
* MAINT: Move typing testsCharles Harris2020-09-0739-0/+1942