Releases: ipython/ipykernel
Releases · ipython/ipykernel
v6.26.0
6.26.0
Maintenance and upkeep improvements
- Update lint deps and add more typing #1156 (@blink1073)
- Update typing for traitlets 5.11 #1154 (@blink1073)
- chore: update pre-commit hooks #1153 (@pre-commit-ci)
- Update IPython Typing Usage #1152 (@blink1073)
- Update typing #1150 (@blink1073)
- Use sp-repo-review #1146 (@blink1073)
- Bump actions/checkout from 3 to 4 #1144 (@dependabot)
Contributors to this release
v6.25.2
6.25.2
Bugs fixed
- Make iostream shutdown more robust #1143 (@blink1073)
- Don't call QApplication.setQuitOnLastWindowClosed(False). #1142 (@anntzer)
- Avoid starting IOPub background thread after it's been stopped #1137 (@minrk)
Contributors to this release
(GitHub contributors page for this release)
@anntzer | @blink1073 | @ccordoba12 | @minrk
v6.25.1
6.25.1
Bugs fixed
- Modifying debugger to return the same breakpoints in 'debugInfo' response as 'setBreakpoints' #1140 (@vaishnavi17)
Maintenance and upkeep improvements
Contributors to this release
v6.25.0
6.25.0
Enhancements made
- feat: let display hook handle clear_output #1135 (@maartenbreddels)
Bugs fixed
- Merge connection info into existing connection file if it already exists #1133 (@jasongrout)
Maintenance and upkeep improvements
- Clean up lint #1134 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @fecet | @jasongrout | @maartenbreddels | @pre-commit-ci
v6.24.0
6.24.0
New features added
- Let get_parent decide the channel to get parent header #1128 (@dby-tmwctw)
Bugs fixed
Contributors to this release
v6.23.3
v6.23.2
6.23.2
Bugs fixed
- Avoid ResourceWarning on implicitly closed event pipe sockets #1125 (@minrk)
- fix: protect stdout/stderr restoration in
InProcessKernel._redirected_io
#1122 (@charles-cooper)
Maintenance and upkeep improvements
Contributors to this release
v6.23.1
6.23.1
Bugs fixed
Maintenance and upkeep improvements
Contributors to this release
v6.23.0
6.23.0
Enhancements made
- Support control<>iopub messages to e.g. unblock comm_msg from command execution #1114 (@tkrabel-db)
- Add outstream hook similar to display publisher #1110 (@maartenbreddels)
Maintenance and upkeep improvements
- Use local coverage #1109 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @maartenbreddels | @pre-commit-ci | @tkrabel-db
v6.22.0
6.22.0
Bugs fixed
- Deprecate Comm class + Fix incompatibility with ipywidgets #1097 (@martinRenou)