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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ Changes in IPython kernel
4
4
5.1
5
5
---
6
6
7
+
5.1.3
8
+
*****
9
+
10
+
5.1.3 Includes several bugfixes and internal logic improvements.
11
+
12
+
- Fix comm shutdown behavior by adding a ``deleting`` option to ``close`` which can be set to prevent registering new comm channels during shutdown (:ghpull: `433`, :ghpull: `435`)
13
+
- Fix ``Heartbeat._bind_socket`` to return on the first bind (:ghpull: `431`)
14
+
- Moved ``InProcessKernelClient.flush`` to ``DummySocket`` (:gphull: `437`)
15
+
- Don't redirect stdout if nose machinery is not present (:ghpull: `427`)
16
+
- Rename `_asyncio.py` to `_asyncio_utils.py` to avoid name conflicts on Python 3.6+ (:ghpull: `426`)
17
+
- Only generate kernelspec when installing or building wheel (:ghpull: `425`)
18
+
- Fix priority ordering of control-channel messages in some cases (:ghpull:`443`)
0 commit comments