##// END OF EJS Templates
Add a link to 8.0 milestone
Jason Grout -
r27419:774ebbd5 jasongrout-patch-1
parent child Browse files
Show More
@@ -13,9 +13,8 b' The 8.x branch started diverging from its predecessor around IPython 7.12'
13 (January 2020).
13 (January 2020).
14
14
15 This release contains 250+ pull requests, in addition to many of the features
15 This release contains 250+ pull requests, in addition to many of the features
16 and backports that have made it to the 7.x branch. All PRs that went into this
16 and backports that have made it to the 7.x branch. Please see the
17 released are properly tagged with the 8.0 milestone if you wish to have a more
17 `8.0 milestone <https://github.com/ipython/ipython/milestone/73?closed=1>`__ for the full list of pull requests.
18 in depth look at the changes.
19
18
20 Please fell free to send pull requests to updates those notes after release,
19 Please fell free to send pull requests to updates those notes after release,
21 I have likely forgotten a few things reviewing 250+ PRs.
20 I have likely forgotten a few things reviewing 250+ PRs.
@@ -61,7 +60,7 b' which was just a shim module around ``ipykernel`` for the past 8 years, have bee'
61 removed, and so many other similar things that pre-date the name **Jupyter**
60 removed, and so many other similar things that pre-date the name **Jupyter**
62 itself.
61 itself.
63
62
64 We no longer need to add ``IPyhton.extensions`` to the PYTHONPATH because that is being
63 We no longer need to add ``IPython.extensions`` to the PYTHONPATH because that is being
65 handled by ``load_extension``.
64 handled by ``load_extension``.
66
65
67 We are also removing ``Cythonmagic``, ``sympyprinting`` and ``rmagic`` as they are now in
66 We are also removing ``Cythonmagic``, ``sympyprinting`` and ``rmagic`` as they are now in
General Comments 0
You need to be logged in to leave comments. Login now