##// END OF EJS Templates
changelog for 4.2
Min RK -
Show More
@@ -2,6 +2,19 b''
2 4.x Series
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 IPython 4.1
19 IPython 4.1
7 ===========
20 ===========
General Comments 0
You need to be logged in to leave comments. Login now