You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
Hi, I'm a student working on a thesis right now, and my proposal is to add dependent typing to Python and numpy in particular. I don't know if this is the right place to post or ask about this, but I want to ultimately contribute directly to numpy, python, and mypy and this seemed like an appropriate place. Specifically, I want to extend this project and be able to reject statically
x=np.zeros((1, 2))
x @ x
and accept
x @ x.T
Would this be the right place to discuss syntax, necessary work, and other things required to make this a reality?
The text was updated successfully, but these errors were encountered:
Hi, it'd be great to have someone work on this effort! There is some discussion here: python/typing#513
Also at the last typing summit there was discussion of type system features for pytorch. I think bringing this up on [email protected] is probably the best place to introduce yourself to the relevant people.
Hi, I'm a student working on a thesis right now, and my proposal is to add dependent typing to Python and numpy in particular. I don't know if this is the right place to post or ask about this, but I want to ultimately contribute directly to numpy, python, and mypy and this seemed like an appropriate place. Specifically, I want to extend this project and be able to reject statically
and accept
Would this be the right place to discuss syntax, necessary work, and other things required to make this a reality?
The text was updated successfully, but these errors were encountered: