From 3a4dd3e7f3de0b4aea6742c92f1bdcd1b7820802 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 14 Sep 2019 10:31:14 -0500 Subject: [PATCH 1/5] add release notes for 5.1.3 --- docs/changelog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index da25b22d6..7b7dd217a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,18 @@ Changes in IPython kernel 5.1 --- +5.1.3 +***** + +5.1.3 Includes several bugfixes and internal logic improvements. + +- Skip unregisterying comm with destructor (:ghpull: `433`) +- Fix ``Heartbeat._bind_socket`` to return on the first bind (:ghpull: `431`) +- Don't redirect stdout if nose machinery is not present (:ghpull: `427`) +- Rename `_asyncio.py` to `_asyncio_utils.py` to avoid name conflicts on Python 3.6+ (:ghpull: `426`) +- Only generate kernelspec when installing or building wheel (:ghpull: `425`) + + 5.1.2 ***** From c6d12cdb87661b1bb024b72c2e293e825e31e19d Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sun, 15 Sep 2019 13:47:54 -0500 Subject: [PATCH 2/5] Add 435 to release notes --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7b7dd217a..703e2e940 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ Changes in IPython kernel 5.1.3 Includes several bugfixes and internal logic improvements. -- Skip unregisterying comm with destructor (:ghpull: `433`) +- Fix comm shutdown behavior (:ghpull: `433`, :ghpull: `435`) - Fix ``Heartbeat._bind_socket`` to return on the first bind (:ghpull: `431`) - Don't redirect stdout if nose machinery is not present (:ghpull: `427`) - Rename `_asyncio.py` to `_asyncio_utils.py` to avoid name conflicts on Python 3.6+ (:ghpull: `426`) From b2099bd21f513daae076fbf212c574e4f3d1934d Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Mon, 16 Sep 2019 16:09:05 -0500 Subject: [PATCH 3/5] Update docs/changelog.rst Co-Authored-By: Carol Willing --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 703e2e940..2e0d51c1d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ Changes in IPython kernel 5.1.3 Includes several bugfixes and internal logic improvements. -- Fix comm shutdown behavior (:ghpull: `433`, :ghpull: `435`) +- 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`) - Fix ``Heartbeat._bind_socket`` to return on the first bind (:ghpull: `431`) - Don't redirect stdout if nose machinery is not present (:ghpull: `427`) - Rename `_asyncio.py` to `_asyncio_utils.py` to avoid name conflicts on Python 3.6+ (:ghpull: `426`) From aff92ad44f760faf16b5089c156628c312bc6271 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 17 Sep 2019 11:11:56 -0500 Subject: [PATCH 4/5] add 437 notes --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2e0d51c1d..a752235c1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,7 @@ Changes in IPython kernel - 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`) - Fix ``Heartbeat._bind_socket`` to return on the first bind (:ghpull: `431`) +- Moved ``InProcessKernelClient.flush`` to ``DummySocket`` (:gphull: `437`) - Don't redirect stdout if nose machinery is not present (:ghpull: `427`) - Rename `_asyncio.py` to `_asyncio_utils.py` to avoid name conflicts on Python 3.6+ (:ghpull: `426`) - Only generate kernelspec when installing or building wheel (:ghpull: `425`) From 831ce39a8cb11cd939e0119e9f5bdcd32f8047d8 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 3 Oct 2019 09:39:22 +0200 Subject: [PATCH 5/5] changelog for 443 --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a752235c1..e2705c55c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,6 +15,7 @@ Changes in IPython kernel - Don't redirect stdout if nose machinery is not present (:ghpull: `427`) - Rename `_asyncio.py` to `_asyncio_utils.py` to avoid name conflicts on Python 3.6+ (:ghpull: `426`) - Only generate kernelspec when installing or building wheel (:ghpull: `425`) +- Fix priority ordering of control-channel messages in some cases (:ghpull:`443`) 5.1.2