summaryrefslogtreecommitdiff
path: root/numpy/typing/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* STY: Use explicit reexports for numpy.typing objectsBas van Beek2021-01-191-2/+2
* 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-241-18/+48
* MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-031-3/+3
* DOC: Fixed some docstring formattingBas van Beek2020-10-171-18/+20
* ENH: Added support for `number` precisionBas van Beek2020-10-171-0/+80
* ENH: make dtype generic over scalar typeJosh Wilson2020-10-071-1/+1
* MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429)Bas van Beek2020-10-071-1/+10
* MAINT: Move typing testsCharles Harris2020-09-071-0/+5
* DOC: Add correctness vs strictness consideration for np.dtype (#16917)Anirudh Subramanian2020-08-031-2/+16
* DOC: clarify `ArrayLike` example in typing docsJosh Wilson2020-06-151-5/+21
* DOC: add warning about typing-extensions module to numpy.typing docsJosh Wilson2020-06-111-0/+9
* DOC: add documentation for the numpy.typing moduleJosh Wilson2020-06-101-0/+53
* MAINT: make typing module available at runtimeJosh Wilson2020-06-091-0/+3