summaryrefslogtreecommitdiff
path: root/numpy/typing/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix failing mypy test in 1.20.x.Charles Harris2021-05-091-2/+2
* MAINT: Remove unsafe unions from `np`Bas van Beek2021-05-052-59/+59
* MAINT: Remove unsafe unions from `np.core.numeric`Bas van Beek2021-05-051-5/+5
* MAINT: Remove unsafe unions from `np.core.function_base`Bas van Beek2021-05-051-1/+1
* MAINT: Remove unsafe unions from `np.core.fromnumeric`Bas van Beek2021-05-052-196/+182
* TST: Fix a test failure for python 3.7Bas van Beek2021-05-021-2/+4
* STY: pep8 fixesBas van Beek2021-05-021-4/+9
* MAINT: Relax the integer-type-constraint of `npt._ShapeLike`Bas van Beek2021-05-021-0/+3
* BUG: Correct `datetime64` missing type overload for `datetime.date`Bas van Beek2021-04-131-0/+1
* API: Move `polynomial.polyutils` to the `PRIVATE_BUT_PRESENT_MODULES` listBas van Beek2021-03-172-2/+0
* MAINT: Re-export a number of sub-modulesBas van Beek2021-03-173-0/+31
* MAINT: Add annotations for `dtype.__getitem__`, `__mul__` and `names` (#18599)Bas van Beek2021-03-132-0/+35
* MAINT: Add missing `__all__` annotationsBas van Beek2021-02-022-0/+2
* ENH: Add annotations for certain module-level dundersBas van Beek2021-02-022-0/+43
* 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
* | 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
|\ \