Releases: jupyter/jupyter_console
Releases · jupyter/jupyter_console
v6.6.3
6.6.3
Bugs fixed
- Fix handle_external_iopub again #286 (@blink1073)
Contributors to this release
v6.6.2
6.6.2
Bugs fixed
- Fix handle_external_iopub #285 (@blink1073)
Contributors to this release
v6.6.1
6.6.1
Maintenance and upkeep improvements
- More build system cleanup #282 (@blink1073)
Contributors to this release
v6.6.0
6.6.0
Maintenance and upkeep improvements
- Switch to hatch backend #281 (@blink1073)
- Add flaky #280 (@blink1073)
- Clean up license #279 (@dcsaba89)
Contributors to this release
v6.5.1
6.5.1
Bugs fixed
- Fix completion handling #278 (@blink1073)
Contributors to this release
v6.5.0
6.5.0
Bugs fixed
- Fix client 7 and 8 compat #276 (@blink1073)
Contributors to this release
v6.4.4
6.4.4
Merged PRs
- Use asyncio.create_task and asyncio.get_running_loop with interact(). Drop Python 3.6. #270 (@encukou)
Contributors to this release
v6.4.3
6.4.3
Merged PRs
- Require jupyter_client>=7.0.0 #266 (@davidbrochart)
Contributors to this release
v6.4.2
6.4.2
Merged PRs
- Don't pass loop to asyncio.wait() #264 (@davidbrochart)
Contributors to this release
v6.4.1
6.4.1
Merged PRs
- Prepare for use with Jupyter Releaser #261 (@davidbrochart)