summaryrefslogtreecommitdiff
path: root/numpy/__init__.pyi
Commit message (Expand)AuthorAgeFilesLines
* MAINT: correct typing for ndarray.__array_finalize__Marten van Kerkwijk2022-01-091-1/+1
* TYP: Allow time manipulation functions to accept `data` and `timedelta` objectsBas van Beek2022-01-061-1/+1
* TYP,MAINT: Allow `ndindex` to accept integer tuplesBas van Beek2022-01-021-0/+3
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-10/+9
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-120/+115
* STY: Replace `Union` with the `|` operatorBas van Beek2021-12-221-60/+60
* STY: Replace `Optional` with the `|` operatorBas van Beek2021-12-221-60/+59
* BUG: Remove invalid `__dlpack__` decoratorBas van Beek2021-11-261-3/+0
* MAINT: Remove a redundant overloadBas van Beek2021-11-261-2/+1
* Merge branch 'main' into never_copyRalf Gommers2021-11-121-45/+63
|\
| * change from_dlpack to _dlpack, remove unused headermattip2021-11-021-1/+1
| * UpdatesMatti Picus2021-11-021-1/+1
| * BUG, TST: Device bugfix and test __dl_device__.Hameer Abbasi2021-11-021-1/+1
| * MAINT, BUG: Documentation for DLPack protocol and refcounting bug fixes.Hameer Abbasi2021-11-021-0/+7
| * ENH: Add the __dlpack__ and __dlpack_device__ methods to ndarray.Hameer Abbasi2021-11-021-0/+10
| * Merge pull request #20224 from Azureblade3808/use-alias-for-dtype-in-type-stubsBas van Beek2021-11-021-45/+46
| |\
| | * BUG: Fix shadowed reference of `str` in the type stubsBas van Beek2021-11-011-14/+12
| | * BUG: Fix shadowed reference of `dtype` in type stubs傅立业(Chris Fu)2021-10-291-31/+34
* | | L[0]->L[False], L[1]->L[True]Gagandeep Singh2021-11-101-2/+2
* | | resolved conflictsGagandeep Singh2021-11-021-589/+1039
|\ \ \ | |/ /
| * | ENH: Adding `scalar.bit_count()` (popcount) (#19355)Ganesh Kathiresan2021-11-011-0/+1
| |/
| * DEP: Deprecate `finfo.machar`Bas van Beek2021-10-271-9/+0
| * DEP: Deprecate `np.MachAr`Bas van Beek2021-10-261-11/+3
| * MAINT: Add annotations for remaining unannotated methodsBas van Beek2021-10-251-10/+71
| * MAINT: Remove the default `memo` value of `ndarray.__deepcopy__`Bas van Beek2021-10-251-1/+1
| * MAINT: Remove redundant `NoReturn` overloadsBas van Beek2021-10-251-88/+0
| * MAINT: Move `_SupportsWrite` to the main numpy namespace & parametrize itBas van Beek2021-10-251-3/+7
| * ENH: Add annotations for `np.chararray`Bas van Beek2021-10-231-53/+422
| * ENH: Add annotations for `np.matrix`Bas van Beek2021-10-121-47/+120
| * ENH: Add annotations for `np.lib.polynomial`Bas van Beek2021-10-071-58/+76
| * ENH: Add annotations for `ndarray.__getitem__`Bas van Beek2021-09-301-2/+20
| * ENH: Add annotations for `np.lib.function_base`Bas van Beek2021-09-301-18/+19
| * ENH: Add annotations for `np.memmap`Bas van Beek2021-09-271-12/+63
| * Merge pull request #19953 from BvB93/nditerCharles Harris2021-09-261-33/+110
| |\
| | * ENH: Add annotations for `nditer` and `nested_iters`Bas van Beek2021-09-251-33/+110
| * | Merge pull request #19879 from BvB93/cls_getitemCharles Harris2021-09-251-0/+12
| |\ \ | | |/ | |/|
| | * ENH: Add `dtype.__class_getitem__`Bas van Beek2021-09-151-0/+3
| | * ENH: Add `number.__class_getitem__`Bas van Beek2021-09-151-0/+2
| | * ENH: Add `ndarray.__class_getitem__`Bas van Beek2021-09-151-0/+7
| * | Merge pull request #19949 from BvB93/recCharles Harris2021-09-241-45/+80
| |\ \
| | * | MAINT: Move `np.rec` to `np.core.records`Bas van Beek2021-09-241-2/+2
| | * | ENH: Add annotations for `record`, `recarray` and `format_parser`Bas van Beek2021-09-241-38/+66
| | * | MAINT: Allow `void.__getitem__` to take strings or lists thereofBas van Beek2021-09-241-2/+9
| | * | MAINT: Add a few missing parameter types to `ndarray.__new__`Bas van Beek2021-09-241-3/+3
| * | | MAINT: Add annotations for three missing `ndarray` methodsBas van Beek2021-09-241-0/+19
| |/ /
| * | Merge pull request #19911 from DimitriPapadopoulos/codespellSebastian Berg2021-09-211-1/+1
| |\ \
| | * | DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
| * | | MAINT: Move the `np.char` stubs to `np.core.defchararray`Bas van Beek2021-09-211-1/+3
| |/ /
| * | MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence`Bas van Beek2021-09-191-247/+61
| |/
* | Addressed reviewsczgdp18072021-09-041-1/+0