You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,37 @@
4
4
Changes in Jupyter Client
5
5
=========================
6
6
7
+
6.0.0
8
+
=====
9
+
10
+
The git history had to be reworked heavily in merging 5.x and master, so a link to all the changes at once in github had been left out as it's just confusing.
11
+
12
+
An exciting change in this release is some async support (huge thanks to @davidbrochart for doing most of the work)! See linked PR below for more details, we're working on integrating this into nbclient as well in the near future.
13
+
14
+
New Features:
15
+
16
+
- Added async API (:ghpull:`506`)
17
+
18
+
Changes:
19
+
20
+
- Python 3.8 testing and support added (:ghpull:`509`)
21
+
- Session.msg_id optimization (:ghpull:`493`)
22
+
- Only cache ports if the cache_ports flag is set to True (:ghpull:`492`)
23
+
- Removed direct dependency on pywin32 as this is now in jupyter core (:ghpull:`489`)
24
+
25
+
Fixes:
26
+
27
+
- Prevent two kernels to have the same ports (:ghpull:`490`)
28
+
29
+
Docs:
30
+
31
+
- Document the handling of error in do_execute (:ghpull:`500`)
0 commit comments