summaryrefslogtreecommitdiff
path: root/numpy/typing/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-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
| * MAINT: Manually assign the full path rather than using `os.path.abspath`Bas van Beek2021-01-221-1/+2
| * TST: Run mypy once and cache the resultsBas van Beek2021-01-211-45/+33
* | ENH: Add dtype support to the array comparison ops (#18128)Bas van Beek2021-01-213-57/+144
|/
* TST: Added a tests for `number` invariancyBas van Beek2021-01-191-0/+6
* DOC,TST: Update the `NBitBase` exampleBas van Beek2021-01-191-2/+3
* TST: Clear the mypy cache before running any typing testsBas van Beek2021-01-151-0/+10
* DEP: Deprecate `data_type.dtype` if attribute is not already a dtype (#13578)Sebastian Berg2021-01-061-1/+1
* TST: Use type-aliases for describing `np.number` subclassesBas van Beek2020-12-238-434/+432
* TST: Allow mypy output types to be specified via aliasesBas van Beek2020-12-231-3/+79
* DOC: Add a comment about truncating and sub-string matchingBas van Beek2020-12-221-0/+3
* MAINT,TST: Fixed a failure due platform-dependent precisionsBas van Beek2020-12-221-4/+4
* ENH: Take the precision of `np.int_` into account arithmetic operationsBas van Beek2020-12-223-34/+34
* ENH: Use `intp` as return type for all appropiate functionsBas van Beek2020-12-222-18/+18
* ENH: Added a mypy plugin for handling platform-specific `np.number` precisionsBas van Beek2020-12-223-1/+72
* TST: Added typing tests for `np.core.arrayprint`Bas van Beek2020-12-193-0/+69
* Merge pull request #17981 from BvB93/flatiterCharles Harris2020-12-114-15/+20
|\
| * TST: Updated the `__array__` typing testsBas van Beek2020-12-112-6/+6
| * TST: Updated the `np.flatiter` typing testsBas van Beek2020-12-112-9/+14
* | TST: Add new tests for `dtype` methodsBas van Beek2020-12-092-0/+16
|/
* TST: Fixed an issue where the typing tests would fail for comparison operationsBas van Beek2020-12-051-36/+36
* Merge pull request #17719 from BvB93/ndarrayCharles Harris2020-12-054-262/+262
|\
| * TST: Replace `numpy.ndarray` with `numpy.ndarray[Any, Any]`Bas van Beek2020-11-264-262/+262
* | TST: Added typing tests for comparison opsBas van Beek2020-11-242-0/+494
|/
* MAINT: Set the ufunc and ndarray ops return type to `Any`Bas van Beek2020-11-193-51/+51
* TST: Updated the scalar typing testsBas van Beek2020-11-143-2/+35
* Merge pull request #17643 from BvB93/ufunc_configCharles Harris2020-11-143-0/+96
|\
| * TST: Added typing tests for `np.core._ufunc_config`Bas van Beek2020-10-263-0/+96
* | 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