Releases: ipython/ipykernel
Releases · ipython/ipykernel
v7.0.0a0
7.0.0a0
Enhancements made
- Detect parent change in more cases on unix #1271 (@bluss)
- Kernel subshells (JEP91) implementation #1249 (@ianthomas23)
- Remove control queue #1210 (@ianthomas23)
- Replace Tornado with AnyIO #1079 (@davidbrochart)
Bugs fixed
- Fix eventloop integration with anyio #1265 (@ianthomas23)
- Explicitly close memory object streams #1253 (@ianthomas23)
- Fixed error accessing sys.stdout/sys.stderr when those are None #1247 (@gregory-shklover)
- Correctly handle with_cell_id in async do_execute #1227 (@ianthomas23)
- Do not import debugger/debugpy unless needed #1223 (@krassowski)
- Allow datetime or str in test_sequential_control_messages #1219 (@ianthomas23)
- Fix side effect import for pickleutil #1217 (@blink1073)
Maintenance and upkeep improvements
- Remove direct use of asyncio #1266 (@davidbrochart)
- Specify argtypes when using macos msg #1264 (@ianthomas23)
- Forward port changelog for 6.29.4 and 5 to main branch #1263 (@ianthomas23)
- Ignore warning from trio #1262 (@ianthomas23)
- Build docs on ubuntu #1257 (@blink1073)
- Avoid a DeprecationWarning on Python 3.13+ #1248 (@hroncok)
- Catch IPython 8.24 DeprecationWarnings #1242 (@s-t-e-v-e-n-k)
- Update version to 7.0.0 #1241 (@mlucool)
- Add compat with pytest 8 #1231 (@blink1073)
- Set all min deps #1229 (@blink1073)
- Update Release Scripts #1221 (@blink1073)
Documentation improvements
- Forward port changelog for 6.29.4 and 5 to main branch #1263 (@ianthomas23)
Contributors to this release
(GitHub contributors page for this release)
@agronholm | @blink1073 | @bluss | @Carreau | @davidbrochart | @gregory-shklover | @hroncok | @ianthomas23 | @ivanov | @krassowski | @maartenbreddels | @minrk | @mlucool | @s-t-e-v-e-n-k
v6.29.5
6.29.5
Bugs fixed
- Fix use of "%matplotlib osx" #1237 (@ianthomas23)
Maintenance and upkeep improvements
- [6.x] Update Release Scripts #1251 (@blink1073)
Contributors to this release
v6.29.4
6.29.4
Bugs fixed
- Fix side effect import for pickleutil #1216 (@blink1073)
Maintenance and upkeep improvements
- Do not import debugger/debugpy unless needed #1223 (@krassowski)
Contributors to this release
(GitHub contributors page for this release)
@agronholm | @blink1073 | @davidbrochart | @krassowski | @minrk
v6.29.3
6.29.3
Enhancements made
- Eventloop scheduling improvements for stop_on_error_timeout and schedule_next #1212 (@jdranczewski)
Bugs fixed
- Disable frozen modules by default, add a toggle #1213 (@krassowski)
Maintenance and upkeep improvements
- Fix typings and update project urls #1214 (@blink1073)
- Unpin pytest-asyncio and update ruff config #1209 (@blink1073)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @ccordoba12 | @jdranczewski | @joouha | @krassowski
v6.29.2
6.29.2
Bugs fixed
Maintenance and upkeep improvements
- Re-enable skipped debugger test #1207 (@ianthomas23)
Contributors to this release
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)