mozilla / coss

Mozilla's Community Support Software
https://discourse.mozilla-community.org/t/iam-coss-work-week-jan-2017/13497
Mozilla Public License 2.0
18 stars 20 forks source link

Update jedi to 0.13.3 #1462

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates jedi from 0.11.1 to 0.13.3.

Changelog ### 0.13.3 ``` +++++++++++++++++++ - Fixed an issue with embedded Pytho, see https://github.com/davidhalter/jedi-vim/issues/870 ``` ### 0.13.2 ``` +++++++++++++++++++ - Fixed a bug that led to Jedi spawning a lot of subprocesses. ``` ### 0.13.1 ``` +++++++++++++++++++ - Bugfixes, because tensorflow completions were still slow. ``` ### 0.13.0 ``` +++++++++++++++++++ - A small release. Some bug fixes. - Remove Python 3.3 support. Python 3.3 support has been dropped by the Python foundation. - Default environments are now using the same Python version as the Python process. In 0.12.x, we used to load the latest Python version on the system. - Added ``include_builtins`` as a parameter to usages. - ``goto_assignments`` has a new ``follow_builtin_imports`` parameter that changes the previous behavior slightly. ``` ### 0.12.1 ``` +++++++++++++++++++ - This release forces you to upgrade parso. If you don't, nothing will work anymore. Otherwise changes should be limited to bug fixes. Unfortunately Jedi still uses a few internals of parso that make it hard to keep compatibility over multiple releases. Parso >=0.3.0 is going to be needed. ``` ### 0.12.0 ``` +++++++++++++++++++ - Virtualenv/Environment support - F-String Completion/Goto Support - Cannot crash with segfaults anymore - Cleaned up import logic - Understand async/await and autocomplete it (including async generators) - Better namespace completions - Passing tests for Windows (including CI for Windows) - Remove Python 2.6 support ``` ### 0.11.2 ``` Changes ------- * Upgraded Jedi to 0.12.0 (240) * Added support of virtualenv. See README for details. * Added sublime repl intergation. Now you can enable or disable completion with the plugin in SublimeREPL. See README for details.(83) * Fixed completion when file are not saved ```
Links - PyPI: https://pypi.org/project/jedi - Changelog: https://pyup.io/changelogs/jedi/ - Repo: https://github.com/davidhalter/jedi