summaryrefslogtreecommitdiff
path: root/numpy/typing/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+0
| | | | i.e. `numpy.typing` and `numpy._typing`
* BLD: Add `.pyi` data files to the `numpy.typing` sub-packageBas van Beek2021-05-201-0/+1
|
* MAINT: clean up a spurious warning in numpy/typing/setup.pyRalf Gommers2020-11-291-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-packagesBas van Beek2020-11-031-0/+1
|
* MAINT: Move typing testsCharles Harris2020-09-071-0/+11
Move them into a new `numpy/typing/tests directory`