summaryrefslogtreecommitdiff
path: root/numpy/typing
Commit message (Expand)AuthorAgeFilesLines
* TST: Add typing tests for the inplace `ndarray` magic methodsBas van Beek2021-03-042-6/+116
* TST: Improve a number of mypy-related exception messagesBas van Beek2021-03-041-7/+21
* TST: Validate the mypy exit-codeBas van Beek2021-03-041-1/+2
* Merge pull request #18397 from BvB93/index-tricksCharles Harris2021-02-275-1/+147
|\
| * MAINT: Relax the type-constraints of `IndexExpression.__getitem__`Bas van Beek2021-02-253-4/+4
| * TST: Add typing tests for `np.lib.index_tricks`Bas van Beek2021-02-253-0/+141
| * MAINT: Added the `_ArrayLikeInt` type aliasBas van Beek2021-02-252-1/+6
* | TST: Remove the `einsum` typing tests reliance on issuing a `ComplexWarning`Bas van Beek2021-02-261-3/+2
|/
* TST: Add final testsKevin Sheppard2021-02-241-311/+347
* Use {int_} for int return typesKevin Sheppard2021-02-241-65/+65
* BUG: Fix typing bugsKevin Sheppard2021-02-242-77/+75
* ENH: Add tests for RandomStateKevin Sheppard2021-02-242-0/+1165
* TST: Add tests for dtype and outKevin Sheppard2021-02-242-1/+83
* ENH/BUG: Improve definitions and fix bugsKevin Sheppard2021-02-242-9/+765
* ENH/BUG: Add tests and correct typing issuesKevin Sheppard2021-02-244-9/+1016
* TST: Add tests for random typingKevin Sheppard2021-02-243-0/+56
* Merge pull request #18390 from BvB93/einsumCharles Harris2021-02-126-1/+94
|\
| * TST: Fixed a broken `reveal` testBas van Beek2021-02-111-54/+18
| * TST: Removed an incorrect `dict.values()` callBas van Beek2021-02-111-1/+1
| * TST: Add typing tests for `np.core.einsumfunc`Bas van Beek2021-02-113-0/+120
| * MAINT: Added `_DTypeLikeComplex_co`, an alias of all dtype-likes that can be ...Bas van Beek2021-02-102-0/+9
* | BUG: Fix typo in char_codesKevin Sheppard2021-02-121-2/+2
|/
* TST: Add typing tests for `np.lib.ufunclike`Bas van Beek2021-02-093-0/+98
* Merge pull request #18322 from BvB93/plugin-precisionCharles Harris2021-02-087-33/+239
|\
| * ENH: Add support for extended-precision `np.number` arithmeticBas van Beek2021-02-052-19/+45
| * TST: Add tests for the extended-precision pluginBas van Beek2021-02-052-2/+73
| * ENH: Add a plugin for exposing platform-specific extended-precision `np.number`sBas van Beek2021-02-052-8/+73
| * ENH: Add support for all potential extended-precision `np.number`sBas van Beek2021-02-051-0/+42
| * STY: Remove the string-encasing of certain annotationsBas van Beek2021-02-051-4/+6
* | TST: Provide a more useful exception message if the `pass` tests failBas van Beek2021-02-051-1/+2
* | TST: Add typing tests for `ndarray.__floordivide__`Bas van Beek2021-02-053-0/+239
* | MAINT: Clarify that `timdelta64 / bool` raisesBas van Beek2021-02-051-0/+2
|/
* Merge pull request #18302 from BvB93/missing-attrCharles Harris2021-02-022-2/+24
|\
| * MAINT: Add missing `__all__` annotationsBas van Beek2021-02-012-2/+24
* | Merge pull request #18284 from BvB93/aliasesCharles Harris2021-02-012-0/+10
|\ \
| * | ENH: Add annotations for the remaining `np.generic` aliasesBas van Beek2021-02-012-0/+10
| |/
* | Merge pull request #18228 from BvB93/comparison3Charles Harris2021-02-014-63/+371
|\ \ | |/ |/|
| * TST: Added new tests for `ndarray` arithmeticBas van Beek2021-01-254-63/+371
* | Merge pull request #18236 from BvB93/dtype-likeRalf Gommers2021-01-293-10/+180
|\ \
| * | MAINT: typo fix: `_UInt8Codes` -> `_Int8Codes`Bas van Beek2021-01-291-1/+1
| * | ENH: Added aliases for commonly used dtype-like objectsBas van Beek2021-01-262-4/+165
| * | MAINT: Ensure that the `_SupportsDType` protocol can only take dtypes; not ar...Bas van Beek2021-01-262-7/+16
* | | MAINT: Removed annotations for `__NUMPY_SETUP__`, `__deprecated_attrs__` and ...Bas van Beek2021-01-273-6/+4
* | | TST: Add module-based tests to the `pass` testsBas van Beek2021-01-251-0/+23
* | | ENH: Add annotations for certain module-level dundersBas van Beek2021-01-251-0/+8
|/ /
* | TST: Fix two failing typing testsdependabot/pip/mypy-0.800Bas van Beek2021-01-251-2/+2
|/
* Merge pull request #18204 from BvB93/tst_mypyCharles Harris2021-01-242-44/+46
|\
| * MAINT: Do not split at the first `:` character if the path contains a windows...Bas van Beek2021-01-221-2/+10
| * TST: Enable the `show_absolute_path` option in mypy.iniBas van Beek2021-01-222-4/+2
| * TST: Alias `OUTPUT_MYPY` so that it appears in the local namespaceBas van Beek2021-01-221-6/+13