File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 4
4
Changes in Jupyter Client
5
5
=========================
6
6
7
+ 5.2.2
8
+ =====
9
+
10
+ `5.2.2 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.2.2 >`__
11
+
12
+ - Fix :meth: `.KernelSpecManager.get_all_specs ` method in subclasses
13
+ that only override :meth: `.KernelSpecManager.find_kernel_specs `
14
+ and :meth: `.KernelSpecManager.get_kernel_spec `.
15
+ See :ghissue: `338 ` and :ghpull: `339 `.
16
+ - Eliminate occasional error messages during process exit (:ghpull: `336 `).
17
+ - Improve error message when attempting to bind on invalid address (:ghpull: `330 `).
18
+ - Add missing direct dependency on tornado (:ghpull: `323 `).
19
+
20
+
7
21
5.2.1
8
22
=====
9
23
24
+ `5.2.1 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.2.1 >`__
25
+
10
26
- Add parenthesis to conditional pytest requirement to work around a bug in the
11
27
``wheel `` package, that generate a ``.whl `` which otherwise always depends on
12
- ``pytest `` see :ghissue: `324 ` and :ghpull: `325 `
28
+ ``pytest `` see :ghissue: `324 ` and :ghpull: `325 `.
13
29
14
30
5.2
15
31
===
You can’t perform that action at this time.
0 commit comments