Skip to content

Commit 3fe7ada

Browse files
author
Steven Silvester
authored
Merge pull request #754 from ipython/changelog-d702eec0098411eca09603f029d91bcd
Automated Changelog Entry for 6.3.0 on master
2 parents 07af263 + ca29003 commit 3fe7ada

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

CHANGELOG.md

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changes in IPython kernel
22

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+
332
## 6.2
433

534
## 6.2.0
@@ -17,8 +46,6 @@
1746

1847
## 6.1.0
1948

20-
<!-- <START NEW CHANGELOG ENTRY> -->
21-
2249
### Enhancements made
2350

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

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

34-
<!-- <END NEW CHANGELOG ENTRY> -->
35-
3661
## 6.0
3762

3863
## 6.0.3
@@ -80,7 +105,6 @@ release and welcome any feedback (~50 Pull-requests).
80105
IPykernel 6 should contain all changes of the 5.x series, in addition to the
81106
following non-exhaustive changes.
82107

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

0 commit comments

Comments
 (0)