Releases: jupyter/jupyter_client
Releases · jupyter/jupyter_client
v7.2.2
7.2.2
Maintenance and upkeep improvements
- Include py.typed file #766 (@blink1073)
- [pre-commit.ci] pre-commit autoupdate #765 (@pre-commit-ci)
- More Cleanup #764 (@blink1073)
Contributors to this release
v7.2.1
7.2.1
Maintenance and upkeep improvements
- Handle Warnings #760 (@blink1073)
Contributors to this release
v7.2.0
7.2.0
Enhancements made
Bugs fixed
- Json packer: handle TypeError and fallback to old json_clean #752 (@martinRenou)
- Prefer sending signals to kernel process group #743 (@kevin-bates)
Maintenance and upkeep improvements
- Mock is not needed #758 (@hroncok)
- Add pytest opts and clean up workflows #757 (@blink1073)
- Clean up dependency handling #750 (@blink1073)
- Use built in run cancellation #742 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @davidbrochart | @echarles | @hroncok | @kevin-bates | @martinRenou | @you-n-g
v7.1.2
v7.1.1
7.1.1
Enhancements made
Maintenance and upkeep improvements
- Test against all kernels in jupyter kernel test and clean up CI #731 (@blink1073)
- Replace master with main #729 (@davidbrochart)
Documentation improvements
- [DOC] improve kernel provisioner doc #730 (@abzymeinsjtu)
- add changelog for message spec #525 (@minrk)
Contributors to this release
(GitHub contributors page for this release)
@abzymeinsjtu | @blink1073 | @BoPeng | @davidbrochart | @minrk | @rgbkrk | @willingc | @Zsailer
v7.1.0
7.1.0
Enhancements made
- Add support for pending kernels #712 (@blink1073)
Bugs fixed
Maintenance and upkeep improvements
- Enforce labels on PRs #720 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @ci4ic4 | @davidbrochart | @kevin-bates | @vidartf
v7.0.6
7.0.6
Bugs fixed
- Fallback to the old ipykernel "json_clean" if we are not able to serialize a JSON message #708 (@martinRenou)
Other merged PRs
- Add test for serializing bytes #707 (@martinRenou)
Contributors to this release
v7.0.5
7.0.5
Bugs fixed
Maintenance and upkeep improvements
- Use logger.warning instead of deprecated warn method #700 (@kevin-bates)
Contributors to this release
v7.0.4
7.0.4
Bugs fixed
- Fix json_default so that it's closer to what ipykernel had before #698 (@martinRenou)
- Clean up the pending task #697 (@shingo78)
- fix kernel can only restart once issue #695 (@mofanke)
- Prevent failure if kernel is not found when shutting it down #694 (@martinRenou)
Contributors to this release
v7.0.3
7.0.3
Bugs fixed
- Address missing
local-provisioner
scenario #692 (@kevin-bates) - use
load_connection_info(info)
when constructing a blocking client #688 (@minrk)