Skip to content

Commit

Permalink
Add PRs jupyter#310 and jupyter#311 to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver authored and Steven Silvester committed Aug 4, 2021
1 parent 7e91341 commit 45ea164
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Changes in Jupyter Client
- If a kernel dies soon after starting, reassign random ports before restarting
it, in case one of the previously chosen ports has been bound by another
process (:ghpull:`279`).
- Avoid unnecessary filesystem operations when finding a kernelspec with
:meth:`.KernelSpecManager.get_kernel_spec` (:ghpull:`311`).
- :meth:`.KernelSpecManager.get_all_specs` will no longer raise an exception on
encountering an invalid ``kernel.json`` file. It will raise a warning and
continue (:ghpull:`310`).
- Check for non-contiguous buffers before trying to send them through ZMQ
(:ghpull:`258`).
- Compatibility with upcoming Tornado version 5.0 (:ghpull:`304`).
Expand Down

0 comments on commit 45ea164

Please sign in to comment.