Skip to content

Releases: atom-community/ide-python

v1.4.1

11 Mar 10:39
Compare
Choose a tag to compare

📝 Documentation

  • Add Pylint to supported providers #160

v1.4.0

09 Mar 23:17
Compare
Choose a tag to compare

🎉 Features

  • Add support for Pylint plugin (disabled by default) #159, palantir/python-language-server#385
    Requires pyls 0.25 or later:
    Upgrade using python -m pip install 'python-language-server[all]' --upgrade

v1.3.0

27 Feb 13:27
Compare
Choose a tag to compare

🎉 Features

  • Add jedi completion include params option #158

v1.2.3

21 Feb 22:55
Compare
Choose a tag to compare

🐛 Bugs

  • Revert "Forward pyls stderr to frontend" #157

v1.2.2

20 Feb 19:42
Compare
Choose a tag to compare

🐛 Bugs

  • Forward pyls stderr to frontend #155

v1.2.1

18 Feb 23:35
Compare
Choose a tag to compare

🐎 Performance

  • Defer package activation until shell env is loaded #154

v1.2.0

30 Dec 18:22
Compare
Choose a tag to compare

🎉 Features

  • Add Pipenv support #150

v1.1.0

03 Dec 09:43
Compare
Choose a tag to compare

🎉 Features

v1.0.1

30 Nov 13:36
Compare
Choose a tag to compare

🐛Bugs

v1.0.0

07 Jun 10:06
Compare
Choose a tag to compare

⚠️ Breaking changes

  • Start language server with python -m pyls #114
    • Requires pyls 0.19 or later: palantir/python-language-server#344
    • Allows to switch between Python version via the settings
    • Fixes issues where pyls wasn't available on the PATH on some Linux distributions