This repository was archived by the owner on Jun 10, 2020. It is now read-only.
This repository was archived by the owner on Jun 10, 2020. It is now read-only.
Plan for migrating the stubs to NumPy #87
Closed
Description
These are the things I'm planning on doing to merge the stubs into NumPy:
- Get MAINT: Fix issue 77: Don't allow initializing
generic
#80 merged - Move the tests to NumPy. That way we can keep running them during the migration.
- Add the new
numpy.typing
module - Move all the stubs over
- Get the tests hooked up to CI
Please raise any concerns here.