summaryrefslogtreecommitdiff
path: root/numpy/typing/tests
Commit message (Expand)AuthorAgeFilesLines
* 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-051-0/+1
|/
* 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
* 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
* TST: Add typing tests for `np.lib.function_base`Bas van Beek2021-09-302-0/+117
* TST,MAINT: Change the `data/reveal/` and `data/fail/` files to stub-onlyBas van Beek2021-09-3087-2/+2
* STY: Introduce various linting fixes to `numpy.typing`Bas van Beek2021-09-302-31/+81
* TST: Add typing tests for `np.memmap`Bas van Beek2021-09-272-0/+21
* TST: Add typing tests for `nditer` and `nested_iters`Bas van Beek2021-09-254-13/+62
* TST: Add typing tests for `np.rec`Bas van Beek2021-09-242-0/+123
* MAINT: Move `np.rec` to `np.core.records`Bas van Beek2021-09-241-1/+0
* MAINT: Change the `npyio` recarray dtypes from `void` to `record`Bas van Beek2021-09-241-4/+4
* MAINT: Allow `void.__getitem__` to take strings or lists thereofBas van Beek2021-09-241-0/+6
* Merge pull request #19917 from BvB93/arraysetopsCharles Harris2021-09-211-0/+60
|\
| * TST: Add typing tests for `np.lib.arraysetop`Bas van Beek2021-09-211-0/+60
* | Merge pull request #19911 from DimitriPapadopoulos/codespellSebastian Berg2021-09-214-6/+6
|\ \
| * | DOC: Typos found by codespellDimitri Papadopoulos2021-09-214-6/+6
| |/
* | TST: Add typing tests for `np.char`Bas van Beek2021-09-212-0/+213
* | MAINT: Move the `np.char` stubs to `np.core.defchararray`Bas van Beek2021-09-211-1/+0
|/
* TST: Added tests for `NestedSequence`Bas van Beek2021-09-192-0/+40
* MAINT: Replace the old `_NestedSequence` union and remove `_RecursiveSequence`Bas van Beek2021-09-192-3/+3
* MAINT: Let `eig` and `eigvals` return a union for real inputsBas van Beek2021-09-181-4/+4
* TST: Add typing tests for `np.linalg`Bas van Beek2021-09-172-0/+145
* Merge pull request #19803 from BvB93/is_integerCharles Harris2021-09-022-1/+2
|\
| * ENH: Add `integer.is_integer`Bas van Beek2021-08-311-0/+2
| * 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-022-3/+22
|/
* BLD: Drop typing extension as an (optional) runtime dependencyBas van Beek2021-08-301-35/+0
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-2/+1
* MAINT: Drop .py code-paths specific to Python 3.7Bas van Beek2021-08-301-9/+1
* Merge pull request #19680 from BvB93/fromregexCharles Harris2021-08-162-1/+1
|\
| * ENH: Allow `np.fromregex` to accept `os.PathLike` implementationsBas van Beek2021-08-162-1/+1
* | TST: Add typing tests for `np.lib.stride_tricks`Bas van Beek2021-08-162-0/+37
|/
* TST: Add typing tests for `np.lib.npyio`Bas van Beek2021-08-133-1/+102
* Merge pull request #19540 from BvB93/getlimitsCharles Harris2021-07-271-0/+4
|\
| * MAINT: Update the `np.finfo` annotationsBas van Beek2021-07-221-0/+4
* | Merge pull request #19554 from MatthieuDartiailh/nditer-typingMatti Picus2021-07-271-0/+19
|\ \
| * | first pass at adding nditer typing testsMatthieu Dartiailh2021-07-271-0/+19
* | | 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
* | | TST: Update the `np.core.numerictypes` typing testsBas van Beek2021-07-222-12/+18
| |/ |/|
* | Merge pull request #19525 from BvB93/optionalSebastian Berg2021-07-211-0/+35
|\ \
| * | TST: Remodel the typing-extensions test after `test_full_reimport`Bas van Beek2021-07-211-38/+17