summaryrefslogtreecommitdiff
path: root/numpy/__init__.pyi
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Add annotations for `dtype.__getitem__`, `__mul__` and `names` (#18599)Bas van Beek2021-03-131-0/+20
* ENH: Add annotations for certain module-level dundersBas van Beek2021-02-021-0/+3
* 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
| * | Minor bug fixRoyston E Tauro2020-10-081-1/+1
| * | ENH: Marked all constants as `FinalRoyston E Tauro2020-10-081-1/+1
| * | Update __init__.pyiRoyston E Tauro2020-10-081-42/+43
* | | Merge pull request #17479 from person142/np-unicodeCharles Harris2020-10-091-2/+2
|\ \ \
| * | | MAINT: add str0 as an alias of str_ on the typing levelJosh Wilson2020-10-071-2/+1
| * | | ENH: type np.unicode_ as np.str_Josh Wilson2020-10-061-1/+2
* | | | Merge pull request #17465 from BvB93/bitwise-opsCharles Harris2020-10-091-16/+63
|\ \ \ \
| * | | | ENH: Add annotations for `generic` and `ndarray` bitwise operationsBas van Beek2020-10-051-16/+63
| |/ / /
* | | | Merge pull request #17487 from BvB93/duplicateCharles Harris2020-10-081-19/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | MAINT: Removed a number of duplicate placeholdersBas van Beek2020-10-071-20/+0
* | | | BUG: remove `sys` from the type stubsJosh Wilson2020-10-071-1/+0
| |_|/ |/| |
* | | MAINT: Move aliases for common scalar unions to `numpy.typing` (#17429)Bas van Beek2020-10-071-8/+12
|/ /
* | MAINT: Move the `np.core.numeric` functions to their own stub fileBas van Beek2020-10-071-114/+32
|/
* Merge pull request #17372 from BvB93/from-numericCharles Harris2020-10-051-36/+451
|\
| * TST: Added new `ndarray`/`generic` typing testsBas van Beek2020-09-221-4/+7
| * MAINT: Moved a few constants back to `__init__.pyi`; cleaned up their namesBas van Beek2020-09-221-7/+22
| * MAINT: Moved a number of methods from `_ArrayOrScalarCommon` to `ndarray`Bas van Beek2020-09-221-60/+63
| * ENH: Add annotations for non-magic ndarray methodsBas van Beek2020-09-221-36/+430