summaryrefslogtreecommitdiff
path: root/numpy/__init__.pyi
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Merge pull request #17144 from BvB93/function-base-coreCharles Harris2020-09-071-0/+11
| |\
| | * ENH: Add stubs for `np.core.function_base`Bas van Beek2020-08-231-0/+11
| * | Merge pull request #17214 from BvB93/genericCharles Harris2020-09-071-47/+70
| |\ \
| | * | MAINT: Only allow `SupportsIndex` for python >= 3.8Bas van Beek2020-09-011-45/+23
| | * | MAINT: Fixed the super-class of `np.character`Bas van Beek2020-09-011-1/+1
| | * | ENH: Add an alias for `Union[str, bytes]`; updated two `np.generic` constructorsBas van Beek2020-09-011-23/+25
| | * | MAINT: Remove redundant `__r<op>__`Bas van Beek2020-09-011-3/+0
| | * | MAINT: Removed the `SupportsInt` protocol from `complexfloating` constructorsBas van Beek2020-09-011-2/+2
| | * | MAINT: Make `datetime64` a `generic` subclass (again)Bas van Beek2020-09-011-6/+5
| | * | MAINT: Explicitly define `real` and `imag` for a number of `generic` subclassesBas van Beek2020-09-011-10/+20
| | * | MAINT: Added missing builtin super-classes to a number of `generic`sBas van Beek2020-09-011-4/+4
| | * | MAINT: Added missing types to various `generic` constructorsBas van Beek2020-09-011-21/+53
| * | | Merge pull request #17104 from BvB93/sub-modulesCharles Harris2020-09-071-0/+19
| |\ \ \
| | * | | REV: Removed one last builtin moduleBas van Beek2020-08-191-3/+0
| | * | | REV: Removed the (accidently included) builtin `sys` moduleBas van Beek2020-08-191-8/+7
| | * | | ENH: Add placeholder stubs for all sub-modulesBas van Beek2020-08-191-7/+30
| | | |/ | | |/|
* | | | DEP: Removed `bool_.__index__`Bas van Beek2020-09-071-1/+0
* | | | MAINT: Moved all inplace-magic-methods to `np.ndarray`Bas van Beek2020-09-071-12/+13
* | | | DEP: Remove `ndarray.tostring()` stubs as it is deprecatedBas van Beek2020-09-071-1/+2
* | | | TST: Fixed a testBas van Beek2020-09-071-1/+1
* | | | MAINT: Remove two python 2 related if statementsBas van Beek2020-09-071-1/+1
* | | | MAINT: Removed the class-level `_ArrayOrScalarCommon.__getattr__` methodBas van Beek2020-09-071-72/+120
|/ / /
* | | Merge pull request #17235 from hugovk/rm-old-codeCharles Harris2020-09-071-26/+5
|\ \ \
| * | | MAINT: Remove old sys.version_info codeHugo2020-09-031-26/+5
| | |/ | |/|
* | | ENH: Added missing methods to `np.flatiter` (#17180)Bas van Beek2020-09-021-0/+16
|/ /
* | ENH: typing: Make `np.complexfloating` generic w.r.t. `np.floating` (#17172)Bas van Beek2020-09-011-11/+10
* | MAINT: Changed the `new_order` parameter to positional-onlyBas van Beek2020-08-291-1/+1
* | ENH: Increase the use of `Literal` typesBas van Beek2020-08-291-30/+37
* | ENH: Increase the use of `Literal` typesBas van Beek2020-08-291-0/+1
* | ENH: implement NEP-35's `like=` argument (gh-16935)Peter Andreas Entschev2020-08-281-6/+30
* | ENH: Add annotations to the last 8 functions in numpy.core.fromnumeric (#16729)Bas van Beek2020-08-241-0/+111
|/
* MAINT: Added the `order` parameter to `np.array()` (#16966)Bas van Beek2020-07-291-0/+2
* Allow `None` to be passed to certain `generic` subclassesBas van Beek2020-06-251-6/+10
* ENH: Added annotations to 8 functions from np.core.fromnumeric (#16647)Bas van Beek2020-06-221-0/+169
* ENH: add annotation for abs (#16618)Yuya Unno2020-06-211-0/+2
* MAINT: changed np.generic arguments to positional-only (#16583)Bas van Beek2020-06-141-23/+23
* MAINT: fix name of first parameter to dtype constructor in type stubsJosh Wilson2020-06-101-1/+6
* MAINT: simplifying annotations for np.core.from_numeric (#16556)Bas van Beek2020-06-101-37/+17
* ENH: add type stubs from numpy-stubsJosh Wilson2020-06-061-0/+1077