-
Notifications
You must be signed in to change notification settings - Fork 50
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
DOC: Better type hints #211
Comments
One big question here is: is it time to bump the minimum Python version to 3.7? This would allow us:
|
The current Python version is 3.6. Yes, as far as I can tell the only user advantage is documentation. |
Could that benefit be obtained if the docs were built with Python >= 3.7? |
I don't think so, because there needs to be |
I think another alternative would be to move forward with implementing these type hints in 3.6. I think this would be really helpful for IDE auto-complete, etc. For docs, we'll manually hardcode the "type" in the docstrings, which in practice just means changing |
#208 has some nice type hint work. If #208 does not get merged, we should still bring in these changes separately.
The text was updated successfully, but these errors were encountered: