|
1 | 1 | # Changes in IPython kernel |
2 | 2 |
|
| 3 | +<!-- <START NEW CHANGELOG ENTRY> --> |
| 4 | + |
| 5 | +## 6.3 |
| 6 | + |
| 7 | +## 6.3.0 |
| 8 | + |
| 9 | +([Full Changelog](https://github.com/ipython/ipykernel/compare/6.2.0...07af2633ca88eda583e13649279a5b98473618a2)) |
| 10 | + |
| 11 | +### Enhancements made |
| 12 | + |
| 13 | +- Add deep variable inspection [#753](https://github.com/ipython/ipykernel/pull/753) ([@JohanMabille](https://github.com/JohanMabille)) |
| 14 | +- Add `IPKernelApp.capture_fd_output` config to disable FD-level capture [#752](https://github.com/ipython/ipykernel/pull/752) ([@minrk](https://github.com/minrk)) |
| 15 | + |
| 16 | +### Maintenance and upkeep improvements |
| 17 | + |
| 18 | +- Remove more `nose` test references [#750](https://github.com/ipython/ipykernel/pull/750) ([@blink1073](https://github.com/blink1073)) |
| 19 | +- Remove `nose` `skipIf` in favor of `pytest` [#748](https://github.com/ipython/ipykernel/pull/748) ([@Carreau](https://github.com/Carreau)) |
| 20 | +- Remove more `nose` [#747](https://github.com/ipython/ipykernel/pull/747) ([@Carreau](https://github.com/Carreau)) |
| 21 | +- Set up release helper plumbing [#745](https://github.com/ipython/ipykernel/pull/745) ([@afshin](https://github.com/afshin)) |
| 22 | +- Test downstream projects [#635](https://github.com/ipython/ipykernel/pull/635) ([@davidbrochart](https://github.com/davidbrochart)) |
| 23 | + |
| 24 | +### Contributors to this release |
| 25 | + |
| 26 | +([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2021-08-16&to=2021-08-30&type=c)) |
| 27 | + |
| 28 | +[@afshin](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aafshin+updated%3A2021-08-16..2021-08-30&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Ablink1073+updated%3A2021-08-16..2021-08-30&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ACarreau+updated%3A2021-08-16..2021-08-30&type=Issues) | [@ccordoba12](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Accordoba12+updated%3A2021-08-16..2021-08-30&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Adavidbrochart+updated%3A2021-08-16..2021-08-30&type=Issues) | [@JohanMabille](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3AJohanMabille+updated%3A2021-08-16..2021-08-30&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Akevin-bates+updated%3A2021-08-16..2021-08-30&type=Issues) | [@minrk](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3Aminrk+updated%3A2021-08-16..2021-08-30&type=Issues) | [@SylvainCorlay](https://github.com/search?q=repo%3Aipython%2Fipykernel+involves%3ASylvainCorlay+updated%3A2021-08-16..2021-08-30&type=Issues) |
| 29 | + |
| 30 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 31 | + |
3 | 32 | ## 6.2 |
4 | 33 |
|
5 | 34 | ## 6.2.0 |
|
17 | 46 |
|
18 | 47 | ## 6.1.0 |
19 | 48 |
|
20 | | -<!-- <START NEW CHANGELOG ENTRY> --> |
21 | | - |
22 | 49 | ### Enhancements made |
23 | 50 |
|
24 | 51 | - Implemented `richInspectVariable` request handler [#734](https://github.com/ipython/ipykernel/pull/734) ([@JohanMabille](https://github.com/JohanMabille)) |
|
31 | 58 |
|
32 | 59 | - Fix exception raised by `OutStream.write` [#726](https://github.com/ipython/ipykernel/pull/726) ([@SimonKrughoff](https://github.com/SimonKrughoff)) |
33 | 60 |
|
34 | | -<!-- <END NEW CHANGELOG ENTRY> --> |
35 | | - |
36 | 61 | ## 6.0 |
37 | 62 |
|
38 | 63 | ## 6.0.3 |
@@ -80,7 +105,6 @@ release and welcome any feedback (~50 Pull-requests). |
80 | 105 | IPykernel 6 should contain all changes of the 5.x series, in addition to the |
81 | 106 | following non-exhaustive changes. |
82 | 107 |
|
83 | | - |
84 | 108 | - Support for the debugger protocol, when using `JupyterLab`, `RetroLab` or any |
85 | 109 | frontend supporting the debugger protocol you should have access to the |
86 | 110 | debugger functionalities. |
|
0 commit comments