Skip to content

Releases: palantir/python-language-server

0.12.1

22 Dec 15:08
7a1eca1
Compare
Choose a tag to compare
  • Fixes pydocstyle lining when run against empty or invalid source files

0.12.0

15 Dec 09:16
c665291
Compare
Choose a tag to compare
  • Fixes some bugs in Rope completions
  • Fixes some bugs in Jedi completions
  • Adds support for configuration providers
  • Do not exit on KeyboardInterrupt
  • Extract parameter docstrings

0.11.1

02 Nov 23:02
c4fd7a2
Compare
Choose a tag to compare

0.11.0 breaks textDocument/completion, please use 0.11.1

  • Support for workspace-wide symbol renames
  • Improved performance for completions of large modules like numpy, pandas

0.10.0

30 Oct 09:42
Compare
Choose a tag to compare
  • Completion detail now shows inline parameters and full module path
  • Symbols request now populates containerName, allowing clients to construct an outline view.
  • Docstrings are no pre-processed to better display whitespace in markdown.

0.9.0

23 Oct 13:16
Compare
Choose a tag to compare
add error severity to pyflakes (#166)

0.8.0

29 Sep 21:20
Compare
Choose a tag to compare
  • Support pycodestyle configuration options.

0.7.0

27 Sep 13:39
Compare
Choose a tag to compare
  • Turn on all_scopes by default when using jedi_names.

0.6.1

25 Sep 06:03
Compare
Choose a tag to compare
  • Fixes setting the activeParameter option in document/symbols requests.

0.6.0

20 Sep 11:43
Compare
Choose a tag to compare
  • Fixed shutdown handling to respect the LSP.
  • Always use warnings (not errors) for pycodestyle diagnostics
  • Load sys_path from virtual envs.
  • Added support for McCabe and Pydocstyle
  • Bug fixes

0.5.0

04 Sep 22:00
Compare
Choose a tag to compare
  • Debounce lint calls to improve performance
  • Respect pycodestyle configuration in user's home directory
  • Respect yapf style configurations
  • Add -v and -vv options to command line to adjust logging verbosity
  • Support configurationDidChange messages from client
  • Allow plugins to define default settings