summaryrefslogtreecommitdiff
path: root/numpy/typing/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | TST: Test that `numpy.typing` can be imported in the the absence of typing-ex...Bas van Beek2021-07-191-0/+56
* | | ENH: Add the `axis` and `ndim` attributes to `np.AxisError` (#19459)Bas van Beek2021-07-203-8/+6
|/ /
* | Merge pull request #19444 from BvB93/shape_baseCharles Harris2021-07-192-5/+66
|\ \
| * | TST: Add typing tests for `__array_prepare__` and `__array_wrap__`Bas van Beek2021-07-091-5/+9
| * | TST: Add typing tests for `np.lib.shape_base`Bas van Beek2021-07-091-0/+57
| |/
* | Merge pull request #19421 from BvB93/getlimitsCharles Harris2021-07-191-0/+69
|\ \
| * | TST: Add typing tests for `np.core.getlimits`Bas van Beek2021-07-091-0/+69
| |/
* | TST: Update the `dtype` typing testsBas van Beek2021-07-132-2/+10
* | TST: Fix a `GenericAlias` test failure for python 3.9.0Bas van Beek2021-07-121-1/+8
|/
* TST: Update the typing testsBas van Beek2021-06-272-19/+19
* TST: Update the typing tests for `np.number` subclassesBas van Beek2021-06-252-0/+42
* TST: Test that the `numpy.typing` public API works in combination with runtim...Bas van Beek2021-06-241-0/+90
* Merge pull request #19135 from ganesh-k13/BUG_13236_remove_complex_floor_divideCharles Harris2021-06-232-46/+0
|\
| * BUG, TST: Removed complex floor division cases in typing:revealGanesh Kathiresan2021-05-301-24/+0
| * BUG, TST: Removed complex floor division cases in typing:passGanesh Kathiresan2021-05-301-22/+0
* | Merge pull request #19286 from BvB93/type_checkCharles Harris2021-06-232-0/+86
|\ \
| * | TST: Add typing tests for `np.lib.type_check`Bas van Beek2021-06-202-0/+86
* | | TST: Update the dtype typing testsBas van Beek2021-06-181-21/+30
|/ /
* | Merge pull request #19261 from BvB93/2dimCharles Harris2021-06-162-0/+109
|\ \
| * | TST: Add typing tests for `np.lib.twodim_base`Bas van Beek2021-06-162-0/+109
* | | TST: Update the typing tests for `np.core.shape_base`Bas van Beek2021-06-142-18/+20
|/ /
* | TST: Fixed two test failures for mypy 0.902Bas van Beek2021-06-142-3/+3
* | TST: Update the typing tests for `np.core.multiarray`Bas van Beek2021-06-134-2/+102
* | Merge pull request #19227 from BvB93/multiarray3Charles Harris2021-06-123-33/+48
|\ \
| * | TST: Update the typing tests for `np.core.multiarray`Bas van Beek2021-06-113-33/+48
* | | TST: Add typing tests for `np.lib.arraypad`Bas van Beek2021-06-112-0/+28
|/ /
* | Merge pull request #19060 from BvB93/multiarray-docsCharles Harris2021-06-105-54/+188
|\ \
| * | TST: Add typing tests for `np.core.multiarray`Bas van Beek2021-06-065-54/+188
* | | Merge pull request #19179 from BvB93/testingCharles Harris2021-06-103-3/+199
|\ \ \ | |/ / |/| |
| * | TST: Add typing tests for `np.testing`Bas van Beek2021-06-063-3/+199