Jedi

Latest version: v0.19.1

Safety actively analyzes 631073 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 21

0.11.1

====================


!!! WARNING !!!
---------------

v0.11.1 is the last version that support Python 2.6.x


Changes
-------

* Strip out leading spaces when autocompleting default arguments (issue 236)
* Added support for hanging indentation of args in the signature popup (issue 235)
* Detect optional arguments by the presence of '...' or '*'
* Upgrade Jedi to v0.11.1 (issue 233)

0.11.0

Added

- hierarchicalDocumentSymbolSupport (eg, you get a nice outline when making a documentSymbol request). Conditionally provides this functionality based on whether your language client supports this.

0.10.2

Changed

- Highlight function is now slightly less accurate but much faster. Since highlight is called repeatedly (like complete), its speed is much more important to its accuracy.

0.10.1

Changed

- Jedi now ignores ".venv" for searches. The implementation is kind of a hack, but it solves my personal problem at the moment.

0.10.0

Added

- Support `textDocument.documentHighlight`

0.9.0

Added

- Support `textDocument.signatureHelp`

Removed

- A bunch of `try/except Exception` blocks around Jedi calls. Hopefully those aren't still necessary on `jedi>=0.17`...

Page 16 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.