Skip to content

2021.9.0

Compare
Choose a tag to compare
@jakebailey jakebailey released this 01 Sep 21:38
· 346 commits to main since this release
afdb77b

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