|
1 | 1 | # Changes in IPython kernel |
2 | 2 |
|
3 | | -## 6.2 |
4 | | - |
5 | | -## 6.2.0 |
6 | | - |
7 | | -### Enhancements made |
8 | | - |
9 | | -- Add Support for Message Based Interrupt [#741](https://github.com/ipython/ipykernel/pull/741) ([@afshin](https://github.com/afshin)) |
10 | | - |
11 | | -### Maintenance and upkeep improvements |
12 | | - |
13 | | -- Remove some more dependency on nose/iptest [#743](https://github.com/ipython/ipykernel/pull/743) ([@Carreau](https://github.com/Carreau)) |
14 | | -- Remove block param from get_msg() [#736](https://github.com/ipython/ipykernel/pull/736) ([@davidbrochart](https://github.com/davidbrochart)) |
15 | | - |
16 | | -## 6.1 |
17 | | - |
18 | | -## 6.1.0 |
19 | | - |
20 | 3 | <!-- <START NEW CHANGELOG ENTRY> --> |
21 | 4 |
|
22 | 5 | ## 6.3.0 |
|
25 | 8 |
|
26 | 9 | ### Enhancements made |
27 | 10 |
|
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)) |
| 11 | +- Add deep variable inspection [#753](https://github.com/ipython/ipykernel/pull/753) ([@JohanMabille](https://github.com/JohanMabille)) |
| 12 | +- 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 | 13 |
|
31 | 14 | ### Maintenance and upkeep improvements |
32 | 15 |
|
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)) |
| 16 | +- Remove more `nose` test references [#750](https://github.com/ipython/ipykernel/pull/750) ([@blink1073](https://github.com/blink1073)) |
| 17 | +- Remove `nose` `skipIf` in favor of `pytest` [#748](https://github.com/ipython/ipykernel/pull/748) ([@Carreau](https://github.com/Carreau)) |
| 18 | +- Remove more `nose` [#747](https://github.com/ipython/ipykernel/pull/747) ([@Carreau](https://github.com/Carreau)) |
36 | 19 | - Set up release helper plumbing [#745](https://github.com/ipython/ipykernel/pull/745) ([@afshin](https://github.com/afshin)) |
37 | 20 | - Test downstream projects [#635](https://github.com/ipython/ipykernel/pull/635) ([@davidbrochart](https://github.com/davidbrochart)) |
38 | 21 |
|
|
44 | 27 |
|
45 | 28 | <!-- <END NEW CHANGELOG ENTRY> --> |
46 | 29 |
|
| 30 | +## 6.2 |
| 31 | + |
| 32 | +## 6.2.0 |
| 33 | + |
| 34 | +### Enhancements made |
| 35 | + |
| 36 | +- Add Support for Message Based Interrupt [#741](https://github.com/ipython/ipykernel/pull/741) ([@afshin](https://github.com/afshin)) |
| 37 | + |
| 38 | +### Maintenance and upkeep improvements |
| 39 | + |
| 40 | +- Remove some more dependency on nose/iptest [#743](https://github.com/ipython/ipykernel/pull/743) ([@Carreau](https://github.com/Carreau)) |
| 41 | +- Remove block param from get_msg() [#736](https://github.com/ipython/ipykernel/pull/736) ([@davidbrochart](https://github.com/davidbrochart)) |
| 42 | + |
| 43 | +## 6.1 |
| 44 | + |
| 45 | +## 6.1.0 |
| 46 | + |
47 | 47 | ### Enhancements made |
48 | 48 |
|
49 | 49 | - Implemented `richInspectVariable` request handler [#734](https://github.com/ipython/ipykernel/pull/734) ([@JohanMabille](https://github.com/JohanMabille)) |
|
0 commit comments