Notable changes:
- Docstrings for the
decimal
module are now supported.
(pylance-release#1350)) - The
None
,True
,False
, and__debug__
builtin constants are now correctly colorized within quoted type annotations.
(pylance-release#1039)) - Completions for keywords that aren't available in the currently selected version of Python will no longer be offered.
(pylance-release#1724)) - Import completions will no longer include imports which will not resolve if accepted.
(pylance-release#1046)) - The bundled stubs for pandas have been updated.
- Pylance's copy of typeshed has been updated.
For the full changelog, see CHANGELOG.md