From 3cc02e5735506ddb9f49de16436d2034147e1bee 2018-04-02 10:19:40 From: Thomas Kluyver Date: 2018-04-02 10:19:40 Subject: [PATCH] Add release notes for version 5.5 --- diff --git a/docs/source/whatsnew/github-stats-5.rst b/docs/source/whatsnew/github-stats-5.rst index d679538..ebd2eb3 100644 --- a/docs/source/whatsnew/github-stats-5.rst +++ b/docs/source/whatsnew/github-stats-5.rst @@ -3,6 +3,29 @@ Issues closed in the 5.x development cycle ========================================== +Issues closed in 5.6 +-------------------- + +GitHub stats for 2017/09/15 - 2018/04/02 (tag: 5.5.0) + +These lists are automatically generated, and may be incomplete or contain duplicates. + +We closed 2 issues and merged 28 pull requests. +The full list can be seen `on GitHub `__ + +The following 10 authors contributed 47 commits. + +* Benjamin Ragan-Kelley +* Henry Fredrick Schreiner +* Joris Van den Bossche +* Matthias Bussonnier +* Mradul Dubey +* Roshan Rao +* Samuel Lelièvre +* Teddy Rendahl +* Thomas A Caswell +* Thomas Kluyver + Issues closed in 5.5 -------------------- diff --git a/docs/source/whatsnew/version5.rst b/docs/source/whatsnew/version5.rst index 89794fb..df3f7c5 100644 --- a/docs/source/whatsnew/version5.rst +++ b/docs/source/whatsnew/version5.rst @@ -2,11 +2,26 @@ 5.x Series ============ -IPython 5.4.1 -============= +.. _whatsnew560: -Released a few hours after 5.4, fix a crash when -``backports.shutil-get-terminal-size`` is not installed. :ghissue:`10629` +IPython 5.6 +=========== + +* In Python 3.6 and above, dictionaries preserve the order items were added to + them. On these versions, IPython will display dictionaries in their native + order, rather than sorting by the keys (:ghpull:`10958`). +* :class:`~.IPython.display.ProgressBar` can now be used as an iterator + (:ghpull:`10813`). +* The shell object gains a :meth:`~.InteractiveShell.check_complete` method, + to allow a smoother transition to new input processing machinery planned for + IPython 7 (:ghpull:`11044`). +* IPython should start faster, as it no longer looks for all available pygments + styles on startup (:ghpull:`10859`). + +You can see all the PR marked for the `5.6. milestone `_, +and all the `backport versions `__. + +.. _whatsnew550: IPython 5.5 =========== @@ -56,9 +71,12 @@ Misc You can see all the PR marked for the `5.5. milestone `_, and all the `backport versions `_. +IPython 5.4.1 +============= +Released a few hours after 5.4, fix a crash when +``backports.shutil-get-terminal-size`` is not installed. :ghissue:`10629` - - +.. _whatsnew540: IPython 5.4 =========== @@ -410,5 +428,3 @@ Known Issues: - Color styles might not adapt to terminal emulator themes. This will need new version of Pygments to be released, and can be mitigated with custom themes. - -