summaryrefslogtreecommitdiff
path: root/numpy/typing/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix link to PEP-484Sebastian Berg2022-06-301-1/+1
* Linking PEP-484, as suggestedssanya9422022-06-301-1/+1
* DOC: Fix an `automodule` pathBas van Beek2022-03-181-1/+1
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-229/+8
* MAINT: Create the `_DTypeLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-0/+1
* TYP: Add a protocol class representing `__array_function__`Bas van Beek2022-01-111-0/+1
* STY: Introduce various linting fixes to `numpy.typing`Bas van Beek2021-09-301-18/+36
* DOC: Add a note about record array dtypesBas van Beek2021-09-241-0/+16
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence`Bas van Beek2021-09-191-2/+2
* ENH: Add a protocol for representing nested sequencesBas van Beek2021-09-191-0/+1
* DOC: Fix the module names of `numpy.typing` objectsBas van Beek2021-09-161-0/+2
* MAINT: Mark type-check-only ufunc subclasses as ufunc aliases during runtimeBas van Beek2021-09-091-7/+10
* 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