You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
## Next Release
4
4
5
+
## Mypy 1.20
6
+
7
+
We’ve just uploaded mypy 1.20.0 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)).
8
+
Mypy is a static type checker for Python. This release includes new features, performance
9
+
improvements and bug fixes. You can install it as follows:
10
+
11
+
python3 -m pip install -U mypy
12
+
13
+
You can read the full documentation for this release on [Read the Docs](http://mypy.readthedocs.io).
14
+
5
15
### Planned Changes to Defaults and Flags in Mypy 2.0
6
16
7
17
As a reminder, we are planning to enable `--local-partial-types` by default in mypy 2.0, which
@@ -507,6 +517,10 @@ and (PR [20405](https://github.com/python/mypy/pull/20405)).
507
517
- Write ignored lines to cache meta (Ivan Levkivskyi, PR [20747](https://github.com/python/mypy/pull/20747))
508
518
- Serialize raw errors in cache metas (Ivan Levkivskyi, PR [20372](https://github.com/python/mypy/pull/20372))
509
519
520
+
### Typeshed updates
521
+
522
+
Please see [git log](https://github.com/python/typeshed/commits/main?after=f8f0794d0fe249c06dc9f31a004d85be6cca6ced+0&branch=main&path=stdlib) for full list of standard library typeshed stub changes.
523
+
510
524
## Mypy 1.19
511
525
512
526
We’ve just uploaded mypy 1.19.0 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)).
0 commit comments