summaryrefslogtreecommitdiff
path: root/numpy/__init__.pyi
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add dtype support to the array comparison ops (#18128)Bas van Beek2021-01-211-30/+107
* MAINT: Changed the `NBitBase` variancy in `number` from co- to invariantBas van Beek2021-01-191-91/+91
* MAINT: Simplify a unionBas van Beek2021-01-181-8/+8
* STY: Cleaned up the `numpy.typing` importsBas van Beek2021-01-181-4/+13
* MAINT: Renamed `<X>Like` to `<X>Like_co`Bas van Beek2021-01-181-68/+68
* ENH: Use `intp` as return type for all appropiate functionsBas van Beek2020-12-221-4/+4
* ENH: Centralize all `DTypeLike` string aliases in `numpy.typing`Bas van Beek2020-12-221-246/+126
* ENH: Added a mypy plugin for handling platform-specific `np.number` precisionsBas van Beek2020-12-221-36/+49
* ENH: Added annotations for `np.core.arrayprint`Bas van Beek2020-12-191-9/+12
* Merge pull request #17981 from BvB93/flatiterCharles Harris2020-12-111-10/+23
|\
| * ENH: Add dtype-support for `np.flatiter`Bas van Beek2020-12-111-7/+10
| * ENH: Add dtype-support for the `__array__` protocolBas van Beek2020-12-111-3/+13
* | Merge pull request #17968 from BvB93/dtype-typevarCharles Harris2020-12-111-5/+5
|\ \ | |/ |/|
| * MAINT: Use `dtype[Any]` instead of `dtype`Bas van Beek2020-12-091-1/+1
| * ENH: Replace `dtype` with the `_DType` typevarBas van Beek2020-12-091-4/+4
* | Merge pull request #17795 from BvB93/x-likeMatti Picus2020-12-091-25/+24
|\ \ | |/ |/|
| * MAINT: Simplify existing `_<X>Like` annotationsBas van Beek2020-11-171-25/+24
* | Merge pull request #17719 from BvB93/ndarrayCharles Harris2020-12-051-7/+13
|\ \
| * | ENH: Make `ndarray` generic w.r.t. its shape and dtypeBas van Beek2020-11-261-7/+13
* | | ENH: Added annotations for `ndarray`/`generic` comparison opsBas van Beek2020-11-241-4/+21
|/ /
* | MAINT: Set the ufunc and ndarray ops return type to `Any`Bas van Beek2020-11-191-37/+33
|/
* MAINT: Move a number of methods to `ndarray` / `generic`Bas van Beek2020-11-141-45/+61
* Merge pull request #17643 from BvB93/ufunc_configCharles Harris2020-11-141-7/+40
|\
| * ENH: Add annotations for `np.core._ufunc_config`Bas van Beek2020-10-261-7/+40
* | MAINT: Rename `DtypeLike` to `DTypeLike`Bas van Beek2020-11-031-49/+49
* | Merge pull request #17644 from BvB93/shape-baseRalf Gommers2020-11-011-7/+10
|\ \
| * | ENH: Add annotations for `np.core.shape_base`Bas van Beek2020-10-261-7/+10
| |/
* | MAINT: Removed a redundant protocol inheritanceBas van Beek2020-10-221-5/+1
* | MAINT: Add `__complex__` to all numeric typesBas van Beek2020-10-221-1/+3
* | ENH: Add annotations for `__mod__` & `__divmod__`Bas van Beek2020-10-221-4/+37
* | ENH: Add annotations for `ndarray` / `generic` magic methodsBas van Beek2020-10-221-11/+27
|/
* Merge pull request #17540 from BvB93/precisionMatti Picus2020-10-211-117/+111
|\
| * MAINT: Added a missing `__init__` methodBas van Beek2020-10-171-1/+2
| * ENH: Make `complexfloating` generic w.r.t 2 typevarsBas van Beek2020-10-171-4/+9
| * ENH: Added support for `number` precisionBas van Beek2020-10-171-118/+106
* | ENH: Add annotations for `np.core._type_aliases`Bas van Beek2020-10-191-2/+5
* | MAINT: Move the `np.core.numerictypes` annotations to their own stub fileBas van Beek2020-10-191-24/+12
|/
* ENH: add function to get broadcast shape from a given set of shapes. (#17535)madhulikajc2020-10-171-0/+2
* Merge pull request #17572 from BvB93/constantsCharles Harris2020-10-161-4/+6
|\
| * MAINT: Fix the type of `little_endian`Bas van Beek2020-10-151-1/+1
| * ENH: Added annotations for 3 new constantsBas van Beek2020-10-151-3/+5
* | Merge pull request #16759 from person142/dtype-genericCharles Harris2020-10-161-5/+313
|\ \ | |/ |/|
| * MAINT: remove character code literals for integer typesJosh Wilson2020-10-111-32/+0
| * MAINT: fix complex64 overload; add str0/bytes to literalsJosh Wilson2020-10-071-1/+3
| * MAINT: add more dtype __new__ overloads for missing scalar typesJosh Wilson2020-10-071-21/+261
| * ENH: make dtype generic over scalar typeJosh Wilson2020-10-071-5/+103
* | Merge pull request #17508 from lucasace/typing-final-featureCharles Harris2020-10-091-44/+43
|\ \
| * | [CODE]Redundant spaces removedRoyston E Tauro2020-10-091-1/+0
| * | [CODE] Made code cleanerRoyston E Tauro2020-10-091-1/+1
| * | Adjusted typing.Final's python 3.8 compatibilityRoyston E Tauro2020-10-081-3/+2