Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | TST,MAINT: Allow module names to be excluded in typing tests (#20287) | Sayantika Banik | 2021-11-03 | 47 | -2603/+2614 | |
| | ||||||
* | TST: Add typing tests for `np.fft` | Bas van Beek | 2021-11-02 | 1 | -0/+35 | |
| | ||||||
* | STY: Linting fixes | Bas van Beek | 2021-10-29 | 1 | -3/+6 | |
| | ||||||
* | TST: Account for the platform-specific mapping of numpy- to ctypes-types | Bas van Beek | 2021-10-29 | 2 | -37/+74 | |
| | ||||||
* | TST,ENH: Print the relevant expression whenever a `test_fail` or ↵ | Bas van Beek | 2021-10-29 | 1 | -15/+28 | |
| | | | | `test_reveal` test fails | |||||
* | TST: Add typing tests for `np.ctypeslib` | Bas van Beek | 2021-10-29 | 1 | -0/+80 | |
| | ||||||
* | DEP: Deprecate `finfo.machar` | Bas van Beek | 2021-10-27 | 1 | -26/+0 | |
| | ||||||
* | TST: Update the typing tests of `np.core.numeric` | Bas van Beek | 2021-10-26 | 3 | -68/+122 | |
| | ||||||
* | TST: Strip the file-extensions from the parametrize ID | Bas van Beek | 2021-10-26 | 1 | -9/+3 | |
| | ||||||
* | TST: Update the typing tests | Bas van Beek | 2021-10-25 | 5 | -13/+26 | |
| | ||||||
* | Merge pull request #20165 from BvB93/chararray | Charles Harris | 2021-10-22 | 2 | -0/+191 | |
|\ | | | | | ENH: Add annotations for `np.chararray` | |||||
| * | TST: Add typing tests for `np.chararray` | Bas van Beek | 2021-10-23 | 2 | -0/+191 | |
| | | ||||||
* | | Merge pull request #20071 from alessiamarcolini/refactor | Charles Harris | 2021-10-22 | 5 | -5/+3 | |
|\ \ | |/ |/| | MAINT: Remove unused imports and remove duplicated tests | |||||
| * | MAINT: remove unused imports | Alessia Marcolini | 2021-10-08 | 5 | -5/+3 | |
| | | ||||||
* | | TST: Add typing tests for `np.matrix` | Bas van Beek | 2021-10-12 | 1 | -0/+69 | |
| | | ||||||
* | | Merge pull request #20063 from BvB93/histograms | Charles Harris | 2021-10-09 | 2 | -0/+32 | |
|\ \ | | | | | | | ENH: Add annotations for `np.lib.histograms` | |||||
| * | | TST: Add typing tests for `np.lib.histograms` | Bas van Beek | 2021-10-07 | 2 | -0/+32 | |
| |/ | ||||||
* | | TST: Add typing tests for `np.lib.polynomial` | Bas van Beek | 2021-10-07 | 2 | -0/+140 | |
|/ | ||||||
* | Merge pull request #20036 from BvB93/function_base3 | Charles Harris | 2021-10-05 | 2 | -0/+58 | |
|\ | | | | | ENH: Add annotations for `np.lib.function_base` part 3/3 | |||||
| * | TST: Add typing tests for `np.lib.function_base` part 3 | Bas van Beek | 2021-10-05 | 2 | -0/+58 | |
| | | ||||||
* | | MAINT: Fixed an issue wherein `npt._NestedSequence` did not supertype `range` | Bas van Beek | 2021-10-05 | 2 | -4/+2 | |
|/ | ||||||
* | TST: Summarize the line number when `test_fail` receives unexpected mypy outputs | Bas van Beek | 2021-10-04 | 1 | -1/+3 | |
| | ||||||
* | TST: Add more typing tests for `np.lib.function_base` | Bas van Beek | 2021-10-04 | 2 | -1/+58 | |
| | ||||||
* | Merge pull request #20006 from BvB93/function-base | Charles Harris | 2021-10-04 | 4 | -0/+133 | |
|\ | | | | | ENH: Add annotations for `np.lib.function_base` part 1 | |||||
| * | MAINT: Remove `slice` from the accepted `np.place` mask-types | Bas van Beek | 2021-10-01 | 1 | -0/+1 | |
| | | | | | | | | `np.place` uses the `np.core.multiarray._insert` function under the hood, not to be confused with `np.insert` (which does accept slices) | |||||
| * | TST: Add typing tests for `ndarray.__getitem__` | Bas van Beek | 2021-09-30 | 2 | -0/+15 | |
| | | ||||||
| * | TST: Add typing tests for `np.lib.function_base` | Bas van Beek | 2021-09-30 | 2 | -0/+117 | |
| | | ||||||
* | | Indent Update #20019 | Sista Seetaram | 2021-10-04 | 1 | -1/+1 | |
| | | | | | | Co-authored-by: Bas van Beek <43369155+BvB93@users.noreply.github.com> | |||||
* | | MAINT:redundant 'else' statement with 'for' loop#19077 | Sista Seetaram | 2021-10-02 | 1 | -3/+2 | |
|/ | ||||||
* | TST,MAINT: Change the `data/reveal/` and `data/fail/` files to stub-only | Bas van Beek | 2021-09-30 | 87 | -2/+2 | |
| | | | | The relevant files were already stub-only in all but name | |||||
* | MAINT: Change `_callable.py` into a `.pyi` stub file | Bas van Beek | 2021-09-30 | 1 | -3/+5 | |
| | | | | Previously it was already a stub-only file in all but name | |||||
* | DOC: Update a comment about the inclusion of `Type[Any]` in the definition ↵ | Bas van Beek | 2021-09-30 | 1 | -1/+1 | |
| | | | | of `npt.DTypeLike` | |||||
* | STY: Introduce various linting fixes to `numpy.typing` | Bas van Beek | 2021-09-30 | 7 | -74/+165 | |
| | | | | | | * Introduce various linting fixes to `numpy.typing` * Add annotations to a few internal testing functions * Switch to PEP 585 `builtins` annotations where possible | |||||
* | TST: Add typing tests for `np.memmap` | Bas van Beek | 2021-09-27 | 2 | -0/+21 | |
| | ||||||
* | Merge pull request #19953 from BvB93/nditer | Charles Harris | 2021-09-26 | 4 | -13/+62 | |
|\ | | | | | ENH: Add annotations to `np.core.multiarray` part 4/4 | |||||
| * | TST: Add typing tests for `nditer` and `nested_iters` | Bas van Beek | 2021-09-25 | 4 | -13/+62 | |
| | | ||||||
* | | Merge pull request #19879 from BvB93/cls_getitem | Charles Harris | 2021-09-25 | 1 | -4/+1 | |
|\ \ | |/ |/| | ENH: Add `__class_getitem__` to `ndarray`, `dtype` and `number` | |||||
| * | MAINT: Directly use `np.ndarray.__class_getitem__` for the definition of ↵ | Bas van Beek | 2021-09-15 | 1 | -4/+1 | |
| | | | | | | | | `npt.NDArray` | |||||
* | | DOC: Add a note about record array dtypes | Bas van Beek | 2021-09-24 | 1 | -0/+16 | |
| | | ||||||
* | | TST: Add typing tests for `np.rec` | Bas van Beek | 2021-09-24 | 2 | -0/+123 | |
| | | ||||||
* | | MAINT: Move `np.rec` to `np.core.records` | Bas van Beek | 2021-09-24 | 1 | -1/+0 | |
| | | ||||||
* | | MAINT: Change the `npyio` recarray dtypes from `void` to `record` | Bas van Beek | 2021-09-24 | 1 | -4/+4 | |
| | | ||||||
* | | MAINT: Allow `void.__getitem__` to take strings or lists thereof | Bas van Beek | 2021-09-24 | 1 | -0/+6 | |
| | | ||||||
* | | Merge pull request #19917 from BvB93/arraysetops | Charles Harris | 2021-09-21 | 1 | -0/+60 | |
|\ \ | | | | | | | ENH: Add annotations for `np.lib.arraysetops` | |||||
| * | | TST: Add typing tests for `np.lib.arraysetop` | Bas van Beek | 2021-09-21 | 1 | -0/+60 | |
| | | | ||||||
* | | | Merge pull request #19911 from DimitriPapadopoulos/codespell | Sebastian Berg | 2021-09-21 | 6 | -8/+8 | |
|\ \ \ | | | | | | | | | DOC: Typos found by codespell | |||||
| * | | | DOC: Typos found by codespell | Dimitri Papadopoulos | 2021-09-21 | 6 | -8/+8 | |
| |/ / | ||||||
* | | | TST: Add typing tests for `np.char` | Bas van Beek | 2021-09-21 | 2 | -0/+213 | |
| | | | ||||||
* | | | MAINT: Move the `np.char` stubs to `np.core.defchararray` | Bas van Beek | 2021-09-21 | 1 | -1/+0 | |
|/ / | ||||||
* | | TST: Added tests for `NestedSequence` | Bas van Beek | 2021-09-19 | 2 | -0/+40 | |
| | |