Releases: jupyter/jupyter_client
Releases · jupyter/jupyter_client
v7.3.1
7.3.1
Bugs fixed
- Check that channels exist before asking if they are alive #785 (@ccordoba12)
- Unicode error correction using Error Handler #779 (@hxawax)
Maintenance and upkeep improvements
- Allow bot PRs to be automatically labeled #784 (@blink1073)
- [pre-commit.ci] pre-commit autoupdate #783 (@pre-commit-ci)
Contributors to this release
v7.3.0
7.3.0
Bugs fixed
- Fix shutdown and cleanup behavior #772 (@blink1073)
Maintenance and upkeep improvements
- [pre-commit.ci] pre-commit autoupdate #773 (@pre-commit-ci)
- [pre-commit.ci] pre-commit autoupdate #770 (@pre-commit-ci)
- Improve mypy config #769 (@blink1073)
- Clean up pre-commit #768 (@blink1073)
Contributors to this release
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)