summaryrefslogtreecommitdiff
path: root/numpy/typing/_array_like.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-143/+0
* MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-0/+6
* MAINT: Rename the old `_ArrayLike` parameter used inside the `_array_like` mo...Bas van Beek2022-01-241-12/+12
* TYP: Add a protocol class representing `__array_function__`Bas van Beek2022-01-111-0/+14
* MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence`Bas van Beek2021-09-191-12/+21
* MAINT: Drop .py code-paths specific to Python 3.7Bas van Beek2021-08-301-18/+8
* MAINT: Remove unused imports and unreachable code (#18762)Elisha Hollander2021-07-071-3/+0
* MAINT: Replace `"dtype[Any]"` with `dtype` in the definiton of `npt.ArrayLike`Bas van Beek2021-06-241-1/+1
* MAINT: Added a missing `sys.version` checkBas van Beek2021-06-051-1/+1
* REV,BUG: Replace `NotImplemented` with `typing.Any`Bas van Beek2021-06-051-2/+2
* ENH: Add a global constant to `numpy.typing` denoting whether or not `typing_...Bas van Beek2021-05-271-9/+6
* MAINT: removed unused imports listed in LGTMdefault-3032021-05-241-2/+1
* MAINT: Replace `_ArrayND` with `NDArray`Bas van Beek2021-05-121-5/+0
* MAINT: Remove the `np.typing._ArrayOrScalar` type-aliasBas van Beek2021-04-301-2/+0
* MAINT: Relax the signature of the `__array__` protocolBas van Beek2021-03-121-2/+3
* MAINT: Added the `_ArrayLikeInt` type aliasBas van Beek2021-02-251-0/+5
* ENH: Add dtype support to the array comparison ops (#18128)Bas van Beek2021-01-211-2/+16
* MAINT: Renamed `_ArrayLike<X>` to `_ArrayLike<X>_co`Bas van Beek2021-01-181-12/+12
* MAINT: Add aliases for commonly used `ArrayLike` objectsBas van Beek2020-12-211-6/+79
* STY: Fixed a typo: `ofthe` -> `of the`Bas van Beek2020-12-111-1/+1
* ENH: Add dtype-support for the `__array__` protocolBas van Beek2020-12-111-8/+13
* MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-031-3/+3
* MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429)Bas van Beek2020-10-071-1/+7
* DOC: add reference to Python issue about buffer protocolsJosh Wilson2020-06-161-2/+4
* DOC: add note about supporting buffer protocols in `ArrayLike`Josh Wilson2020-06-151-0/+5
* DOC: add warning about typing-extensions module to numpy.typing docsJosh Wilson2020-06-111-2/+2
* MAINT: make typing module available at runtimeJosh Wilson2020-06-091-0/+27