Skip to content

2021.5.4

Compare
Choose a tag to compare
@jakebailey jakebailey released this 26 May 23:39
· 295 commits to main since this release
30f468d

Notable changes:

  • Auto-import quick fixes now more closely match auto-import completions.
    (pylance-release#1250)
  • TypedDict support has been improved, supporting **kwargs unpacking checks and tagged union narrowing.
    (pylance-release#374, pylance-release#1328, pylance-release#1240)
  • A bug that led to infinite recursion has been fixed.
    (pylance-release#1315)
  • Memory usage when indexing is enabled has been improved.
  • The bundled stubs for pandas have been updated.
  • The bundled stubs now include partial stubs for gym.

For the full changelog, see CHANGELOG.md.