From 49690e8b426426c85cd4920e1dd807c49570330f 2019-04-24 22:05:33 From: Matthias Bussonnier Date: 2019-04-24 22:05:33 Subject: [PATCH] Merge pull request #11702 from Carreau/old-docs Bring back documentation from old 5.x series --- diff --git a/docs/source/whatsnew/version5.rst b/docs/source/whatsnew/version5.rst index 4ca5775..62aea16 100644 --- a/docs/source/whatsnew/version5.rst +++ b/docs/source/whatsnew/version5.rst @@ -2,6 +2,12 @@ 5.x Series ============ +.. _whatsnew580: + +IPython 5.8.0 +============= + +* Update inspecting function/methods for future-proofing. :ghpull:`11139` .. _whatsnew570: @@ -80,8 +86,10 @@ 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: @@ -107,14 +115,13 @@ that allow to customize the class used to start the terminal frontend. This should allow user to use custom interfaces, like reviving the former readline interface which is now a separate package not maintained by the core team. - Define ``_repr_mimebundle_`` ---------------------------- Object can now define `_repr_mimebundle_` in place of multiple `_repr_*_` methods and return a full mimebundle. This greatly simplify many implementation and allow to publish custom mimetypes (like geojson, plotly, dataframes....). -See the ``Custom Display Logic`` example notebook for more information. +See the ``Custom Display Logic`` example notebook for more informations. Execution Heuristics -------------------- @@ -156,7 +163,7 @@ Miscs * Faster shutdown. :ghpull:`10408` * Fix a crash in reverse search. :ghpull:`10371` * added ``Completer.backslash_combining_completions`` boolean option to - deactivate backslash-tab completion that may conflict with windows path. + deactivate backslash-tab completion that may conflict with windows path. IPython 5.3 =========== @@ -436,5 +443,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. - -