Skip to content

2021.2.0

Compare
Choose a tag to compare
@jakebailey jakebailey released this 04 Feb 00:16
· 320 commits to main since this release
cb1d613

Notable changes:

  • Docstring formatting has been greatly improved, and now better supports indented regions (such as parameter blocks in numpy/pandas docs), nested lists (such as those in argparse), and epydoc (used in OpenCV).
    (pylance-release#41, pylance-release#48, pylance-release#83, pylance-release#601, pylance-release#696)
  • The creation and deletion of temporary files should no longer trigger reanalysis.
    (pylance-release#905)
  • A regression that affected pkgutil-style namespace packages has been fixed.
    (pylance-release#892)
  • Pylance now supports PEP 637 (indexing with keyword arguments) and PEP 646 (variadic generics). These PEPs are still in the draft phase (targeting Python 3.10) and may change before being finalized.
  • Pylance's copy of typeshed has been updated, including support for its new directory layout.

For the full changelog, see CHANGELOG.md.