File tree Expand file tree Collapse file tree 4 files changed +42
-6
lines changed
Expand file tree Collapse file tree 4 files changed +42
-6
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,11 @@ part of which is providing a Python kernel for Jupyter.
5858Announcements
5959=============
6060
61- - **IPython 7.3 **: several bugfixes and minor improvements (February 18, 2019)
61+ - **IPython 7.5 **: fixes to issues brought by 7.4, documentation changes and other minor updates (April 25, 2019)
62+
63+ - **IPython 7.4 **: improvements to the completion system and miscellaneous fixes (March 21, 2019)
64+
65+ - **IPython 7.3 **: several bugfixes, minor improvements and Python 3.8 support (February 18, 2019)
6266
6367- **IPython 7.2 **: minor bugfixes, improvements, and new configuration options
6468 (November 29, 2018)
Original file line number Diff line number Diff line change 22News
33====
44
5+ IPython 7.5
6+ -----------
7+ IPython 7.5 was released on April 25, 2019. It fixes several small issues brought by 7.4, and contains other minor fixes and improvements.
8+ See the `release notes
9+ <https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-5-0> `__
10+
11+ .. ::i
12+ $ shasum -a 256 dist/*
13+ 54c5a8aa1eadd269ac210b96923688ccf01ebb2d0f21c18c3c717909583579a8 dist/ipython-7.5.0-py3-none-any.whl
14+ e840810029224b56cd0d9e7719dc3b39cf84d577f8ac686547c8ba7a06eeab26 dist/ipython-7.5.0.tar.gz
15+
16+ IPython 7.4
17+ -----------
18+ IPython 7.4 was released on March 21, 2019. It improves the completion system and fixes several small bugs.
19+ See the `release notes
20+ <https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-4-0> `__
21+
22+ .. ::i
23+ $ shasum -a 256 dist/*
24+ f5102c1cd67e399ec8ea66bcebe6e3968ea25a8977e53f012963e5affeb1fe38 dist/ipython-7.4.0-py3-none-any.whl
25+ b038baa489c38f6d853a3cfc4c635b0cda66f2864d136fe8f40c1a6e334e2a6b dist/ipython-7.4.0.tar.gz
26+
527 IPython 7.3
628-----------
7- IPython 7.3 was released on February 18, 2019. It includes several bugfixes
8- and small improvements.
29+ IPython 7.3 was released on February 18, 2019. It adds Python 3.8 compatibility and new %pip and %conda magic commands, among the usual bugfixes.
930See the `release notes
1031<https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-3-0> `__
1132
Original file line number Diff line number Diff line change @@ -257,7 +257,9 @@ <h1>Jupyter and the future of IPython<a class="headerlink" href="#jupyter-and-th
257257< div class ="section " id ="announcements ">
258258< h1 > Announcements< a class ="headerlink " href ="#announcements " title ="Permalink to this headline "> ¶</ a > </ h1 >
259259< ul class ="simple ">
260- < li > < strong > IPython 7.3</ strong > : several bugfixes and minor improvements (February 18, 2019)</ li >
260+ < li > < strong > IPython 7.5</ strong > : fixes to issues brought by 7.4, documentation changes and other minor updates (April 25, 2019)</ li >
261+ < li > < strong > IPython 7.4</ strong > : improvements to the completion system and miscellaneous fixes (March 21, 2019)</ li >
262+ < li > < strong > IPython 7.3</ strong > : several bugfixes, minor improvements and Python 3.8 support (February 18, 2019)</ li >
261263< li > < strong > IPython 7.2</ strong > : minor bugfixes, improvements, and new configuration options
262264(November 29, 2018)</ li >
263265< li > < strong > IPython 7.1</ strong > : fixes to new features, internal refactoring,
Original file line number Diff line number Diff line change @@ -226,10 +226,19 @@ <h4>Support IPython</h4>
226226
227227 < div class ="section " id ="news ">
228228< h1 > News< a class ="headerlink " href ="#news " title ="Permalink to this headline "> ¶</ a > </ h1 >
229+ < div class ="section " id ="ipython-7-5 ">
230+ < h2 > IPython 7.5< a class ="headerlink " href ="#ipython-7-5 " title ="Permalink to this headline "> ¶</ a > </ h2 >
231+ < p > IPython 7.5 was released on April 25, 2019. It fixes several small issues brought by 7.4, and contains other minor fixes and improvements.
232+ See the < a class ="reference external " href ="https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-5-0 "> release notes</ a > </ p >
233+ </ div >
234+ < div class ="section " id ="ipython-7-4 ">
235+ < h2 > IPython 7.4< a class ="headerlink " href ="#ipython-7-4 " title ="Permalink to this headline "> ¶</ a > </ h2 >
236+ < p > IPython 7.4 was released on March 21, 2019. It improves the completion system and fixes several small bugs.
237+ See the < a class ="reference external " href ="https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-4-0 "> release notes</ a > </ p >
238+ </ div >
229239< div class ="section " id ="ipython-7-3 ">
230240< h2 > IPython 7.3< a class ="headerlink " href ="#ipython-7-3 " title ="Permalink to this headline "> ¶</ a > </ h2 >
231- < p > IPython 7.3 was released on February 18, 2019. It includes several bugfixes
232- and small improvements.
241+ < p > IPython 7.3 was released on February 18, 2019. It adds Python 3.8 compatibility and new %pip and %conda magic commands, among the usual bugfixes.
233242See the < a class ="reference external " href ="https://ipython.readthedocs.io/en/stable/whatsnew/version7.html#ipython-7-3-0 "> release notes</ a > </ p >
234243</ div >
235244< div class ="section " id ="ipython-7-2 ">
You can’t perform that action at this time.
0 commit comments