Show More
@@ -2,6 +2,12 b'' | |||||
2 | 5.x Series |
|
2 | 5.x Series | |
3 | ============ |
|
3 | ============ | |
4 |
|
4 | |||
|
5 | .. _whatsnew580: | |||
|
6 | ||||
|
7 | IPython 5.8.0 | |||
|
8 | ============= | |||
|
9 | ||||
|
10 | * Update inspecting function/methods for future-proofing. :ghpull:`11139` | |||
5 |
|
11 | |||
6 | .. _whatsnew570: |
|
12 | .. _whatsnew570: | |
7 |
|
13 | |||
@@ -80,8 +86,10 b' Misc' | |||||
80 | You can see all the PR marked for the `5.5. milestone <https://github.com/ipython/ipython/pulls?q=is%3Apr%20milestone%3A5.5%20is%3Aclosed%20NOT%20%22Backport%20PR%22>`_, |
|
86 | You can see all the PR marked for the `5.5. milestone <https://github.com/ipython/ipython/pulls?q=is%3Apr%20milestone%3A5.5%20is%3Aclosed%20NOT%20%22Backport%20PR%22>`_, | |
81 | and all the `backport versions <https://github.com/ipython/ipython/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.5%20is%3Aclosed%20%22Backport%20PR%22%20>`_. |
|
87 | and all the `backport versions <https://github.com/ipython/ipython/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.5%20is%3Aclosed%20%22Backport%20PR%22%20>`_. | |
82 |
|
88 | |||
83 |
|
89 | IPython 5.4.1 | ||
84 |
|
90 | ============= | ||
|
91 | Released a few hours after 5.4, fix a crash when | |||
|
92 | ``backports.shutil-get-terminal-size`` is not installed. :ghissue:`10629` | |||
85 |
|
93 | |||
86 | .. _whatsnew540: |
|
94 | .. _whatsnew540: | |
87 |
|
95 | |||
@@ -107,14 +115,13 b' that allow to customize the class used to start the terminal frontend. This' | |||||
107 | should allow user to use custom interfaces, like reviving the former readline |
|
115 | should allow user to use custom interfaces, like reviving the former readline | |
108 | interface which is now a separate package not maintained by the core team. |
|
116 | interface which is now a separate package not maintained by the core team. | |
109 |
|
117 | |||
110 |
|
||||
111 | Define ``_repr_mimebundle_`` |
|
118 | Define ``_repr_mimebundle_`` | |
112 | ---------------------------- |
|
119 | ---------------------------- | |
113 |
|
120 | |||
114 | Object can now define `_repr_mimebundle_` in place of multiple `_repr_*_` |
|
121 | Object can now define `_repr_mimebundle_` in place of multiple `_repr_*_` | |
115 | methods and return a full mimebundle. This greatly simplify many implementation |
|
122 | methods and return a full mimebundle. This greatly simplify many implementation | |
116 | and allow to publish custom mimetypes (like geojson, plotly, dataframes....). |
|
123 | and allow to publish custom mimetypes (like geojson, plotly, dataframes....). | |
117 | See the ``Custom Display Logic`` example notebook for more information. |
|
124 | See the ``Custom Display Logic`` example notebook for more informations. | |
118 |
|
125 | |||
119 | Execution Heuristics |
|
126 | Execution Heuristics | |
120 | -------------------- |
|
127 | -------------------- | |
@@ -156,7 +163,7 b' Miscs' | |||||
156 | * Faster shutdown. :ghpull:`10408` |
|
163 | * Faster shutdown. :ghpull:`10408` | |
157 | * Fix a crash in reverse search. :ghpull:`10371` |
|
164 | * Fix a crash in reverse search. :ghpull:`10371` | |
158 | * added ``Completer.backslash_combining_completions`` boolean option to |
|
165 | * added ``Completer.backslash_combining_completions`` boolean option to | |
159 | deactivate backslash-tab completion that may conflict with windows path. |
|
166 | deactivate backslash-tab completion that may conflict with windows path. | |
160 |
|
167 | |||
161 | IPython 5.3 |
|
168 | IPython 5.3 | |
162 | =========== |
|
169 | =========== | |
@@ -436,5 +443,3 b' Known Issues:' | |||||
436 |
|
443 | |||
437 | - Color styles might not adapt to terminal emulator themes. This will need new |
|
444 | - Color styles might not adapt to terminal emulator themes. This will need new | |
438 | version of Pygments to be released, and can be mitigated with custom themes. |
|
445 | version of Pygments to be released, and can be mitigated with custom themes. | |
439 |
|
||||
440 |
|
General Comments 0
You need to be logged in to leave comments.
Login now