summaryrefslogtreecommitdiff
path: root/numpy/typing/tests/data/fail
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Relax the type-constraints of `IndexExpression.__getitem__`Bas van Beek2021-02-251-4/+0
* TST: Add typing tests for `np.lib.index_tricks`Bas van Beek2021-02-251-0/+18
* ENH/BUG: Add tests and correct typing issuesKevin Sheppard2021-02-241-0/+61
* TST: Add tests for random typingKevin Sheppard2021-02-241-0/+0
* TST: Add typing tests for `np.core.einsumfunc`Bas van Beek2021-02-111-0/+15
* TST: Add typing tests for `np.lib.ufunclike`Bas van Beek2021-02-091-0/+21
* TST: Add typing tests for `ndarray.__floordivide__`Bas van Beek2021-02-051-0/+37
* Merge pull request #18228 from BvB93/comparison3Charles Harris2021-02-011-0/+30
|\
| * TST: Added new tests for `ndarray` arithmeticBas van Beek2021-01-251-0/+30
* | Merge pull request #18236 from BvB93/dtype-likeRalf Gommers2021-01-291-3/+9
|\ \
| * | MAINT: Ensure that the `_SupportsDType` protocol can only take dtypes; not ar...Bas van Beek2021-01-261-3/+9
* | | MAINT: Removed annotations for `__NUMPY_SETUP__`, `__deprecated_attrs__` and ...Bas van Beek2021-01-271-0/+4
|/ /
* | TST: Fix two failing typing testsdependabot/pip/mypy-0.800Bas van Beek2021-01-251-2/+2
|/
* ENH: Add dtype support to the array comparison ops (#18128)Bas van Beek2021-01-211-0/+28
* TST: Added a tests for `number` invariancyBas van Beek2021-01-191-0/+6
* TST: Added typing tests for `np.core.arrayprint`Bas van Beek2020-12-191-0/+13
* TST: Updated the `__array__` typing testsBas van Beek2020-12-111-2/+2
* TST: Updated the scalar typing testsBas van Beek2020-11-141-0/+8
* Merge pull request #17643 from BvB93/ufunc_configCharles Harris2020-11-141-0/+21
|\
| * TST: Added typing tests for `np.core._ufunc_config`Bas van Beek2020-10-261-0/+21
* | MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-031-1/+1
* | Merge pull request #17644 from BvB93/shape-baseRalf Gommers2020-11-011-0/+5
|\ \
| * | TST: Added typing tests for `np.core.shape_base`Bas van Beek2020-10-261-0/+5
| |/
* | TST: Add tests for conversions to builtin scalar typesBas van Beek2020-10-221-0/+2
* | TST: Added typing tests for unary operationsBas van Beek2020-10-221-6/+3
|/
* TST: Update the pre-existing testsBas van Beek2020-10-173-7/+3
* Merge pull request #17572 from BvB93/constantsCharles Harris2020-10-161-0/+6
|\
| * TST: Updated the typing testsBas van Beek2020-10-151-0/+6
* | Merge pull request #16759 from person142/dtype-genericCharles Harris2020-10-161-4/+5
|\ \ | |/ |/|
| * ENH: make dtype generic over scalar typeJosh Wilson2020-10-071-4/+5
* | Merge pull request #17465 from BvB93/bitwise-opsCharles Harris2020-10-091-0/+20
|\ \
| * | REV: Remove the `uint64`/`signedinteger` specific overloadBas van Beek2020-10-061-2/+3
| * | TST: Added tests for bitwise operationsBas van Beek2020-10-051-0/+19
| |/
* | TST: Updated the module-related testsBas van Beek2020-10-071-1/+7
|/
* Merge pull request #17372 from BvB93/from-numericCharles Harris2020-10-051-0/+21
|\
| * TST: Added new `ndarray`/`generic` typing testsBas van Beek2020-09-221-0/+21
* | ENH: Annotate the arithmetic operations of `ndarray` and `generic` (#17273)Bas van Beek2020-10-022-16/+19
* | TST: Consolidate all array construction testsBas van Beek2020-10-013-25/+19
* | TST: Added tests for `np.core._asarray`Bas van Beek2020-10-011-0/+7
* | 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-0712-0/+362