numpy / numpy-stubs

Experimental typing stubs for NumPy
BSD 3-Clause "New" or "Revised" License
282 stars 32 forks source link

Plan for migrating the stubs to NumPy #87

Closed person142 closed 4 years ago

person142 commented 4 years ago

These are the things I'm planning on doing to merge the stubs into NumPy:

Please raise any concerns here.

person142 commented 4 years ago

Well, no plan survives contact with the enemy, and it turned out to be hard to port the tests and stubs separately... so I did them both at the same time: https://github.com/numpy/numpy/pull/16515

person142 commented 4 years ago

Still need to add the typing module at runtime, but by and large... migration complete!

rgommers commented 4 years ago

Awesome, thanks @person142 and everyone else who contributed!