Releases: atom-community/ide-python
Releases · atom-community/ide-python
v1.4.1
📝 Documentation
- Add Pylint to supported providers #160
v1.4.0
🎉 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
🎉 Features
- Add jedi completion include params option #158
v1.2.3
🐛 Bugs
- Revert "Forward pyls stderr to frontend" #157
v1.2.2
🐛 Bugs
- Forward pyls stderr to frontend #155
v1.2.1
🐎 Performance
- Defer package activation until shell env is loaded #154
v1.1.0
🎉 Features
- Add
follow_imports
config to goto-definition (requires pyls@0.21.4
) #147
- Add support for preloading modules #148
v1.0.0
⚠️ 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