Skip to content

2021.1.3

Compare
Choose a tag to compare
@jakebailey jakebailey released this 27 Jan 22:25
· 391 commits to main since this release
8cac5b1

Notable changes:

  • Deleting an entire folder in the workspace will now correctly retrigger analysis.
  • Analysis performance has been improved in the case of deeply nested expressions with calls to overloaded functions.
  • Import resolution should now pick the correct module when both a namespace module and a traditional module have the same name in the search paths.
    (pylance-release#859)
  • The variable override compatibility check will now correclty ignore private class members.
    (pylance-release#863)
  • A number of crashes and analysis bugs have been fixed.
  • The default setting for indexing in the insiders build has been temporarily changed to false to pin down potential performance regressions in the feature. It can still be manually enabled with "python.analysis.indexing": true.

For the full changelog, see CHANGELOG.md.