##// END OF EJS Templates
Add release notes for version 5.5
Thomas Kluyver -
Show More
@@ -3,6 +3,28 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
6 28
7 29 Issues closed in 5.4
8 30 --------------------
@@ -2,6 +2,24 b''
2 2 5.x Series
3 3 ============
4 4
5 .. _whatsnew560:
6
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>`__.
5 23
6 24 .. _whatsnew550:
7 25
General Comments 0
You need to be logged in to leave comments. Login now