Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 842faa9

Browse files
authored
Merge pull request #10314 from Carreau/whats-new-5.3
update what's new in 5.3
2 parents 0408354 + 259d692 commit 842faa9

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

docs/source/whatsnew/version5.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,32 @@
22
5.x Series
33
============
44

5+
IPython 5.3
6+
===========
7+
8+
Released on January 29th, 2017. Remarkable changes and fixes:
9+
10+
* fix a bug in ``set_next_input`` leading to crash of the terminal IPython.
11+
:ghpull:`10231`, :ghissue:`10296`, :ghissue:`10229`
12+
* Always wait for editor inputhook for terminal IPython :ghpull:`10239`,
13+
:ghpull:`10240`
14+
* Disable ``_ipython_display_`` in terminal :ghpull:`10249`, :ghpull:`10274`
15+
* Update terminal colors to be more visible by default on windows
16+
:ghpull:`10260`, :ghpull:`10238`, :ghissue:`10281`
17+
* Add Ctrl-Z shortcut (suspend) in terminal debugger :ghpull:`10254`,
18+
:ghissue:`10273`
19+
* Indent on new line by looking at the text before the cursor :ghpull:`10264`,
20+
:ghpull:`10275`, :ghissue:`9283`
21+
* Update QtEventloop integration to fix some matplotlib integration issues
22+
:ghpull:`10201`, :ghpull:`10311`, :ghissue:`10201`
23+
* Respect completions display style in terminal debugger :ghpull:`10305`,
24+
:ghpull:`10313`
25+
526

627
IPython 5.2
728
===========
829

9-
Remarkable changes and fixes:
30+
Released on January 29th, 2017. Remarkable changes and fixes:
1031

1132
* restore IPython's debugger to raise on quit. :ghpull:`10009`
1233
* The configuration value ``c.TerminalInteractiveShell.highlighting_style`` can

0 commit comments

Comments
 (0)