##// END OF EJS Templates
More whatsnew entries for 5.1...
Thomas Kluyver -
Show More
@@ -13,6 +13,18 b' IPython 5.1'
13 * Deprecate ``IPtyhon.core.debugger.Tracer()`` in favor of simpler, newer, APIs. :ghpull:`9731`
13 * Deprecate ``IPtyhon.core.debugger.Tracer()`` in favor of simpler, newer, APIs. :ghpull:`9731`
14 * Restore ``NoOpContext`` context manager removed by mistake, and add `DeprecationWarning`. :ghpull:`9765`
14 * Restore ``NoOpContext`` context manager removed by mistake, and add `DeprecationWarning`. :ghpull:`9765`
15 * Add option allowing ``Prompt_toolkit`` to use 24bits colors. :ghpull:`9736`
15 * Add option allowing ``Prompt_toolkit`` to use 24bits colors. :ghpull:`9736`
16 * Fix for closing interactive matplotlib windows on OS X. :ghpull:`9854`
17 * An embedded interactive shell instance can be used more than once. :ghpull:`9843`
18 * More robust check for whether IPython is in a terminal. :ghpull:`9833`
19 * Better pretty-printing of dicts on PyPy. :ghpull:`9827`
20 * Some coloured output now looks better on dark background command prompts in Windows.
21 :ghpull:`9838`
22 * Improved tab completion of paths on Windows . :ghpull:`9826`
23 * Fix tkinter event loop integration on Python 2 with ``future`` installed. :ghpull:`9824`
24 * Restore ``Ctrl-\`` as a shortcut to quit IPython.
25 * Make ``get_ipython()`` accessible when modules are imported by startup files. :ghpull:`9818`
26 * Add support for running directories containing a ``__main__.py`` file with the
27 ``ipython`` command. :ghpull:`9813`
16
28
17
29
18 True Color feature
30 True Color feature
General Comments 0
You need to be logged in to leave comments. Login now