Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Split `numpy.typing` into a public and private component | Bas van Beek | 2022-03-18 | 1 | -1/+0 |
| | | | | i.e. `numpy.typing` and `numpy._typing` | ||||
* | BLD: Add `.pyi` data files to the `numpy.typing` sub-package | Bas van Beek | 2021-05-20 | 1 | -0/+1 |
| | |||||
* | MAINT: clean up a spurious warning in numpy/typing/setup.py | Ralf Gommers | 2020-11-29 | 1 | -1/+0 |
| | | | | | | Warning was: could not resolve pattern in 'numpy/typing': '*.pyi' | ||||
* | BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packages | Bas van Beek | 2020-11-03 | 1 | -0/+1 |
| | |||||
* | MAINT: Move typing tests | Charles Harris | 2020-09-07 | 1 | -0/+11 |
Move them into a new `numpy/typing/tests directory` |