|
19 | 19 |
|
20 | 20 | <!-- <START NEW CHANGELOG ENTRY> --> |
21 | 21 |
|
| 22 | +## 6.3.0 |
| 23 | + |
| 24 | +([Full Changelog](https://github.com/ipython/ipykernel/compare/6.2.0...07af2633ca88eda583e13649279a5b98473618a2)) |
| 25 | + |
| 26 | +### Enhancements made |
| 27 | + |
| 28 | +- Implemented deep variable inspection [#753](https://github.com/ipython/ipykernel/pull/753) ([@JohanMabille](https://github.com/JohanMabille)) |
| 29 | +- Add IPKernelApp.capture_fd_output config to disable FD-level capture [#752](https://github.com/ipython/ipykernel/pull/752) ([@minrk](https://github.com/minrk)) |
| 30 | + |
| 31 | +### Maintenance and upkeep improvements |
| 32 | + |
| 33 | +- Remove more nose test references [#750](https://github.com/ipython/ipykernel/pull/750) ([@blink1073](https://github.com/blink1073)) |
| 34 | +- Remove Nose skipIf in favor of pytest [#748](https://github.com/ipython/ipykernel/pull/748) ([@Carreau](https://github.com/Carreau)) |
| 35 | +- remove more nose [#747](https://github.com/ipython/ipykernel/pull/747) ([@Carreau](https://github.com/Carreau)) |
| 36 | +- Set up release helper plumbing [#745](https://github.com/ipython/ipykernel/pull/745) ([@afshin](https://github.com/afshin)) |
| 37 | +- Test downstream projects [#635](https://github.com/ipython/ipykernel/pull/635) ([@davidbrochart](https://github.com/davidbrochart)) |
| 38 | + |
| 39 | +### Contributors to this release |
| 40 | + |
| 41 | +([GitHub contributors page for this release](https://github.com/ipython/ipykernel/graphs/contributors?from=2021-08-16&to=2021-08-30&type=c)) |
| 42 | + |
| 43 | +[@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) |
| 44 | + |
| 45 | +<!-- <END NEW CHANGELOG ENTRY> --> |
| 46 | + |
22 | 47 | ### Enhancements made |
23 | 48 |
|
24 | 49 | - Implemented `richInspectVariable` request handler [#734](https://github.com/ipython/ipykernel/pull/734) ([@JohanMabille](https://github.com/JohanMabille)) |
|
31 | 56 |
|
32 | 57 | - Fix exception raised by `OutStream.write` [#726](https://github.com/ipython/ipykernel/pull/726) ([@SimonKrughoff](https://github.com/SimonKrughoff)) |
33 | 58 |
|
34 | | -<!-- <END NEW CHANGELOG ENTRY> --> |
35 | | - |
36 | 59 | ## 6.0 |
37 | 60 |
|
38 | 61 | ## 6.0.3 |
@@ -80,7 +103,6 @@ release and welcome any feedback (~50 Pull-requests). |
80 | 103 | IPykernel 6 should contain all changes of the 5.x series, in addition to the |
81 | 104 | following non-exhaustive changes. |
82 | 105 |
|
83 | | - |
84 | 106 | - Support for the debugger protocol, when using `JupyterLab`, `RetroLab` or any |
85 | 107 | frontend supporting the debugger protocol you should have access to the |
86 | 108 | debugger functionalities. |
|
0 commit comments