-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Release 0.950 planning #12579
Comments
For typeshed, there's a trio of PEP-604 type-alias bugs which it would be great to see fixed, if at all possible:
(There are a few others as well, but these are the ones which are a blocker for typeshed to use PEP-604 syntax everywhere.) |
For ParamSpec, these two small PRs would be useful: |
This regression seems pretty serious, and I'm trying to prepare a fix in time for the release: |
This is blocking some typeshed improvements: |
I missed the branch cut date. Thoughts on cherry picking an additional typeshed sync |
This was merged, would appreciate cherry-picking it into the release branch. Edit: please also cherry-pick |
|
Cherry-picked these PRs: This has also been fixed: If the latter doesn't cause issues I can, cherry-pick the assert_type PR afterwards. I've been investigating a few other potential regressions (no GitHub issues yes) so I'm a little behind. I can still merge new features until tomorrow. Bug fixes can be merged afterwards. |
If still possible, it would be awesome if this one could be included. |
Cherry-picked |
Cherry-picked enum/union optimizations: |
Speeding up error-counting: #12631 |
Regression from the change to namespace typevars: #12633 |
Per-file timing stats #12639 |
#12668 is an awesome PR which addresses some outstanding issues with |
I'm a little behind schedule, since there were a few tricky regressions that I'm still working on. Only fixes to regressions and low-risk fixes to (significant) bugs can be merged until the release (+ doc updates). It may be okay to include #12668, but no promises. |
Mypy 0.950 is out: http://mypy-lang.blogspot.com/2022/04/mypy-0950-released.html Some PRs were left out, unfortunately, but we'll probably have a bugfix release in 1-2 weeks (or earlier if there is a major regression) which can include fixes to regressions and low-risk bug fixes. Feel free to suggest PRs to include in a bugfix release here. The next feature release will likely go out in the second half of May or early June. |
Noticed #12548 wasn't included. It fixed a crash with ParamSpec |
I'm going to skip the bugfix release, since 0.960 should be out soon. |
I noticed that the "News" section on the official website http://mypy-lang.org/news.html is missing the 0.950 release (related: #12811) |
@intgr Oops, I will update the the website when 0.960 goes out (should happen any time now!). |
I'm planning to make a 0.950 release by Apr 22 (tentative timeline).
Please post here any issues you'd like to see fixed in the release, or PRs you'd like to have merged. I've already cut the release branch, but we can still cherry-pick low-risk features and bug fixes until Apr 18. After Apr 18 only critical bug fixes and documentation updates should be cherry-picked.
The text was updated successfully, but these errors were encountered: