summaryrefslogtreecommitdiff
path: root/numpy/ctypeslib.pyi
Commit message (Expand)AuthorAgeFilesLines
* TYP,MAINT: Add a missing explicit Any parameterFrancesc Elies2023-02-211-2/+2
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
* MAINT: Create the `_ArrayLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-6/+1
* MAINT: Create the `_DTypeLike` type-alias in `numpy.typing`Bas van Beek2022-01-241-6/+1
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-2/+1
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-31/+27
* STY: Replace `Optional` with the `|` operatorBas van Beek2021-12-221-2/+1
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-1/+0
* ENH: Add annotations for `np.ctypeslib`Bas van Beek2021-10-291-7/+260
* ENH: Add a mypy plugin for inferring the precision of `np.ctypeslib.c_intp`Bas van Beek2021-05-211-4/+5
* ENH: Add improved placeholder annotations for `np.ctypeslib`Bas van Beek2021-04-231-7/+11
* MAINT: Add previously-missing placeholder annotationsBas van Beek2021-02-011-0/+1
* MAINT: Add missing `__all__` annotationsBas van Beek2021-02-011-1/+3
* DEP: Remove `ctypes_load_library` annotationsBas van Beek2020-08-201-1/+0
* Revert "REV: Removed deprecated `ctypeslib` stubs"Bas van Beek2020-08-201-0/+8
* REV: Removed deprecated `ctypeslib` stubsBas van Beek2020-08-201-8/+0
* ENH: Replace module-level `__getattr__` with explicitly defined objectsBas van Beek2020-08-191-2/+6
* ENH: Add placeholder stubs for all sub-modulesBas van Beek2020-08-191-0/+4