Show More
@@ -7,9 +7,9 | |||||
7 | IPython 8.35 |
|
7 | IPython 8.35 | |
8 | ============ |
|
8 | ============ | |
9 |
|
9 | |||
10 |
This small |
|
10 | This small early April release includes a few backports of bug fixes for tab and LLM completions: | |
11 |
|
11 | |||
12 | - :ghpull:`14838` Fixed tab-completion of global variables in lines with dot when jedi is off |
|
12 | - :ghpull:`14838` Fixed tab-completion of global variables in lines with a dot when jedi is off | |
13 | - :ghpull:`14846` Fixed LLM request number always being set to zero and removed spurious logging |
|
13 | - :ghpull:`14846` Fixed LLM request number always being set to zero and removed spurious logging | |
14 | - :ghpull:`14851` Passes current input history to LLMs |
|
14 | - :ghpull:`14851` Passes current input history to LLMs | |
15 |
|
15 | |||
@@ -21,8 +21,8 IPython 8.34 | |||||
21 |
|
21 | |||
22 | This tiny beginning of March release included two bug fixes: |
|
22 | This tiny beginning of March release included two bug fixes: | |
23 |
|
23 | |||
24 | - :ghpull:`14823` Fixed right arrow incorrectly accept invisible auto-suggestions |
|
24 | - :ghpull:`14823` Fixed right arrow incorrectly accepting invisible auto-suggestions | |
25 |
- :ghpull:`14828` Fixed Q |
|
25 | - :ghpull:`14828` Fixed Qt backend crash | |
26 |
|
26 | |||
27 | along with a backport of improved documentation and configurability of LLM completions. |
|
27 | along with a backport of improved documentation and configurability of LLM completions. | |
28 |
|
28 | |||
@@ -36,7 +36,7 This small end of February release included a few backports of bug fixes and min | |||||
36 | - :ghpull:`14717` Fixed auto-suggestion on Prompt Toolkit < 3.0.49 |
|
36 | - :ghpull:`14717` Fixed auto-suggestion on Prompt Toolkit < 3.0.49 | |
37 | - :ghpull:`14738` Fixed Python 3.13 compatibility of ``local_ns`` |
|
37 | - :ghpull:`14738` Fixed Python 3.13 compatibility of ``local_ns`` | |
38 | - :ghpull:`14700` Improved Qt object management and performance |
|
38 | - :ghpull:`14700` Improved Qt object management and performance | |
39 |
- :ghpull:`14790` Better |
|
39 | - :ghpull:`14790` Better documentation and configurability of LLM completions | |
40 |
|
40 | |||
41 |
|
41 | |||
42 | .. _version 8.32: |
|
42 | .. _version 8.32: |
General Comments 0
You need to be logged in to leave comments.
Login now