##// END OF EJS Templates
Add release notes for version 5.5
Thomas Kluyver -
Show More
@@ -3,6 +3,29 b''
3 3 Issues closed in the 5.x development cycle
4 4 ==========================================
5 5
6 Issues closed in 5.6
7 --------------------
8
9 GitHub stats for 2017/09/15 - 2018/04/02 (tag: 5.5.0)
10
11 These lists are automatically generated, and may be incomplete or contain duplicates.
12
13 We closed 2 issues and merged 28 pull requests.
14 The full list can be seen `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A5.6>`__
15
16 The following 10 authors contributed 47 commits.
17
18 * Benjamin Ragan-Kelley
19 * Henry Fredrick Schreiner
20 * Joris Van den Bossche
21 * Matthias Bussonnier
22 * Mradul Dubey
23 * Roshan Rao
24 * Samuel Lelièvre
25 * Teddy Rendahl
26 * Thomas A Caswell
27 * Thomas Kluyver
28
6 29 Issues closed in 5.5
7 30 --------------------
8 31
@@ -2,11 +2,26 b''
2 2 5.x Series
3 3 ============
4 4
5 IPython 5.4.1
6 =============
5 .. _whatsnew560:
7 6
8 Released a few hours after 5.4, fix a crash when
9 ``backports.shutil-get-terminal-size`` is not installed. :ghissue:`10629`
7 IPython 5.6
8 ===========
9
10 * In Python 3.6 and above, dictionaries preserve the order items were added to
11 them. On these versions, IPython will display dictionaries in their native
12 order, rather than sorting by the keys (:ghpull:`10958`).
13 * :class:`~.IPython.display.ProgressBar` can now be used as an iterator
14 (:ghpull:`10813`).
15 * The shell object gains a :meth:`~.InteractiveShell.check_complete` method,
16 to allow a smoother transition to new input processing machinery planned for
17 IPython 7 (:ghpull:`11044`).
18 * IPython should start faster, as it no longer looks for all available pygments
19 styles on startup (:ghpull:`10859`).
20
21 You can see all the PR marked for the `5.6. milestone <https://github.com/ipython/ipython/pulls?utf8=%E2%9C%93&q=is%3Apr+milestone%3A5.6+is%3Aclosed+NOT+%22Backport+PR%22+>`_,
22 and all the `backport versions <https://github.com/ipython/ipython/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.6%20is%3Aclosed%20%22Backport%20PR%22%20>`__.
23
24 .. _whatsnew550:
10 25
11 26 IPython 5.5
12 27 ===========
@@ -56,9 +71,12 b' Misc'
56 71 You can see all the PR marked for the `5.5. milestone <https://github.com/ipython/ipython/pulls?q=is%3Apr%20milestone%3A5.5%20is%3Aclosed%20NOT%20%22Backport%20PR%22>`_,
57 72 and all the `backport versions <https://github.com/ipython/ipython/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.5%20is%3Aclosed%20%22Backport%20PR%22%20>`_.
58 73
74 IPython 5.4.1
75 =============
76 Released a few hours after 5.4, fix a crash when
77 ``backports.shutil-get-terminal-size`` is not installed. :ghissue:`10629`
59 78
60
61
79 .. _whatsnew540:
62 80
63 81 IPython 5.4
64 82 ===========
@@ -410,5 +428,3 b' Known Issues:'
410 428
411 429 - Color styles might not adapt to terminal emulator themes. This will need new
412 430 version of Pygments to be released, and can be mitigated with custom themes.
413
414
General Comments 0
You need to be logged in to leave comments. Login now