summaryrefslogtreecommitdiff
path: root/numpy/typing
Commit message (Expand)AuthorAgeFilesLines
...
* DOC: Update a comment about the inclusion of `Type[Any]` in the definition of...Bas van Beek2021-09-301-1/+1
* STY: Introduce various linting fixes to `numpy.typing`Bas van Beek2021-09-307-74/+165
* TST: Add typing tests for `np.memmap`Bas van Beek2021-09-272-0/+21
* Merge pull request #19953 from BvB93/nditerCharles Harris2021-09-264-13/+62
|\
| * TST: Add typing tests for `nditer` and `nested_iters`Bas van Beek2021-09-254-13/+62
* | Merge pull request #19879 from BvB93/cls_getitemCharles Harris2021-09-251-4/+1
|\ \ | |/ |/|
| * MAINT: Directly use `np.ndarray.__class_getitem__` for the definition of `npt...Bas van Beek2021-09-151-4/+1
* | DOC: Add a note about record array dtypesBas van Beek2021-09-241-0/+16
* | 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-216-8/+8
|\ \ \
| * | | DOC: Typos found by codespellDimitri Papadopoulos2021-09-216-8/+8
| |/ /
* | | 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-194-17/+26
* | ENH: Add a protocol for representing nested sequencesBas van Beek2021-09-192-0/+94
* | 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
* | DOC: Fix the module names of `numpy.typing` objectsBas van Beek2021-09-161-0/+2
|/
* MAINT: Mark type-check-only ufunc subclasses as ufunc aliases during runtimeBas van Beek2021-09-091-7/+10
* 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
* | 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
|\ \