Releases: jupyter/jupyter_client
Releases · jupyter/jupyter_client
v8.0.3
8.0.3
Bugs fixed
- Fix kernelspec print output #933 (@minrk)
- Don't emit a trailng newline in base64-encoded data like 'image/png' #931 (@xl0)
Maintenance and upkeep improvements
- Add license #934 (@dcsaba89)
- Improving jsonutil tests #929 (@andrehora)
Contributors to this release
(GitHub contributors page for this release)
@andrehora | @blink1073 | @dcsaba89 | @kevin-bates | @minrk | @pre-commit-ci | @xl0
v8.0.2
8.0.2
Bugs fixed
- Add papermill downstream check and fix kernel client replies #925 (@blink1073)
Maintenance and upkeep improvements
- Adopt more ruff rules #924 (@blink1073)
- Prefer print in kernelspecapp #923 (@blink1073)
Contributors to this release
v8.0.1
8.0.1
Bugs fixed
- Fix json_output in kernelspec app #921 (@blink1073)
Contributors to this release
v8.0.0
8.0.0
This release is primarily focused on improving asyncio
support, while aiming to have minimal API changes.
Enhancements made
- Remove nest-asyncio dependency #835 (@blink1073)
Bugs fixed
- Allow interrupt during restart of pending kernels #898 (@blink1073)
- Fix connection reconciliation to handle restarts #882 (@kevin-bates)
- Reconcile connection information #879 (@kevin-bates)
- Workaround for launch bug #861 (@blink1073)
- Defer creation of ready future #858 (@blink1073)
- Fix handling of initial ready promise #854 (@blink1073)
- Revert "Fix pending kernels again" #853 (@blink1073)
- Fix pending kernels again #845 (@blink1073)
- Use pytest_asyncio fixture #826 (@davidbrochart)
Maintenance and upkeep improvements
- MAINT: Don't format log in log call. #919 (@Carreau)
- Remove deprecated zmq imports #915 (@blink1073)
- MAINT: consistently use relative imports. #912 (@Carreau)
- Sync lint deps #911 (@blink1073)
- MAINT: Proper typing and cast #906 (@Carreau)
- MAINT: [async]start_kernel should only take kwarg only. #905 (@Carreau)
- Add more ci checks #903 (@blink1073)
- Allow releasing from repo #899 (@blink1073)
- Fix jupyter_core pinning #896 (@ophie200)
- Adopt ruff and reduce pre-commit usage #895 (@blink1073)
- Use pytest-jupyter #891 (@blink1073)
- Import ensure_async and run_sync from jupyter_core #889 (@davidbrochart)
- Use base setup dependency type #888 (@blink1073)
- More CI Cleanup #886 (@blink1073)
- More coverage #885 (@blink1073)
- Clean up workflow and pyproject #884 (@blink1073)
- Add more coverage #877 (@blink1073)
- Add coverage config #876 (@blink1073)
- Bump actions/setup-python from 2 to 4 #874 (@dependabot)
- Bump actions/checkout from 2 to 3 #873 (@dependabot)
- Use platform dirs in tests #872 (@blink1073)
- Clean up types and remove use of entrypoints #871 (@blink1073)
- Add dependabot #870 (@blink1073)
- Support Python 3.8-3.11 #866 (@blink1073)
- Fix assertion in
TestSession.test_serialize
#860 (@samrat) - Maintenance cleanup #856 (@blink1073)
- Ignore warnings in prereleases test #844 (@blink1073)
- Use hatch for version #837 (@blink1073)
- Move tests to top level #834 (@blink1073)
- Fix nbconvert downstream test #827 (@blink1073)
Documentation improvements
- Reflect current protocol version in documentation #918 (@SylvainCorlay)
- Add full api docs #908 (@blink1073)
- Add more ci checks #903 (@blink1073)
- Switch to pydata sphinx theme #840 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@arogozhnikov | @blink1073 | @Carreau | @ccordoba12 | @davidbrochart | @dependabot | @kevin-bates | @meeseeksdev | @minrk | @ophie200 | @pre-commit-ci | @samrat | @SylvainCorlay | @Zsailer
v7.4.9
7.4.9
Bugs fixed
- Make Qtconsole work with PyZMQ 25 #914 (@ccordoba12)
Maintenance and upkeep improvements
- [7.x] Remove deprecated zmq imports #916 (@blink1073)
Contributors to this release
v8.0.0rc0
8.0.0rc0
Maintenance and upkeep improvements
- Allow releasing from repo #899 (@blink1073)
Contributors to this release
v8.0.0b3
8.0.0b3
Bugs fixed
- Allow interrupt during restart of pending kernels #898 (@blink1073)
Contributors to this release
v8.0.0b2
8.0.0b2
Maintenance and upkeep improvements
- Fix jupyter_core pinning #896 (@ophie200)
- Adopt ruff and reduce pre-commit usage #895 (@blink1073)