##// END OF EJS Templates
Update what's new for 5.5
Matthias Bussonnier -
Show More
@@ -15,7 +15,7 b' System Wide config'
15 - Startup files can be found in ``/etc/ipython/startup`` or ``{sys.prefix}/etc/ipython/startup``
15 - Startup files can be found in ``/etc/ipython/startup`` or ``{sys.prefix}/etc/ipython/startup``
16 in addition to the profile directory, for system-wide or env-specific startup files.
16 in addition to the profile directory, for system-wide or env-specific startup files.
17
17
18 See :gh:`10644`
18 See :ghpull:`10644`
19
19
20 ProgressBar
20 ProgressBar
21 -----------
21 -----------
@@ -31,7 +31,29 b' IPython now has built-in support for progressbars::'
31
31
32 # progress bar in cell 1 updates.
32 # progress bar in cell 1 updates.
33
33
34 See :gh:`10755`
34 See :ghpull:`10755`
35
36
37 Misc
38 ----
39
40 - Fix ``IPython.core.display:Pretty._repr_pretty_`` had the wrong signature.
41 (:ghpull:`10625`)
42 - :magic:`timeit` now give a correct ``SyntaxError`` if naked ``return`` used.
43 (:ghpull:`10637`)
44 - Prepare the ``:ipython:`` directive to be compatible with Sphinx 1.7.
45 (:ghpull:`10668`)
46 - Make IPython work with OpenSSL in FIPS mode; change hash algorithm of input
47 from md5 to sha1. (:ghpull:`10696`)
48 - Clear breakpoints before running any script with debugger. (:ghpull:`10699`)
49 - Document that :magic:`profile` is deprecated, not to be confused with :magic:`prun`. (:ghpull:`10707`)
50 - Limit default number of returned completions to 500. (:ghpull:`10743`)
51
52 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>`_,
53 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>`_.
54
55
56
35
57
36
58
37 IPython 5.4
59 IPython 5.4
General Comments 0
You need to be logged in to leave comments. Login now