Releases: DetachHead/basedpyright
Releases · DetachHead/basedpyright
Release list
v1.40.1 (pyright 1.1.414)
Immutable
release. Only release title and notes can be modified.
What's Changed
- Merge 1.1.414 by @DetachHead in #1883
- fix multi-line display of indented lines in builtin docstrings by @tommyming in #1882
Full Changelog: v1.40.0...v1.40.1
v1.40.0 (pyright 1.1.412)
Immutable
release. Only release title and notes can be modified.
What's Changed
- drop support for python 3.8 and 3.9 in the pypi package, which are EOL by @DetachHead in #1876
- users who still need to use unsupported Python versions can still install the basedpyright npm package
- fix rendering of newlines for builtin docstrings by @tommyming in #1871
- migrate the docs site to zensical by @DetachHead in #1795
- move locale env variable docs to the more appropriate "Environment Variables" page by @DetachHead in #1878
- Support new Python Environments API when enabled by @Weidav in #1860
New Contributors
- @tommyming made their first contribution in #1871
- @Weidav made their first contribution in #1860
Full Changelog: v1.39.10...v1.40.0
v1.39.10 (pyright 1.1.412)
Immutable
release. Only release title and notes can be modified.
What's Changed
- add
allowedUntypedLibrariesandfailOnWarningstopyrightconfig.schema.jsonby @DetachHead in #1851 - Update pycharm setup instructions by @charliecloudberry in #1862
- Merge 1.1.412 by @DetachHead in #1869
- fix redundant
workspace/configurationrequest by @DetachHead in #1847
New Contributors
Full Changelog: v1.39.9...v1.39.10
v1.39.9 (pyright 1.1.411)
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: suppress unused call result for notebook cell value by @popsiclelmlm in #1827
- docs: mention py.typed for missing type stubs by @popsiclelmlm in #1836
- docs: explain importStrategy for debugging by @popsiclelmlm in #1837
- Merge 1.1.411 by @DetachHead in #1842
Full Changelog: v1.39.8...v1.39.9
v1.39.8 (pyright 1.1.410)
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix default value in
pythonPlatformdocumentation, which differs from upstream by @DetachHead in #1819 - fix: clarify implicit abstract class diagnostic by @popsiclelmlm in #1828
- docs: document typeCheckingMode off behavior by @popsiclelmlm in #1825
- Avoid auto f-string conversion for raw strings by @popsiclelmlm in #1826
New Contributors
- @popsiclelmlm made their first contribution in #1825
Full Changelog: v1.39.7...v1.39.8
v1.39.7 (pyright 1.1.410)
Immutable
release. Only release title and notes can be modified.
What's Changed
- don't create a copy of the
basedpyright-langserverexecutable in the vscode extension unless running on windows by @DetachHead in #1810- this was a hacky way to try to avoid issues updating basedpyright while the language server is running, but this was never actually a problem on linux & macOS because executables can be deleted while running
- fix empty semantic tokens response interfering with other language servers when
basedpyright.disableLanguageServicesis set by @DetachHead in #1815 - avoid duplicated capability registrations by @DetachHead in #1816
Full Changelog: v1.39.6...v1.39.7
v1.39.6 (pyright 1.1.410)
Immutable
release. Only release title and notes can be modified.
What's Changed
- Fix auto import suggestions for files that haven't been opened by @joaoheusi in #1802
- Merge pyright 1.1.410 by @DetachHead in #1804
New Contributors
- @joaoheusi made their first contribution in #1802
Full Changelog: v1.39.5...v1.39.6
v1.39.5 (pyright 1.1.409)
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix error attempting to baseline diagnostics from the new
string.templatelibmodule when targeting python 3.14 by @DetachHead in #1801
Full Changelog: v1.39.4...v1.39.5
v1.39.4 (pyright 1.1.409)
Immutable
release. Only release title and notes can be modified.
What's Changed
- Update basedpyright's docs for PyCharm by @charliecloudberry in #1643
- treat
map&filteras not subscriptable at runtime and don't show generic inlay hints for non-subscriptable types by @nfer in #1797
New Contributors
- @charliecloudberry made their first contribution in #1643
- @nfer made their first contribution in #1797
Full Changelog: v1.39.3...v1.39.4
v1.39.3 (pyright 1.1.409)
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix docs site not being deployed, which was caused by some changes I made to improve the security of our CI by @DetachHead in #1782
Full Changelog: v1.39.2...v1.39.3