summaryrefslogtreecommitdiff
path: root/numpy/typing
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.typing._callable`Bas van Beek2021-05-051-3/+3
* 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 typing failure for python 3.7Bas van Beek2021-05-031-9/+9
* 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-022-1/+13
* 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
* STY: Use explicit reexports for numpy.typing objectsBas van Beek2021-01-191-2/+2
* MAINT: clean up a spurious warning in numpy/typing/setup.pyRalf Gommers2020-12-021-1/+0
* DOC: Add a note to provide clarification about `__all__: List[str]`Bas van Beek2020-11-251-0/+3
* STY: Removed an unused f-stringBas van Beek2020-11-251-1/+1
* MAINT: Add `__all__` to `numpy.typing`Bas van Beek2020-11-251-2/+10
* DOC: Update the `numpy.typing` documentationBas van Beek2020-11-242-18/+144
* 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-032-0/+35
|\ \
| * | TST: Validate the existence of `.pyi` stub filesBas van Beek2020-11-031-0/+34
| * | BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
* | | MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-035-26/+26
|/ /
* | 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
* | MAINT: Removed unused importsBas van Beek2020-10-221-4/+0
* | ENH: Add annotations for `__mod__` & `__divmod__`Bas van Beek2020-10-221-1/+123
|/
* 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-2114-469/+622
|\ \ \ | |_|/ |/| |
| * | TST: Update the tests introduced in the latest rebaseBas van Beek2020-10-171-10/+10
| * | MAINT: Removed an unused importBas van Beek2020-10-171-1/+1
| * | 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