Skip to content

Commit eec0813

Browse files
Automated Changelog Entry for 6.3.0 on master
1 parent 07af263 commit eec0813

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,31 @@
1919

2020
<!-- <START NEW CHANGELOG ENTRY> -->
2121

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+
2247
### Enhancements made
2348

2449
- Implemented `richInspectVariable` request handler [#734](https://github.com/ipython/ipykernel/pull/734) ([@JohanMabille](https://github.com/JohanMabille))
@@ -31,8 +56,6 @@
3156

3257
- Fix exception raised by `OutStream.write` [#726](https://github.com/ipython/ipykernel/pull/726) ([@SimonKrughoff](https://github.com/SimonKrughoff))
3358

34-
<!-- <END NEW CHANGELOG ENTRY> -->
35-
3659
## 6.0
3760

3861
## 6.0.3
@@ -80,7 +103,6 @@ release and welcome any feedback (~50 Pull-requests).
80103
IPykernel 6 should contain all changes of the 5.x series, in addition to the
81104
following non-exhaustive changes.
82105

83-
84106
- Support for the debugger protocol, when using `JupyterLab`, `RetroLab` or any
85107
frontend supporting the debugger protocol you should have access to the
86108
debugger functionalities.

0 commit comments

Comments
 (0)