##// END OF EJS Templates
Merge pull request #12352 from Carreau/wn715
Matthias Bussonnier -
r25782:50c282ad merge
parent child Browse files
Show More
@@ -22,6 +22,7 b' Need to be updated:'
22 22
23 23 pr/*
24 24
25
25 26 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
26 27
27 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 18 - Document the ability to have systemwide configuration for IPython.
19 19 :ghpull:`12328`
20 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 26 Reproducible Build
23 27 ------------------
@@ -109,6 +113,17 b' Misc Changes'
109 113 - add extra options to the ``Video`` Rich objects :ghpull:`12212`
110 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 127 Pending deprecated imports
113 128 --------------------------
114 129
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now