summaryrefslogtreecommitdiff
path: root/numpy/__init__.pyi
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add annotations for `np.chararray`Bas van Beek2021-10-231-53/+422
* ENH: Add annotations for `np.matrix`Bas van Beek2021-10-121-47/+120
* ENH: Add annotations for `np.lib.polynomial`Bas van Beek2021-10-071-58/+76
* ENH: Add annotations for `ndarray.__getitem__`Bas van Beek2021-09-301-2/+20
* ENH: Add annotations for `np.lib.function_base`Bas van Beek2021-09-301-18/+19
* ENH: Add annotations for `np.memmap`Bas van Beek2021-09-271-12/+63
* Merge pull request #19953 from BvB93/nditerCharles Harris2021-09-261-33/+110
|\
| * ENH: Add annotations for `nditer` and `nested_iters`Bas van Beek2021-09-251-33/+110
* | Merge pull request #19879 from BvB93/cls_getitemCharles Harris2021-09-251-0/+12
|\ \ | |/ |/|
| * ENH: Add `dtype.__class_getitem__`Bas van Beek2021-09-151-0/+3
| * ENH: Add `number.__class_getitem__`Bas van Beek2021-09-151-0/+2
| * ENH: Add `ndarray.__class_getitem__`Bas van Beek2021-09-151-0/+7
* | Merge pull request #19949 from BvB93/recCharles Harris2021-09-241-45/+80
|\ \
| * | MAINT: Move `np.rec` to `np.core.records`Bas van Beek2021-09-241-2/+2
| * | ENH: Add annotations for `record`, `recarray` and `format_parser`Bas van Beek2021-09-241-38/+66
| * | MAINT: Allow `void.__getitem__` to take strings or lists thereofBas van Beek2021-09-241-2/+9
| * | MAINT: Add a few missing parameter types to `ndarray.__new__`Bas van Beek2021-09-241-3/+3
* | | MAINT: Add annotations for three missing `ndarray` methodsBas van Beek2021-09-241-0/+19
|/ /
* | Merge pull request #19911 from DimitriPapadopoulos/codespellSebastian Berg2021-09-211-1/+1
|\ \
| * | DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* | | MAINT: Move the `np.char` stubs to `np.core.defchararray`Bas van Beek2021-09-211-1/+3
|/ /
* | MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence`Bas van Beek2021-09-191-247/+61
|/
* Merge pull request #19803 from BvB93/is_integerCharles Harris2021-09-021-1/+2
|\
| * ENH: Add `integer.is_integer`Bas van Beek2021-08-311-0/+1
| * ENH: Add `is_integer` to the `np.floating` subclassesBas van Beek2021-08-311-1/+1
* | ENH: Use custom file-like protocols instead of `typing.IO`Bas van Beek2021-09-021-1/+12
* | STY: Use the PEP 457 positional-only syntax in the stub filesBas van Beek2021-08-311-57/+58
|/
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-27/+14
* Rm numpy.lib.npyio.loads.Ross Barnowski2021-08-051-1/+0
* Merge pull request #19540 from BvB93/getlimitsCharles Harris2021-07-271-1/+5
|\
| * MAINT: Update the `np.finfo` annotationsBas van Beek2021-07-221-1/+5
* | Merge pull request #19554 from MatthieuDartiailh/nditer-typingMatti Picus2021-07-271-0/+16
|\ \
| * | MAINT: add missing dunder methods to nditer type hintsMatthieu Dartiailh2021-07-251-0/+16
| |/
* | Merge pull request #19559 from BvB93/pytestMatti Picus2021-07-261-0/+2
|\ \ | |/ |/|
| * ENH: Add annotations for `<module>.test` objectsBas van Beek2021-07-251-0/+2
* | ENH: Add the `axis` and `ndim` attributes to `np.AxisError` (#19459)Bas van Beek2021-07-201-3/+6
* | Merge pull request #19444 from BvB93/shape_baseCharles Harris2021-07-191-2/+15
|\ \
| * | ENH: Add annotations for `__array_priority__`, `__array_wrap__` and `__array_...Bas van Beek2021-07-091-2/+15
| |/
* | Merge pull request #19421 from BvB93/getlimitsCharles Harris2021-07-191-8/+57
|\ \
| * | ENH: Add annotations for `iinfo` and `finfo`Bas van Beek2021-07-091-8/+57
| |/
* | Merge pull request #19408 from BvB93/miscCharles Harris2021-07-191-14/+23
|\ \
| * | ENH: Add annotations for `np.show_config`Bas van Beek2021-07-091-1/+2
| * | MAINT: Explicitly mark aliased functions from `from_numeric` as suchBas van Beek2021-07-091-8/+9
| * | MAINT: Re-export the content of `np.matrixlib`Bas van Beek2021-07-091-2/+6
| * | MAINT: Re-export the content of `np.lib.histograms`Bas van Beek2021-07-091-3/+6
| |/
* | DOC: Document that `size_t` is not guaranteed to map to `np.intp` under rare ...Bas van Beek2021-07-131-0/+3
* | MAINT: Add a missing `object` overload to `np.dtype`Bas van Beek2021-07-131-2/+10
* | MAINT: Add `ctypes` overloads to `np.dtype`Bas van Beek2021-07-131-30/+31
|/
* Merge pull request #19434 from BvB93/flagsobjSebastian Berg2021-07-081-31/+2
|\
| * MAINT: Move the `flagsobj` annotations to `np.core.multiarray`Bas van Beek2021-07-081-31/+2