Releases: ipython/ipykernel
Releases · ipython/ipykernel
v6.29.1
6.29.1
Bugs fixed
- fix: on exception, return a 0, so that the "sum" still computes #1204 (@petervandenabeele)
- Fix handling of "silent" in execute request #1200 (@Haadem)
Maintenance and upkeep improvements
- chore: update pre-commit hooks #1205 (@pre-commit-ci)
- Do git ignore of /node_modules/.cache #1203 (@petervandenabeele)
- Bump the actions group with 1 update #1201 (@dependabot)
Contributors to this release
v6.29.0
6.29.0
Enhancements made
- Always set debugger to true in kernelspec #1191 (@ianthomas23)
Bugs fixed
- Revert "Enable
ProactorEventLoop
on windows foripykernel
" #1194 (@blink1073) - Make outputs go to correct cell when generated in threads/asyncio #1186 (@krassowski)
Maintenance and upkeep improvements
- Pin pytest-asyncio to 0.23.2 #1189 (@ianthomas23)
- chore: update pre-commit hooks #1187 (@pre-commit-ci)
Contributors to this release
v6.28.0
6.28.0
Enhancements made
- Enable
ProactorEventLoop
on windows foripykernel
#1184 (@NewUserHa) - Adds a flag in debug_info for the copyToGlobals support #1099 (@brichet)
Maintenance and upkeep improvements
- Support python 3.12 #1185 (@blink1073)
- Bump actions/setup-python from 4 to 5 #1181 (@dependabot)
- chore: update pre-commit hooks #1179 (@pre-commit-ci)
- Refactor execute_request to reduce redundancy and improve consistency #1177 (@jjvraw)
Documentation improvements
- Update pytest commands in README #1178 (@ianthomas23)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @brichet | @dependabot | @ianthomas23 | @jjvraw | @NewUserHa | @pre-commit-ci
v6.27.1
6.27.1
Bugs fixed
- Fix edit magic payload type #1171 (@blink1073)
Contributors to this release
v6.27.0
6.27.0
Enhancements made
Maintenance and upkeep improvements
- Update ruff and typings #1167 (@blink1073)
- Clean up ruff config #1165 (@blink1073)
- chore: update pre-commit hooks #1164 (@pre-commit-ci)
- Clean up typing config #1163 (@blink1073)
- Update typing for traitlets 5.13 #1162 (@blink1073)
- Adopt ruff format #1161 (@blink1073)
- Update typing for jupyter_client 8.5 #1160 (@blink1073)
Contributors to this release
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)