File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 4
4
Changes in Jupyter Client
5
5
=========================
6
6
7
+ 5.3.1
8
+ =====
9
+
10
+ - Fix bug with control channel socket introduced in 5.3.0 (:ghpull: `456 `).
11
+
12
+ 5.3.0
13
+ =====
14
+ `5.3.0 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.3.0 >`__
15
+
16
+ New Features:
17
+
18
+ - Multiprocessing and Threading support (:ghpull: `437 `) and (:ghpull: `450 `)
19
+ - Setup package long_description (:ghpull: `411 `)
20
+
21
+ Changes:
22
+
23
+ - Control channel now in the public API (:ghpull: `447 `)
24
+ - Closing Jupyter Client is now faster (:ghpull: `420 `)
25
+ - Pip support improvements (:ghpull: `421 `)
26
+
27
+ Breaking changes:
28
+
29
+ - Dropped support for Python 3.3 and 3.4 (upstream packages dropped support already)
30
+
7
31
5.2.4
8
32
=====
9
33
You can’t perform that action at this time.
0 commit comments