Show More
@@ -22,6 +22,7 b' Need to be updated:' | |||||
22 |
|
22 | |||
23 | pr/* |
|
23 | pr/* | |
24 |
|
24 | |||
|
25 | ||||
25 | .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT. |
|
26 | .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT. | |
26 |
|
27 | |||
27 | As a reminder, IPython master has diverged from the 7.x branch, thus master may |
|
28 | As a reminder, IPython master has diverged from the 7.x branch, thus master may |
@@ -18,6 +18,10 b' Misc Noticeable changes:' | |||||
18 | - Document the ability to have systemwide configuration for IPython. |
|
18 | - Document the ability to have systemwide configuration for IPython. | |
19 | :ghpull:`12328` |
|
19 | :ghpull:`12328` | |
20 | - Fix issues with input autoformatting :ghpull:`12336` |
|
20 | - Fix issues with input autoformatting :ghpull:`12336` | |
|
21 | - ``IPython.core.debugger.Pdb`` is now interruptible (:ghpull:`12168`, in 7.14 | |||
|
22 | but forgotten in release notes) | |||
|
23 | - Video HTML attributes (:ghpull:`12212`, in 7.14 but forgotten in release | |||
|
24 | notes) | |||
21 |
|
25 | |||
22 | Reproducible Build |
|
26 | Reproducible Build | |
23 | ------------------ |
|
27 | ------------------ | |
@@ -109,6 +113,17 b' Misc Changes' | |||||
109 | - add extra options to the ``Video`` Rich objects :ghpull:`12212` |
|
113 | - add extra options to the ``Video`` Rich objects :ghpull:`12212` | |
110 | - add pretty-printing to ``SimpleNamespace`` :ghpull:`12230` |
|
114 | - add pretty-printing to ``SimpleNamespace`` :ghpull:`12230` | |
111 |
|
115 | |||
|
116 | IPython.core.debugger.Pdb is now interruptible | |||
|
117 | ---------------------------------------------- | |||
|
118 | ||||
|
119 | A ``KeyboardInterrupt`` will now interrupt IPython's extended debugger, in order to make Jupyter able to interrupt it. (:ghpull:`12168`) | |||
|
120 | ||||
|
121 | Video HTML attributes | |||
|
122 | --------------------- | |||
|
123 | ||||
|
124 | Add an option to `IPython.display.Video` to change the attributes of the HTML display of the video (:ghpull:`12212`) | |||
|
125 | ||||
|
126 | ||||
112 | Pending deprecated imports |
|
127 | Pending deprecated imports | |
113 | -------------------------- |
|
128 | -------------------------- | |
114 |
|
129 |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now