summaryrefslogtreecommitdiff
path: root/numpy/typing
Commit message (Expand)AuthorAgeFilesLines
* STY: Use the PEP 457 positional-only syntax in `numpy.typing`Bas van Beek2021-08-312-100/+102
* BLD: Drop typing extension as an (optional) runtime dependencyBas van Beek2021-08-302-42/+0
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-302-4/+3
* MAINT: Drop .py code-paths specific to Python 3.7Bas van Beek2021-08-307-570/+417
* 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-262-0/+3
|\ \ \ | |/ / |/| |
| * | ENH: Add `__path__` annotations to all sub-packagesBas van Beek2021-07-251-0/+1
| * | 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
|/
* MAINT: Remove unused imports and unreachable code (#18762)Elisha Hollander2021-07-071-3/+0
* 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
* Merge pull request #19295 from BvB93/typing-docsCharles Harris2021-06-243-26/+44
|\
| * DOC: Minor rewordingBas van Beek2021-06-251-1/+1
| * DOC: Move the `versionadded` directive to the bottom of the bullet pointBas van Beek2021-06-221-3/+4
| * DOC: Add `versionadded` directives to `numpy.typing`Bas van Beek2021-06-223-3/+15
| * DOC: Move the `mypy`-plugin docs to its respective moduleBas van Beek2021-06-222-27/+32
* | TST: Test that the `numpy.typing` public API works in combination with runtim...Bas van Beek2021-06-241-0/+90
* | MAINT: Replace `"dtype[Any]"` with `dtype` in the definiton of `npt.ArrayLike`Bas van Beek2021-06-241-1/+1
* | 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