Skip to content

2021.6.3

Compare
Choose a tag to compare
@bschnurr bschnurr released this 24 Jun 00:02
· 300 commits to main since this release
834ba69

Notable changes:

  • Absolute imports of local files are now supported in "open file" mode.
  • Extract method/variable will now also trigger a rename on the newly generated symbol.
  • Pylance will now auto-close triple quoted strings.
  • Dictionary key completions that contain non-alpha characters will now work correctly.
    (pylance-release#1460)
  • Completions on nested TypedDicts will now work correctly.
    (pylance-release#1485)
  • The bundled stubs for matplotlib, django, openpyxl, and pandas have been updated.

For the full changelog, see CHANGELOG.md.