-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Release 0.600 planning #4946
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
Comments
I'm most of the way through updating |
If typed-ast 3.7 support is ready when we cut the release branch we can include it in the release. If the schedule is too tight, we can leave it until the following release which should be about 3 weeks from the the 0.600 release. |
I would like to try landing protocols support before daemon is released. Although the PR itself is ready it requires |
@ilevkivskyi I'll prepare an issue with a list of Python 3 features that might need work later today. I have some time this week to work on Python 3 features. I agree that we want to at least know how well various Python 3 features work. Python 3 feature support has the highest priority since these will likely affect a lot of users (but not us so much since mypy doesn't use any recent Python 3 features). Protocols support in the daemon would also be nice but we can also mention it as a known issue. Various planned refactorings don't need to be included in the release. |
Python 3 feature support in fine-grained incremental mode: #4951 |
The protocol support requires one of those (to avoid performance problems), |
Created the 0.600 release branch. Some documentation updates are still missing (at least mypy daemon) but they can be cherry picked. Protocols support in fine-grained mode didn't get in due to the tight schedule, unfortunately. |
Mypy daemon documentation: #4983 |
The new planned release date is Wednesday May 2. |
Mypy 0.600 is out! Blog post: http://mypy-lang.blogspot.co.uk/2018/05/mypy-0600-released.html |
Uh oh!
There was an error while loading. Please reload this page.
The current plan is to release mypy 0.600 around Wed, May 2 (UPDATED). The release branch will be cut on Thursday, April 26.
I'd like to include at least these major changes in the release:
Mypy daemon support depends on Python 3 feature completeness for daemon.
The text was updated successfully, but these errors were encountered: