Show More
@@ -6,7 +6,30 | |||
|
6 | 6 | IPython 5.2 |
|
7 | 7 | =========== |
|
8 | 8 | |
|
9 | Remarkable changes and fixes: | |
|
10 | ||
|
9 | 11 | * restore IPython's debugger to raise on quit. :ghpull:`10009` |
|
12 | * The configuration value ``c.TerminalInteractiveShell.highlighting_style`` can | |
|
13 | now directly take a class argument for custom color style. :ghpull:`9848` | |
|
14 | * Correctly handle matplotlib figures dpi :ghpull:`9868` | |
|
15 | * Deprecate ``-e`` flag for the ``%notebook`` magic that had no effects. | |
|
16 | :ghpull:`9872` | |
|
17 | * You can now press F2 while typing at a terminal prompt to edit the contents | |
|
18 | in your favourite terminal editor. Set the :envvar:`EDITOR` environment | |
|
19 | variable to pick which editor is used. :ghpull:`9929` | |
|
20 | * sdists will now only be ``.tar.gz`` as per upstream PyPI requirements. | |
|
21 | :ghpull:`9925` | |
|
22 | * :any:`IPython.core.debugger` have gained a ``set_trace()`` method for | |
|
23 | convenience. :ghpull:`9947` | |
|
24 | * The 'smart command mode' added to the debugger in 5.0 was removed, as more | |
|
25 | people preferred the previous behaviour. Therefore, debugger commands such as | |
|
26 | ``c`` will act as debugger commands even when ``c`` is defined as a variable. | |
|
27 | :ghpull:`10050` | |
|
28 | * Fixes OS X event loop issues at startup, :ghpull:`10150` | |
|
29 | * Deprecate the ``%autoindent`` magic. :ghpull:`10176` | |
|
30 | * Emit a :any:`DeprecationWarning` when setting the deprecated | |
|
31 | ``limit_to_all`` option of the completer. :ghpull:`10198` | |
|
32 | ||
|
10 | 33 | |
|
11 | 34 | |
|
12 | 35 | IPython 5.1 |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now