##// END OF EJS Templates
add msgspec, nbformat changes to what's new
Min RK -
Show More
@@ -169,12 +169,24 b' Other new features'
169 display an individual value, use the `%env var` syntax. To set a value, use
169 display an individual value, use the `%env var` syntax. To set a value, use
170 `env var val` or `env var=val`. Python value expansion using `$` works as usual.
170 `env var val` or `env var=val`. Python value expansion using `$` works as usual.
171
171
172 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
173
174
172
175 Backwards incompatible changes
173 Backwards incompatible changes
176 ------------------------------
174 ------------------------------
177
175
176 * The :ref:`message protocol <messaging>` has been updated from version 4 to version 5.
177 Adapters are included, so IPython frontends can still talk to kernels that
178 implement protocol version 4.
179
180 * The :ref:`notebook format <nbformat>` has been updated from version 3 to version 4.
181 Read-only support for v4 notebooks has been backported to IPython 2.4.
182 Notable changes:
183
184 * heading cells are removed in favor or markdown headings
185 * notebook outputs and output messages are more consistent with each other
186 * use :func:`IPython.nbformat.read` and :func:`~IPython.nbformat.write`
187 to read and write notebook files
188 instead of the deprecated :mod:`IPython.nbformat.current` APIs.
189
178 * :func:`IPython.core.oinspect.getsource` call specification has changed:
190 * :func:`IPython.core.oinspect.getsource` call specification has changed:
179
191
180 * `oname` keyword argument has been added for property source formatting
192 * `oname` keyword argument has been added for property source formatting
@@ -195,7 +207,7 b' Backwards incompatible changes'
195 - Set `#header` div `margin-bottom: 0px;`
207 - Set `#header` div `margin-bottom: 0px;`
196 - Set `#menus` to `float: left;`
208 - Set `#menus` to `float: left;`
197 - Set `#maintoolbar .navbar-text` to `float: none;`
209 - Set `#maintoolbar .navbar-text` to `float: none;`
198 - Added no-padding convienence class.
210 - Added no-padding convenience class.
199 - Set border of #maintoolbar to 0px
211 - Set border of #maintoolbar to 0px
200
212
201 * Accessing the `container` DOM object when displaying javascript has been
213 * Accessing the `container` DOM object when displaying javascript has been
General Comments 0
You need to be logged in to leave comments. Login now