Skip to content

2021.1.0

Choose a tag to compare

@jakebailey jakebailey released this 06 Jan 23:46
· 574 commits to main since this release
e3ef24f

Notable changes:

  • Python files which do not have a .py or .pyi file extension are now supported.
    (pylance-release#739, pylance-release#803, pylance-release#810)
  • Analysis performance has been improved in cases of deeply nested expressions.
    (pylance-release#590, pylance-release#767)
  • Numerous type checking error messages have been improved, including for TypedDict, type variable scoping, yields, and ParamSpec with overloads.
  • Two diagnostics have been added, reportInvalidTypeVarUse and reportUnusedCoroutine.
  • Pylance's copy of typeshed has been updated.

For the full changelog, see CHANGELOG.md.