Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Split `numpy.typing` into a public and private component | Bas van Beek | 2022-03-18 | 1 | -4/+4 |
| | | | | i.e. `numpy.typing` and `numpy._typing` | ||||
* | 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 |
| | |||||
* | STY: Introduce various linting fixes to `numpy.typing` | Bas van Beek | 2021-09-30 | 1 | -16/+20 |
| | | | | | | * Introduce various linting fixes to `numpy.typing` * Add annotations to a few internal testing functions * Switch to PEP 585 `builtins` annotations where possible | ||||
* | DOC: Minor rewording | Bas van Beek | 2021-06-25 | 1 | -1/+1 |
| | |||||
* | DOC: Move the `versionadded` directive to the bottom of the bullet point | Bas van Beek | 2021-06-22 | 1 | -3/+4 |
| | | | | Co-Authored-By: Charles Harris <charlesr.harris@gmail.com> | ||||
* | DOC: Add `versionadded` directives to `numpy.typing` | Bas van Beek | 2021-06-22 | 1 | -3/+3 |
| | |||||
* | DOC: Move the `mypy`-plugin docs to its respective module | Bas van Beek | 2021-06-22 | 1 | -1/+31 |
| | |||||
* | Merge pull request #19062 from BvB93/ctypes-plugin | Charles Harris | 2021-05-28 | 1 | -15/+47 |
|\ | | | | | ENH: Add a mypy plugin for inferring the precision of `np.ctypeslib.c_intp` | ||||
| * | MAINT: Refactor the `c_intp`-type inferring function | Bas van Beek | 2021-05-25 | 1 | -3/+9 |
| | | | | | | | | | | | | Model it after `np.core._internal._getintp_ctype` Co-Authored-By: Eric Wieser <425260+eric-wieser@users.noreply.github.com> | ||||
| * | ENH: Add a mypy plugin for inferring the precision of `np.ctypeslib.c_intp` | Bas van Beek | 2021-05-21 | 1 | -15/+41 |
| | | |||||
* | | STY: Use the PEP 604 pipe operator over `Optional` and `Union` | Bas van Beek | 2021-05-27 | 1 | -2/+2 |
|/ | | | | PEP 604 -- Allow writing union types as X | Y | ||||
* | ENH: Add a plugin for exposing platform-specific extended-precision `np.number`s | Bas van Beek | 2021-02-05 | 1 | -0/+60 |
| | |||||
* | STY: Remove the string-encasing of certain annotations | Bas van Beek | 2021-02-05 | 1 | -4/+6 |
| | | | | String-encasing is redunant now that we can use `from __future__ import annotations` | ||||
* | Update mypy_plugin.py | Bas van Beek | 2020-12-22 | 1 | -1/+1 |
| | |||||
* | MAINT: Import `mypy` via a try/except approach | Bas van Beek | 2020-12-22 | 1 | -15/+23 |
| | | | | Fixes an issue where the `pypy` tests would fail | ||||
* | TST: Add `numpy.typing.mypy_plugin` to the list of public modules | Bas van Beek | 2020-12-22 | 1 | -0/+2 |
| | |||||
* | DOC: Add a docstring to the mypy plugin entry-point | Bas van Beek | 2020-12-22 | 1 | -0/+1 |
| | |||||
* | ENH: Added a mypy plugin for handling platform-specific `np.number` precisions | Bas van Beek | 2020-12-22 | 1 | -0/+58 |