File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,11 @@ Changes in Jupyter Client
32
32
- If a kernel dies soon after starting, reassign random ports before restarting
33
33
it, in case one of the previously chosen ports has been bound by another
34
34
process (:ghpull: `279 `).
35
+ - Avoid unnecessary filesystem operations when finding a kernelspec with
36
+ :meth: `.KernelSpecManager.get_kernel_spec ` (:ghpull: `311 `).
37
+ - :meth: `.KernelSpecManager.get_all_specs ` will no longer raise an exception on
38
+ encountering an invalid ``kernel.json `` file. It will raise a warning and
39
+ continue (:ghpull: `310 `).
35
40
- Check for non-contiguous buffers before trying to send them through ZMQ
36
41
(:ghpull: `258 `).
37
42
- Compatibility with upcoming Tornado version 5.0 (:ghpull: `304 `).
You can’t perform that action at this time.
0 commit comments