summaryrefslogtreecommitdiff
path: root/numpy/core/_asarray.pyi
Commit message (Expand)AuthorAgeFilesLines
* TYP,MAINT: Add a missing explicit Any parameterFrancesc Elies2023-02-211-4/+4
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
* ENH: Type the `like` parameter via a `__array_function__` protocolBas van Beek2022-01-111-4/+4
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-1/+2
* STY: Replace `Union` with the `|` operatorBas van Beek2021-12-221-3/+3
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-7/+1
* MAINT: Move 4 array constructors from `np.core._asarray` to `np.core.multiarray`Bas van Beek2021-06-111-35/+1
* DOC: Add TODO comment that `asarray` stubs will need movingSebastian Berg2021-03-181-0/+4
* MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-031-7/+7
* ENH: Add an alias for `Union[_Requirements, _E]`Bas van Beek2020-10-011-1/+2
* MAINT: Minor fixes; removed unused importsBas van Beek2020-10-011-11/+17
* ENH: Use literals where possibleBas van Beek2020-10-011-4/+4
* ENH,WIP: Added type hints to `np.core._asarray`Bas van Beek2020-10-011-0/+70