summaryrefslogtreecommitdiff
path: root/numpy/typing/tests/data/fail
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22316 from seberg/void-strctured-newSebastian Berg2022-11-211-2/+3
|\
| * ENH: Allow creating structured void scalars by passing dtypeSebastian Berg2022-09-211-2/+3
* | TST,TYP: Bump mypy to 0.981BvB932022-09-301-2/+0
|/
* TYP: Remove `normed=` from typing stubsSebastian Berg2022-06-021-1/+0
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-183-4/+4
* MAINT: Remove a leftover `__array_finalize__` property decoratorBas van Beek2022-02-231-0/+2
* TYP,TST: Add tests for known mypy-related false-positivesBas van Beek2022-02-211-0/+11
* TYP: Add dtype-typing support to `fromnumeric` part 3Bas van Beek2022-02-141-23/+31
* TST: Add more typing tests for `np.core.fromnumeric`Bas van Beek2022-02-091-25/+24
* TYP,ENH: Add dtype-typing support to `fromnumeric` (part 1)Bas van Beek2022-01-261-24/+24
* Merge pull request #20887 from BvB93/aliasesCharles Harris2022-01-241-1/+1
|\
| * TST: Fix failing typing testsBas van Beek2022-01-241-1/+1
* | ENH: Improve typing with the help of `ParamSpec`Bas van Beek2022-01-241-0/+2
|/
* ENH: Type the `like` parameter via a `__array_function__` protocolBas van Beek2022-01-111-0/+2
* TYP,MAINT: Allow `ndindex` to accept integer tuplesBas van Beek2022-01-021-0/+1
* 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-231-1/+2
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-238-22/+20
* ENH: Add dtype-typing support to `np.core.function_base`Bas van Beek2021-11-261-3/+3
* BUG: Fix an incorrect protocol used in `np.lib.shape_base`Bas van Beek2021-11-221-0/+8
* TST: Update the typing tests of `np.core.numeric`Bas van Beek2021-10-261-1/+1
* TST: Update the typing testsBas van Beek2021-10-252-10/+10
* TST: Add typing tests for `np.chararray`Bas van Beek2021-10-231-0/+62
* Merge pull request #20063 from BvB93/histogramsCharles Harris2021-10-091-0/+13
|\
| * TST: Add typing tests for `np.lib.histograms`Bas van Beek2021-10-071-0/+13
* | TST: Add typing tests for `np.lib.polynomial`Bas van Beek2021-10-071-0/+29
|/
* TST: Add typing tests for `np.lib.function_base` part 3Bas van Beek2021-10-051-0/+12
* TST: Add more typing tests for `np.lib.function_base`Bas van Beek2021-10-041-1/+23
* 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-301-0/+4
* TST: Add typing tests for `np.lib.function_base`Bas van Beek2021-09-301-0/+18
* TST,MAINT: Change the `data/reveal/` and `data/fail/` files to stub-onlyBas van Beek2021-09-3039-0/+0
* TST: Add typing tests for `np.memmap`Bas van Beek2021-09-271-0/+5
* TST: Add typing tests for `nditer` and `nested_iters`Bas van Beek2021-09-252-0/+15
* TST: Add typing tests for `np.rec`Bas van Beek2021-09-241-0/+17
* Merge pull request #19911 from DimitriPapadopoulos/codespellSebastian Berg2021-09-212-2/+2
|\
| * DOC: Typos found by codespellDimitri Papadopoulos2021-09-212-2/+2
* | TST: Add typing tests for `np.char`Bas van Beek2021-09-211-0/+66
|/
* TST: Added tests for `NestedSequence`Bas van Beek2021-09-191-0/+17
* MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence`Bas van Beek2021-09-192-3/+3
* TST: Add typing tests for `np.linalg`Bas van Beek2021-09-171-0/+48
* Merge pull request #19803 from BvB93/is_integerCharles Harris2021-09-021-1/+0
|\
| * TST: Add tests for `np.floating.is_integer`Bas van Beek2021-08-311-1/+0
* | TST: Update the IO-related typing testsBas van Beek2021-09-021-3/+3
|/
* Merge pull request #19680 from BvB93/fromregexCharles Harris2021-08-161-1/+0
|\
| * ENH: Allow `np.fromregex` to accept `os.PathLike` implementationsBas van Beek2021-08-161-1/+0
* | TST: Add typing tests for `np.lib.stride_tricks`Bas van Beek2021-08-161-0/+9
|/
* TST: Add typing tests for `np.lib.npyio`Bas van Beek2021-08-132-1/+31
* TST: Update the `np.core.numerictypes` typing testsBas van Beek2021-07-221-4/+4
* ENH: Add the `axis` and `ndim` attributes to `np.AxisError` (#19459)Bas van Beek2021-07-201-5/+3