Add draft version of 1.19 release notes#20296
Merged
JukkaL merged 3 commits intopython:masterfrom Nov 27, 2025
Merged
Conversation
Co-authored-by: Jacopo Abramo <jacopo.abramo@gmail.com>
ilevkivskyi
reviewed
Nov 26, 2025
CHANGELOG.md
Outdated
| - Switch to a more dynamic SCC processing logic (Ivan Levkivskyi, PR [20053](https://github.com/python/mypy/pull/20053)) | ||
| - Try some aliases speed-up (Ivan Levkivskyi, PR [19810](https://github.com/python/mypy/pull/19810)) | ||
|
|
||
| ### Fixed‑Format Cache (Experimental) |
Member
There was a problem hiding this comment.
The whole point of these PRs was to make FF cache non-experimental. Moreover, we should announce that the default will be flipped in the next release.
ilevkivskyi
reviewed
Nov 26, 2025
CHANGELOG.md
Outdated
| - Enable SIMD for `librt.base64` on x86-64 (Jukka Lehtosalo, PR [20244](https://github.com/python/mypy/pull/20244)) | ||
| - Use faster base64 encode implementation in `librt.base64` (Jukka Lehtosalo, PR [20237](https://github.com/python/mypy/pull/20237)) | ||
| - Import `librt.base64` capsule automatically if needed (Jukka Lehtosalo, PR [20233](https://github.com/python/mypy/pull/20233)) | ||
| - Add minimal, experimental `librt.base64` module (Jukka Lehtosalo, PR [20226](https://github.com/python/mypy/pull/20226)) |
Member
There was a problem hiding this comment.
IIUC all the base64 stuff is still "private" and should not be used.
Collaborator
There was a problem hiding this comment.
Yes, these shouldn't be included in the release notes yet.
JukkaL
reviewed
Nov 26, 2025
CHANGELOG.md
Outdated
| - Import `librt.base64` capsule automatically if needed (Jukka Lehtosalo, PR [20233](https://github.com/python/mypy/pull/20233)) | ||
| - Add minimal, experimental `librt.base64` module (Jukka Lehtosalo, PR [20226](https://github.com/python/mypy/pull/20226)) | ||
|
|
||
| ### Mypyc: Support for `__getattr__` and `__setattr__` |
JukkaL
approved these changes
Nov 27, 2025
Collaborator
JukkaL
left a comment
There was a problem hiding this comment.
I'll do various edits in a follow-up PR, probably later today.
JukkaL
added a commit
that referenced
this pull request
Nov 28, 2025
The first draft was added in #20296.
p-sawicki
added a commit
that referenced
this pull request
Nov 28, 2025
Added a draft version with the commits filtered to remove internal changes and grouped into sections. --------- Co-authored-by: Jacopo Abramo <jacopo.abramo@gmail.com>
p-sawicki
pushed a commit
that referenced
this pull request
Nov 28, 2025
The first draft was added in #20296.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a draft version with the commits filtered to remove internal changes and grouped into sections.