mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Reformat the changelog a bit
This commit is contained in:
@@ -3,20 +3,20 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
0.16.0 (2020--)
|
0.16.0 (2020-01-24)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
|
|
||||||
- **Added** ``Script.get_context`` to get information where you currently are.
|
- **Added** ``Script.get_context`` to get information where you currently are.
|
||||||
- Goto on a function/attribute in a class now goes to the definition in its
|
- Completions/type inference of **Pytest fixtures**.
|
||||||
super class.
|
- Tensorflow, Numpy and Pandas completions should now be about **4-10x faster**
|
||||||
- Dict key completions are working now. e.g. ``d = {1000: 3}; d[10`` will
|
- Dict key completions are working now. e.g. ``d = {1000: 3}; d[10`` will
|
||||||
expand to ``1000``.
|
expand to ``1000``.
|
||||||
- Completion for "proxies" works now. These are classes that have a
|
- Completion for "proxies" works now. These are classes that have a
|
||||||
``__getattr__(self, name)`` method that does a ``return getattr(x, name)``.
|
``__getattr__(self, name)`` method that does a ``return getattr(x, name)``.
|
||||||
- Understanding of Pytest fixtures.
|
|
||||||
- Tensorflow, Numpy and Pandas completions should now be about 4-10x faster
|
|
||||||
after loading them initially.
|
after loading them initially.
|
||||||
|
- Goto on a function/attribute in a class now goes to the definition in its
|
||||||
|
super class.
|
||||||
- Big **Script API Changes**:
|
- Big **Script API Changes**:
|
||||||
- The line and column parameters of ``jedi.Script`` are now deprecated
|
- The line and column parameters of ``jedi.Script`` are now deprecated
|
||||||
- ``completions`` deprecated, use ``complete`` instead
|
- ``completions`` deprecated, use ``complete`` instead
|
||||||
@@ -28,8 +28,8 @@ Changelog
|
|||||||
- ``BaseDefinition.goto_assignments`` renamed to ``BaseDefinition.goto``
|
- ``BaseDefinition.goto_assignments`` renamed to ``BaseDefinition.goto``
|
||||||
- Add follow_imports to ``Definition.goto``. Now its signature matches
|
- Add follow_imports to ``Definition.goto``. Now its signature matches
|
||||||
``Script.goto``.
|
``Script.goto``.
|
||||||
- Python 2 support deprecated. For this release it is best effort. Python 2 has
|
- **Python 2 support deprecated**. For this release it is best effort. Python 2
|
||||||
reached the end of its life and now it's just about a smooth transition.
|
has reached the end of its life and now it's just about a smooth transition.
|
||||||
|
|
||||||
0.15.2 (2019-12-20)
|
0.15.2 (2019-12-20)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|||||||
Reference in New Issue
Block a user