Releases: palantir/python-language-server
Releases · palantir/python-language-server
0.33.0
25 May 18:15
Compare
Sorry, something went wrong.
No results found
Add optional class objects to completion list.
Fix completions with one arg.
Remove pycodestyle plugin's dependency on autopep8.
0.32.0
13 May 20:47
Compare
Sorry, something went wrong.
No results found
Increase minimal supported version of flake8 and match flake8 requirements to PyLS ones.
Add support for renaming with Jedi.
Update Jedi calls for its 0.17 API
Fix flake8 io deadlock.
Follow LSP protocol when workspace folders are changed.
Adapt root workspace uri if folder is changed.
Add option to activate fuzzy completions in Jedi.
0.31.10
13 May 20:45
Compare
Sorry, something went wrong.
No results found
Require pyflakes less than 2.2.0 for compatibility with flake8.
Fix hover request for numpy alias (np) and ufuncs
0.31.9
18 Mar 21:33
Compare
Sorry, something went wrong.
No results found
Remove slash and star from positional snippets.
Escape Jedi path completions to not interfere with snippets.
For the full list of solved issues and merged PRs in this release, please see this page .
0.31.8
05 Feb 18:39
Compare
Sorry, something went wrong.
No results found
Only add snippet completions when positional args are available
Fix issues with parsing except's while computing folding
For the full list of solved issues and merged PRs in this release, please see this page .
0.31.7
21 Jan 17:28
Compare
Sorry, something went wrong.
No results found
0.31.6
17 Jan 15:02
Compare
Sorry, something went wrong.
No results found
Upload wheels first to PyPi
0.31.5
17 Jan 13:29
Compare
Sorry, something went wrong.
No results found
0.31.4
24 Dec 18:26
Compare
Sorry, something went wrong.
No results found
Address autopep8 overriding pycodestyle's continued_indentation
For the full list of solved issues and merged PRs in this release, please see this page .
0.31.3
24 Dec 16:25
Compare
Sorry, something went wrong.
No results found
Fix TCPServer being bound before allow_reuse_address is set
Fix tests for Jedi 0.15.2
Fix returned line numbers in McCabe plugin
Add --config parameter for flake8
For the full list of solved issues and merged PRs in this release, please see this page .