Show More
@@ -201,7 +201,7 b' html_additional_pages = {' | |||
|
201 | 201 | # Output file base name for HTML help builder. |
|
202 | 202 | htmlhelp_basename = 'ipythondoc' |
|
203 | 203 | |
|
204 |
intersphinx_mapping = {'python': ('http://docs.python.org/ |
|
|
204 | intersphinx_mapping = {'python': ('http://docs.python.org/3/', None), | |
|
205 | 205 | 'rpy2': ('http://rpy.sourceforge.net/rpy2/doc-2.4/html/', None), |
|
206 | 206 | 'traitlets': ('http://traitlets.readthedocs.org/en/latest/', None), |
|
207 | 207 | 'jupyterclient': ('http://jupyter-client.readthedocs.org/en/latest/', None), |
@@ -2,6 +2,19 b'' | |||
|
2 | 2 | 4.x Series |
|
3 | 3 | ============ |
|
4 | 4 | |
|
5 | IPython 4.2 | |
|
6 | =========== | |
|
7 | ||
|
8 | IPython 4.2 (April, 2016) includes various bugfixes and improvements over 4.1. | |
|
9 | ||
|
10 | - Fix ``ipython -i`` on errors, which was broken in 4.1. | |
|
11 | - The delay meant to highlight deprecated commands that have moved to jupyter has been removed. | |
|
12 | - Improve compatibility with future versions of traitlets and matplotlib. | |
|
13 | - Use stdlib :func:`python:shutil.get_terminal_size` to measure terminal width when displaying tracebacks | |
|
14 | (provided by ``backports.shutil_get_terminal_size`` on Python 2). | |
|
15 | ||
|
16 | You can see the rest `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A4.2>`__. | |
|
17 | ||
|
5 | 18 | |
|
6 | 19 | IPython 4.1 |
|
7 | 20 | =========== |
General Comments 0
You need to be logged in to leave comments.
Login now