mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Small Changelog updates
This commit is contained in:
@@ -3,12 +3,13 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
0.16.0 (2020-01-24)
|
0.16.0 (2020-01-26)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|
||||||
- **Added** ``Script.get_context`` to get information where you currently are.
|
- **Added** ``Script.get_context`` to get information where you currently are.
|
||||||
- Completions/type inference of **Pytest fixtures**.
|
- Completions/type inference of **Pytest fixtures**.
|
||||||
- Tensorflow, Numpy and Pandas completions should now be about **4-10x faster**
|
- Tensorflow, Numpy and Pandas completions should now be about **4-10x faster**
|
||||||
|
after the first time they are used.
|
||||||
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user