Skip to content

Releases: palantir/python-language-server

0.33.0

25 May 18:15
2dc19c2
Compare
Choose a tag to compare
  • 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
6a7eae7
Compare
Choose a tag to compare
  • 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
fdb8b3d
Compare
Choose a tag to compare
  • 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
21833ea
Compare
Choose a tag to compare
  • 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
f6df42c
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
Initialized hook (#732)

0.31.6

17 Jan 15:02
5d01b62
Compare
Choose a tag to compare
  • Upload wheels first to PyPi

0.31.5

17 Jan 13:29
048a4fe
Compare
Choose a tag to compare
  • Attempt to publish wheel

0.31.4

24 Dec 18:26
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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.