Notable changes:
- Method override completions now correctly include default parameters.
(pylance-release#869) - PEP 258 style attribute docstrings now work on type aliases.
(pylance-release#1815) - Parenthesized expressions are now better handled in hover, document highlight, and semantic highlighting.
(pylance-release#591) - A number of errors and inconsistencies with unrooted environments (like open file mode) have been fixed.
(pylance-release#1586) - The docstring for
os.path.splitext
is now correctly handled.
(pylance-release#1408) - The bundled stubs for pandas have been updated.
- Pylance's copy of typeshed has been updated.
For the full changelog, see CHANGELOG.md