Commit 502775e
adam
py-ipython: updated to 9.2.0
IPython 9.2
This is a small release with minor changes in the context passed to the LLM completion
provider along few other bug fixes and documentation improvements:
- Fixed interruption of ``%%time`` and ``%%debug`` magics
- Removed spurious empty lines from ``prefix`` passed to LLM, and separated part after cursor into the ``suffix``
- Fixed syntax warning in Python 3.14 (remove return from finally block)
- Documented the recommendation to use ``ipykernel.embed.embed_kernel()`` over ``ipython.embed``.1 parent b28721d commit 502775e
2 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
0 commit comments