@@ -182,6 +182,7 @@ Related changes:
182182- Support ` @no_type_check ` with native parser (Ivan Levkivskyi, PR [ 20959] ( https://github.com/python/mypy/pull/20959 ) )
183183- Fix error code handling in native parser (Ivan Levkivskyi, PR [ 20952] ( https://github.com/python/mypy/pull/20952 ) )
184184- Add ` ast-serialize ` as an optional dependency (Ivan Levkivskyi, PR [ 21028] ( https://github.com/python/mypy/pull/21028 ) )
185+ - Use ` native-parser ` instead of ` native-parse ` for optional dependency (Jukka Lehtosalo, PR [ 21115] ( https://github.com/python/mypy/pull/21115 ) )
185186
186187### Performance Improvements
187188
@@ -254,6 +255,7 @@ List of changes:
254255- Make sure new redefinition semantics only apply to inferred variables (Ivan Levkivskyi, PR [ 20909] ( https://github.com/python/mypy/pull/20909 ) )
255256- Fix union edge case in function argument redefinition (Ivan Levkivskyi, PR [ 20908] ( https://github.com/python/mypy/pull/20908 ) )
256257- Show an error when old and new redefinition are enabled in a file (Ivan Levkivskyi, PR [ 20920] ( https://github.com/python/mypy/pull/20920 ) )
258+ - ` --allow-redefinition-new ` is no longer experimental (Jukka Lehtosalo, PR [ 21110] ( https://github.com/python/mypy/pull/21110 ) )
257259- Fix type inference for nested union types (Ivan Levkivskyi, PR [ 20912] ( https://github.com/python/mypy/pull/20912 ) )
258260- Fix type inference regression for multiple variables in loops (Ivan Levkivskyi, PR [ 20892] ( https://github.com/python/mypy/pull/20892 ) )
259261- Improve type inference for empty collections in conditional contexts (Ivan Levkivskyi, PR [ 20851] ( https://github.com/python/mypy/pull/20851 ) )
@@ -329,6 +331,7 @@ Related changes:
329331- Fix ` librt ` compilation on platforms with OpenMP (Ivan Levkivskyi, PR [ 20583] ( https://github.com/python/mypy/pull/20583 ) )
330332- Fix cross-compiling ` librt ` by enabling x86_64 optimizations with pragmas (James Le Cuirot, PR [ 20815] ( https://github.com/python/mypy/pull/20815 ) )
331333- Use existing SIMD CPU dispatch by customizing build flags (Michael R. Crusoe, PR [ 20253] ( https://github.com/python/mypy/pull/20253 ) )
334+ - Document ` librt ` and ` librt.base64 ` (Jukka Lehtosalo, PR [ 21114] ( https://github.com/python/mypy/pull/21114 ) )
332335
333336### Mypyc: Acyclic Classes
334337
@@ -516,6 +519,7 @@ and (PR [20405](https://github.com/python/mypy/pull/20405)).
516519- Write errors to a separate cache file (Ivan Levkivskyi, PR [ 21022] ( https://github.com/python/mypy/pull/21022 ) )
517520- Write ignored lines to cache meta (Ivan Levkivskyi, PR [ 20747] ( https://github.com/python/mypy/pull/20747 ) )
518521- Serialize raw errors in cache metas (Ivan Levkivskyi, PR [ 20372] ( https://github.com/python/mypy/pull/20372 ) )
522+ - Include ` misc/{diff-cache,apply-cache-diff}.py ` in sdist (Michael R. Crusoe, PR [ 21096] ( https://github.com/python/mypy/pull/21096 ) )
519523
520524### Typeshed updates
521525
0 commit comments