Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Want to contribute to project #35

Closed
theodoretliu opened this issue Nov 13, 2019 · 2 comments
Closed

Want to contribute to project #35

theodoretliu opened this issue Nov 13, 2019 · 2 comments

Comments

@theodoretliu
Copy link

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?

@ethanhs
Copy link
Contributor

ethanhs commented Nov 13, 2019

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 typing-sig@python.org is probably the best place to introduce yourself to the relevant people.

@theodoretliu
Copy link
Author

Thank you for the information! I'll also respond on the thread you linked and shoot an email to the mailing list.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants