-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparison against alternatives or related designs? #27
Comments
Good idea. I'd appreciate your help on this. |
Sounds good! I'm currently using my prototype spin-off of your stuff, but will try to circle back and do a comparison and ensure I update this here. If you're able to do so w/o giving me too much access, can you assign this issue to me? |
With pleasure! 🙂 |
There is now a section on this topic in the documentation. Closing this issue for no recent activity. |
Would it be possible to mention other solutions that are under development, maybe with brief comparison?
(If you think it'd be worthwhile, I'd be happy to make a first pass.)
First and foremost,
numpy.typing
? (See @GilShoshan94's mention in NumPy issue here: numpy/numpy#7370 (comment))https://numpy.org/devdocs/reference/typing.html
From the discussions there, and the related issues, the NumPy development would understandably go slower than this.
After that, perhaps mention similar solutions for related libraries? e.g. PyTorch, Tensorflow?
And then for static type checkers (as builtins):
Thank you for taking the time to do this!
The text was updated successfully, but these errors were encountered: