summaryrefslogtreecommitdiff
path: root/numpy/typing
Commit message (Expand)AuthorAgeFilesLines
* ENH: Type the `like` parameter via a `__array_function__` protocolBas van Beek2022-01-112-0/+3
* TYP: Add a protocol class representing `__array_function__`Bas van Beek2022-01-112-0/+15
* MAINT: removed duplicate 'int' type in ScalarTypeGaëtan de Menten2022-01-102-6/+6
* TYP: Allow time manipulation functions to accept `data` and `timedelta` objectsBas van Beek2022-01-061-0/+12
* TYP,MAINT: Allow `ndindex` to accept integer tuplesBas van Beek2022-01-022-0/+3
* TYP,TST: Bump mypy to 0.930Bas van Beek2021-12-261-1/+1
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-239-12/+13
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-2333-163/+154
* STY: Replace `Union` with the `|` operatorBas van Beek2021-12-222-8/+9
* STY: Replace `Optional` with the `|` operatorBas van Beek2021-12-221-2/+4
* Merge pull request #20611 from BvB93/mypyCharles Harris2021-12-171-5/+5
|\
| * TST: Fix mypy 0.920-related test failuresBas van Beek2021-12-161-5/+5
* | ENH: add ndmin to `genfromtxt` behaving the same as `loadtxt` (#20500)Ivan Gonzalez2021-12-161-1/+1
* | MAINT: Add `np.rec.array` overloads for `None` and file-like objectsBas van Beek2021-12-151-0/+21
* | MAINT: Allow the `loadtxt` comments parameter to be `None`Bas van Beek2021-12-151-0/+1
|/
* TST: Strip overload/protocol suggestions from reported mypy errorsBas van Beek2021-11-261-1/+1
* TST: Cache the compiled regex pattern in the `test_reveal` typing testsBas van Beek2021-11-261-3/+3
* ENH: Add dtype-typing support to `np.core.function_base`Bas van Beek2021-11-262-7/+21
* BUG: Remove invalid `__dlpack__` decoratorBas van Beek2021-11-261-0/+3
* Merge pull request #20433 from BvB93/122_typingCharles Harris2021-11-221-0/+8
|\
| * BUG: Fix an incorrect protocol used in `np.lib.shape_base`Bas van Beek2021-11-221-0/+8
* | TST: Add typing tests for `np.emath`Bas van Beek2021-11-221-0/+52
|/
* MAINT: Rename interpolation to method in percentile stubsSebastian Berg2021-11-121-2/+2
* MAINT: Do not forward `__(deep)copy__` calls of `_GenericAlias` to the wrappe...Bas van Beek2021-11-102-0/+18
* TST,MAINT: Allow module names to be excluded in typing tests (#20287)Sayantika Banik2021-11-0347-2603/+2614
* TST: Add typing tests for `np.fft`Bas van Beek2021-11-021-0/+35
* STY: Linting fixesBas van Beek2021-10-291-3/+6
* TST: Account for the platform-specific mapping of numpy- to ctypes-typesBas van Beek2021-10-292-37/+74
* TST,ENH: Print the relevant expression whenever a `test_fail` or `test_reveal...Bas van Beek2021-10-291-15/+28
* TST: Add typing tests for `np.ctypeslib`Bas van Beek2021-10-291-0/+80
* DEP: Deprecate `finfo.machar`Bas van Beek2021-10-271-26/+0
* TST: Update the typing tests of `np.core.numeric`Bas van Beek2021-10-263-68/+122
* TST: Strip the file-extensions from the parametrize IDBas van Beek2021-10-261-9/+3
* TST: Update the typing testsBas van Beek2021-10-255-13/+26
* Merge pull request #20165 from BvB93/chararrayCharles Harris2021-10-222-0/+191
|\
| * TST: Add typing tests for `np.chararray`Bas van Beek2021-10-232-0/+191
* | Merge pull request #20071 from alessiamarcolini/refactorCharles Harris2021-10-225-5/+3
|\ \ | |/ |/|
| * MAINT: remove unused importsAlessia Marcolini2021-10-085-5/+3
* | TST: Add typing tests for `np.matrix`Bas van Beek2021-10-121-0/+69
* | Merge pull request #20063 from BvB93/histogramsCharles Harris2021-10-092-0/+32
|\ \
| * | TST: Add typing tests for `np.lib.histograms`Bas van Beek2021-10-072-0/+32
| |/
* | TST: Add typing tests for `np.lib.polynomial`Bas van Beek2021-10-072-0/+140
|/
* Merge pull request #20036 from BvB93/function_base3Charles Harris2021-10-052-0/+58
|\
| * TST: Add typing tests for `np.lib.function_base` part 3Bas van Beek2021-10-052-0/+58
* | MAINT: Fixed an issue wherein `npt._NestedSequence` did not supertype `range`Bas van Beek2021-10-052-4/+2
|/
* TST: Summarize the line number when `test_fail` receives unexpected mypy outputsBas van Beek2021-10-041-1/+3
* TST: Add more typing tests for `np.lib.function_base`Bas van Beek2021-10-042-1/+58
* Merge pull request #20006 from BvB93/function-baseCharles Harris2021-10-044-0/+133
|\
| * MAINT: Remove `slice` from the accepted `np.place` mask-typesBas van Beek2021-10-011-0/+1
| * TST: Add typing tests for `ndarray.__getitem__`Bas van Beek2021-09-302-0/+15