summaryrefslogtreecommitdiff
path: root/numpy/typing
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
| * | MAINT: Fixed a few issues with the `__call__`-based protocolsBas van Beek2020-10-171-38/+34
| * | DOC: Fixed some docstring formattingBas van Beek2020-10-171-18/+20
| * | MAINT: Removed a now redundant `TODO` commentBas van Beek2020-10-171-3/+0
| * | ENH: Make `complexfloating` generic w.r.t 2 typevarsBas van Beek2020-10-171-2/+6
| * | ENH: Added support for `number` precisionBas van Beek2020-10-172-24/+163
* | | 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-164-17/+57
|\ \ \ | |/ / |/| |