summaryrefslogtreecommitdiff
path: root/numpy/__init__.pyi
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add dtype-support to 3 `generic`/`ndarray` methodsBas van Beek2021-05-311-19/+106
* Merge pull request #19029 from BvB93/internalCharles Harris2021-05-201-1/+1
|\
| * ENH: Improve the annotations of `np.core._internal`Bas van Beek2021-05-181-1/+1
* | ENH: Improve the `np.ufunc` annotationsBas van Beek2021-05-201-124/+109
* | STY: Alias `typing.Literal` as `L`Bas van Beek2021-05-201-26/+26
|/
* Merge pull request #18935 from BvB93/generic-aliasCharles Harris2021-05-171-390/+390
|\
| * MAINT: Replace `_ArrayND` with `NDArray`Bas van Beek2021-05-121-390/+390
* | Merge pull request #19002 from BvB93/datasourceCharles Harris2021-05-171-11/+42
|\ \
| * | ENH: Add annotations for `np.broadcast`Bas van Beek2021-05-131-4/+23
| * | ENH: Add annotations for `np.DataSource`Bas van Beek2021-05-121-7/+19
* | | DOC: Add a note about `np.timedelta64`, units and scalar conversionBas van Beek2021-05-131-0/+3
* | | ENH: Add dtype-support to 4 `ndarray` magic methodsBas van Beek2021-05-131-4/+18
* | | ENH: Add dtype support to 7 `ndarray`/`generic` methodsBas van Beek2021-05-131-16/+57
* | | MAINT: Remove `ndarray`-based typevarsBas van Beek2021-05-131-6/+6
* | | STY: Various misc style changesBas van Beek2021-05-131-8/+35
|/ /
* | ENH: Add annotations for `generic.repeat` and `ndarray.repeat`Bas van Beek2021-05-121-6/+12
* | ENH: Add annotations for `generic.take` and `ndarray.take`Bas van Beek2021-05-121-25/+52
* | ENH: Add annotations for `ndarray.item`Bas van Beek2021-05-121-2/+15
* | ENH: Add annotations for `generic.item` and `generic.tolist`Bas van Beek2021-05-121-2/+38
* | MAINT: Remove two duplicate (redundant) type aliasesBas van Beek2021-05-121-23/+15
* | MAINT: Set a number of `None`-based return typesBas van Beek2021-05-121-3/+3
|/
* MAINT: Remove the PEP 604 pipe operatorBas van Beek2021-05-101-13/+13
* MAINT: Remove unsafe unions from `np`Bas van Beek2021-04-301-275/+276
* MAINT: Import `np.lib`-based functions from aforementioned namespaceBas van Beek2021-04-261-151/+182
* MAINT: import `emath` from `np.lib`Bas van Beek2021-04-261-1/+4
* ENH: Add improved placeholder annotations for `np.lib`Bas van Beek2021-04-261-3/+59
* ENH: Add improved placeholder annotations for `np.matrixlib`Bas van Beek2021-04-231-1/+39
* ENH: Add improved placeholder annotations for `np.rec`Bas van Beek2021-04-231-3/+9
* ENH: Add improved placeholder annotations for `np.char`Bas van Beek2021-04-231-1/+41
* MAINT: Add `void.__getitem__` and `__setitem__`Bas van Beek2021-04-231-0/+2
* ENH: Add annotations for 4 objects in `np.core.numerictypes`Bas van Beek2021-04-201-8/+4
* Merge pull request #18800 from BvB93/indexCharles Harris2021-04-191-34/+51
|\
| * MAINT: Relax the miscellaneous integer-type-constraintsBas van Beek2021-04-171-34/+51
* | ENH: Define proper (unannotated) parameters for the class constructorsBas van Beek2021-04-191-17/+88
* | MAINT: Add an explicit `__call__` method to `np.vectorize` and `np.poly1d`Bas van Beek2021-04-171-0/+2
* | BUG: Add a default value to the `step` parameter of `np.arange`Bas van Beek2021-04-171-1/+1
* | MAINT: Update the key-type of `cast` and `nbytes`Bas van Beek2021-04-171-2/+4
* | MAINT: Add `__new__` to the placeholder stubs for classesBas van Beek2021-04-171-1/+17
|/
* ENH: Improve the placeholder annotations of the C-based functionsBas van Beek2021-04-151-32/+58
* ENH: Improve the placeholder annotations for classesBas van Beek2021-04-151-16/+48
* MAINT: Ensure that the `np.ndarray` constructor can take any shape-like ojectBas van Beek2021-04-141-1/+1
* DEP: Remove all references to `numarray` from the namespaceBas van Beek2021-04-131-1/+0
* ENH: Annotate a few previously missing ufuncs as suchBas van Beek2021-04-131-4/+4
* ENH: Improve placeholder annotations for C-based functionsBas van Beek2021-04-131-36/+37
* ENH: Improve placeholder annotations for Python-based functionsBas van Beek2021-04-131-149/+150
* ENH: Improve placeholder annotation for non-function objectsBas van Beek2021-04-131-30/+39
* Merge pull request #17586 from BvB93/type_aliasesCharles Harris2021-03-301-1/+0
|\
| * DEP: Formally deprecate the use of `typeDict`Bas van Beek2021-01-161-1/+0
* | Remove trailing whitespaceAlexander Hunt2021-03-291-2/+2
* | Remove unnecessary commentsAlex2021-03-291-2/+0