Skip to content

Tags: Thrameos/jedi

Tags

v0.14.0

Toggle v0.14.0's commit message
0.14.0 (2019-06-20)

+++++++++++++++++++

- Added ``goto_*(prefer_stubs=True)`` as well as ``goto_*(prefer_stubs=True)``
- Stubs are used now for type inference
- Typeshed is used for better type inference
- Reworked Definition.full_name, should have more correct return values

v0.13.3

Toggle v0.13.3's commit message
0.13.3 (2019-02-24)

+++++++++++++++++++

- Fixed an issue with embedded Pytho, see davidhalter/jedi-vim#870

v0.13.2

Toggle v0.13.2's commit message
0.13.2 (2018-12-15)

+++++++++++++++++++

- Fixed a bug that led to Jedi spawning a lot of subprocesses.

v0.13.1

Toggle v0.13.1's commit message
0.13.1 (2018-10-02)

+++++++++++++++++++

- Bugfixes, because tensorflow completions were still slow.

v0.13.0

Toggle v0.13.0's commit message
0.13.0 (2018-01-02)

+++++++++++++++++++

- 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.

v0.12.1

Toggle v0.12.1's commit message
0.12.1 (2018-06-30)

+++++++++++++++++++

- 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.

v0.12.0

Toggle v0.12.0's commit message
Release 0.12.0

v0.11.1

Toggle v0.11.1's commit message
Add the executable bit to deploy-master.sh

v0.11.0

Toggle v0.11.0's commit message
Remove the old deploy script.

v0.10.2

Toggle v0.10.2's commit message
Merge branch 'dev'