Notable changes:
- Libraries installed via egg/zip files are now supported (including
transformers
installed viaconda
).
(pylance-release#1260) - Unannotated decorators are now treated as no-ops, rather than using type inference and potentially obscuring the signature of the function they decorate.
- Files that were referenced but unopened will no longer be mistakenly reanalyzed when opened.
- Tables in docstrings are now better spaced.
- The bundled stubs for django have been updated.
- Pylance's copy of typeshed has been updated.
For the full changelog, see CHANGELOG.md.