summaryrefslogtreecommitdiff
path: root/numpy/__init__.pyi
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ENH: Annotate the arithmetic operations of `ndarray` and `generic` (#17273)Bas van Beek2020-10-021-42/+139
* | MAINT: Removed placeholder annotationsBas van Beek2020-10-011-5/+0
* | MAINT: Replaced `__all__` with `import x as x`Bas van Beek2020-10-011-10/+5
* | ENH: Update the `np.__all__`Bas van Beek2020-10-011-0/+13
* | ENH: remove unnecessary annotations in __init__.pyi.Jun Kudo2020-10-011-3/+0
* | ENH: Replace the module-level `__getattr__` with explicit type annotations #1...Jun Kudo2020-10-011-2/+318
|/
* MAINT: Move the `fromnumeric` annotations to their own stub fileBas van Beek2020-09-141-476/+84
* MAINT: Removed an unbound variableBas van Beek2020-09-071-1/+1
* Merge branch 'master' into ndarray-methodsCharles Harris2020-09-071-46/+99
|\