From 975d42ae947c45f2901d9edf16285d9d74ca16f2 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Thu, 3 Aug 2017 15:58:11 -0400 Subject: [PATCH 1/3] Add 5.1.0 to changelog --- docs/source/changelog.rst | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 3ebb18e2b6..bcd565d4c7 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -21,10 +21,36 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n ``pip --version``. +.. _release-5.1.0: + +5.1.0 +----- + +- Preliminary i18n implementation (:ghpull:`2140`). +- Expose URL with auth token in notebook UI (:ghpull:`2666`). +- Fix search background style (:ghpull:`2387`). +- List running notebooks with ``--allow-root`` (:ghpull:`2421`). +- Allow session of type other than notebook (:ghpull:`2559`). +- Fix search background style (:ghpull:`2387`). +- Fix some Markdown styling issues (:ghpull:`2571`), (:ghpull:`2691`) and (:ghpull:`2534`). +- Remove keymaps that conflict with non-English keyboards (:ghpull:`2535`). +- Add session-specific favicons (notebook, terminal, file) (:ghpull:`2452`). +- Add /api/shutdown handler (:ghpull:`2507`). +- Include metadata when copying a cell (:ghpull:`2349`). +- Stop notebooks from command line (:ghpull:`2388`). +- Improve "View" and "Edit" file handling in dashboard (:ghpull:`2449`) and (:ghpull:`2402`). +- Load custom.js before ``app_initialized.NotebookApp`` is triggered (:ghpull:`2710`). +- Fix disabled collapse/expand output button (:ghpull:`2681`). +- Cull idle kernels using ``--MappingKernelManager.cull_idle_timeout`` (:ghpull:`2215`). + +See the 5.1 milestone on GitHub for a complete list of +`issues `__ +and `pull requests `__ involved in this release. + .. _release-5.0.0: -Notebook version 5.0 --------------------- +5.0.0 +----- This is the first major release of the Jupyter Notebook since version 4.0 was created by the "Big Split" of IPython and Jupyter. From cea19ffa7c7fe1d61dd6137f50b79157666b1fb5 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Thu, 3 Aug 2017 17:02:27 -0400 Subject: [PATCH 2/3] Corrections --- docs/source/changelog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index bcd565d4c7..ca2b165e6b 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -29,7 +29,7 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n - Preliminary i18n implementation (:ghpull:`2140`). - Expose URL with auth token in notebook UI (:ghpull:`2666`). - Fix search background style (:ghpull:`2387`). -- List running notebooks with ``--allow-root`` (:ghpull:`2421`). +- List running notebooks without requiring ``--allow-root`` (:ghpull:`2421`). - Allow session of type other than notebook (:ghpull:`2559`). - Fix search background style (:ghpull:`2387`). - Fix some Markdown styling issues (:ghpull:`2571`), (:ghpull:`2691`) and (:ghpull:`2534`). @@ -37,9 +37,9 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n - Add session-specific favicons (notebook, terminal, file) (:ghpull:`2452`). - Add /api/shutdown handler (:ghpull:`2507`). - Include metadata when copying a cell (:ghpull:`2349`). -- Stop notebooks from command line (:ghpull:`2388`). +- Stop notebook server from command line (:ghpull:`2388`). - Improve "View" and "Edit" file handling in dashboard (:ghpull:`2449`) and (:ghpull:`2402`). -- Load custom.js before ``app_initialized.NotebookApp`` is triggered (:ghpull:`2710`). +- Provide a Promise implementation for ``app_initialized.NotebookApp`` event (:ghpull:`2710`). - Fix disabled collapse/expand output button (:ghpull:`2681`). - Cull idle kernels using ``--MappingKernelManager.cull_idle_timeout`` (:ghpull:`2215`). From 1f1728260a100a44c2c0ad9e619426e36a1bb451 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Thu, 3 Aug 2017 17:21:00 -0400 Subject: [PATCH 3/3] More corrections --- docs/source/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index ca2b165e6b..db094b6c88 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -39,7 +39,7 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n - Include metadata when copying a cell (:ghpull:`2349`). - Stop notebook server from command line (:ghpull:`2388`). - Improve "View" and "Edit" file handling in dashboard (:ghpull:`2449`) and (:ghpull:`2402`). -- Provide a Promise implementation for ``app_initialized.NotebookApp`` event (:ghpull:`2710`). +- Provide a promise to replace use of the ``app_initialized.NotebookApp`` event (:ghpull:`2710`). - Fix disabled collapse/expand output button (:ghpull:`2681`). - Cull idle kernels using ``--MappingKernelManager.cull_idle_timeout`` (:ghpull:`2215`).