summaryrefslogtreecommitdiff
path: root/numpy/typing/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* BLD: Drop typing extension as an (optional) runtime dependencyBas van Beek2021-08-301-7/+0
* MAINT: Drop .py code-paths specific to Python 3.7Bas van Beek2021-08-301-18/+1
* ENH: Add `__path__` annotations to all sub-packagesBas van Beek2021-07-251-0/+1
* DOC: Add `versionadded` directives to `numpy.typing`Bas van Beek2021-06-221-0/+6
* DOC: Move the `mypy`-plugin docs to its respective moduleBas van Beek2021-06-221-26/+1
* REV,BUG: Replace `NotImplemented` with `typing.Any`Bas van Beek2021-06-051-7/+7
* Merge pull request #19062 from BvB93/ctypes-pluginCharles Harris2021-05-281-4/+7
|\
| * ENH: Add a mypy plugin for inferring the precision of `np.ctypeslib.c_intp`Bas van Beek2021-05-211-4/+7
* | STY: Use the PEP 604 pipe operator over `Optional` and `Union`Bas van Beek2021-05-271-2/+2
* | STY: Use `GenericAlias` to get rid of string-based literal expressionsBas van Beek2021-05-271-0/+1
* | MAINT: Unconditionally import from `typing_extensions` while static type chec...Bas van Beek2021-05-271-5/+1
* | ENH: Add a global constant to `numpy.typing` denoting whether or not `typing_...Bas van Beek2021-05-271-0/+12
|/
* ENH: Improve the `np.ufunc` annotationsBas van Beek2021-05-201-3/+18
* MAINT: Added a missing object to `npt.__all__`Bas van Beek2021-05-201-1/+1
* MAINT: Replace `_ArrayND` with `NDArray`Bas van Beek2021-05-121-1/+0
* API: Add a runtime-subscriptable alias for `ndarray`Bas van Beek2021-05-121-0/+1
* ENH: Added a (python-based) backport of `types.GenericAlias`Bas van Beek2021-05-121-0/+3
* DOC: Add a segment to the `numpy.typing` docs about 0D arraysBas van Beek2021-04-301-0/+14
* MAINT: Remove the `np.typing._ArrayOrScalar` type-aliasBas van Beek2021-04-301-1/+0
* MAINT: Added the `_ArrayLikeInt` type aliasBas van Beek2021-02-251-1/+1
* MAINT: Added `_DTypeLikeComplex_co`, an alias of all dtype-likes that can be ...Bas van Beek2021-02-101-0/+1
* ENH: Add a plugin for exposing platform-specific extended-precision `np.number`sBas van Beek2021-02-051-8/+13
* ENH: Added aliases for commonly used dtype-like objectsBas van Beek2021-01-261-1/+16
* ENH: Add dtype support to the array comparison ops (#18128)Bas van Beek2021-01-211-0/+5
* DOC: Added a missing `Union` importBas van Beek2021-01-191-1/+1
* DOC,TST: Update the `NBitBase` exampleBas van Beek2021-01-191-2/+4
* Merge pull request #18191 from pmav99/panos/fix_18190Charles Harris2021-01-191-2/+2
|\
| * STY: Use explicit reexports for numpy.typing objectspmav992021-01-191-2/+2
* | MAINT: Renamed `_ArrayLike<X>` to `_ArrayLike<X>_co`Bas van Beek2021-01-181-11/+11
* | MAINT: Renamed `<X>Like` to `<X>Like_co`Bas van Beek2021-01-181-10/+10
|/
* Merge pull request #17843 from BvB93/precision-pluginRalf Gommers2020-12-221-5/+80
|\
| * DOC,STY: Fixed a few typos and the likesBas van Beek2020-12-221-5/+5
| * ENH: Centralize all `DTypeLike` string aliases in `numpy.typing`Bas van Beek2020-12-221-0/+41
| * ENH: Added a mypy plugin for handling platform-specific `np.number` precisionsBas van Beek2020-12-221-0/+34
* | MAINT: Add aliases for commonly used `ArrayLike` objectsBas van Beek2020-12-211-1/+17
|/
* Merge pull request #17795 from BvB93/x-likeMatti Picus2020-12-091-0/+2
|\
| * ENH: Add `_UIntLike` and `_TD64Like`Bas van Beek2020-11-171-0/+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