Show More
@@ -13,9 +13,8 b' The 8.x branch started diverging from its predecessor around IPython 7.12' | |||
|
13 | 13 | (January 2020). |
|
14 | 14 | |
|
15 | 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. |
|
|
17 | released are properly tagged with the 8.0 milestone if you wish to have a more | |
|
18 | in depth look at the changes. | |
|
16 | and backports that have made it to the 7.x branch. Please see the | |
|
17 | `8.0 milestone <https://github.com/ipython/ipython/milestone/73?closed=1>`__ for the full list of pull requests. | |
|
19 | 18 | |
|
20 | 19 | Please fell free to send pull requests to updates those notes after release, |
|
21 | 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 | 60 | removed, and so many other similar things that pre-date the name **Jupyter** |
|
62 | 61 | itself. |
|
63 | 62 | |
|
64 |
We no longer need to add ``IPy |
|
|
63 | We no longer need to add ``IPython.extensions`` to the PYTHONPATH because that is being | |
|
65 | 64 | handled by ``load_extension``. |
|
66 | 65 | |
|
67 | 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