Notable changes:
- The bundled native module stubs for sklearn, numpy, and pandas have been updated.
- Markdown-style links in docstrings will now be passed through as-is to tooltips.
- Docstrings for all compiled standard library modules (such as
math
,sys
, andtime
) are now supported.
(pylance-release#465) - Docstrings in signature help tooltips will now show the same docstrings as completion and hover tooltips.
- Overload matching has been changed to more closely match matching in other type checkers.
(pylance-release#549, pylance-release#1111) - A number of bugs that could cause potentially nondeterministic behavior when semantic highlighting is enabled have been fixed.
(pylance-release#1180, pylance-release#1181)
For the full changelog, see CHANGELOG.md.