|
@@
-1,23
+1,37
b''
|
|
1
|
=====================
|
|
1
|
=====================
|
|
2
|
Development version
|
|
2
|
Development version
|
|
3
|
=====================
|
|
3
|
=====================
|
|
4
|
|
|
4
|
|
|
5
|
This document describes in-flight development work.
|
|
5
|
This document describes in-flight development work.
|
|
6
|
|
|
6
|
|
|
7
|
.. warning::
|
|
7
|
.. warning::
|
|
8
|
|
|
8
|
|
|
9
|
Please do not edit this file by hand (doing so will likely cause merge
|
|
9
|
Please do not edit this file by hand (doing so will likely cause merge
|
|
10
|
conflicts for other Pull Requests). Instead, create a new file in the
|
|
10
|
conflicts for other Pull Requests). Instead, create a new file in the
|
|
11
|
`docs/source/whatsnew/pr` folder
|
|
11
|
`docs/source/whatsnew/pr` folder
|
|
12
|
|
|
12
|
|
|
13
|
|
|
13
|
|
|
|
|
|
14
|
Added a ``Valid`` widget which inherits the ``_Bool`` widget and displays a green checkmark or red cross depending on the truth of ``.value``.
|
|
|
|
|
15
|
|
|
|
|
|
16
|
Callbacks registered with the ``Widget.on_some_change`` method are passed the Backbone model ``change`` event's arguments.
|
|
|
|
|
17
|
|
|
|
|
|
18
|
The serialization of widget traitlets can be customized. Custom serialization can use binary message buffers. Refer to :ghpull:`7757` for more information.
|
|
|
|
|
19
|
|
|
|
|
|
20
|
Code raising ``DeprecationWarning``
|
|
|
|
|
21
|
entered by the user in an interactive session will now display the warning by
|
|
|
|
|
22
|
default. See :ghpull:`8480` an :ghissue:`8478`.
|
|
|
|
|
23
|
|
|
|
|
|
24
|
The `--deep-reload` flag and the corresponding options to inject `dreload` or
|
|
|
|
|
25
|
`reload` into the interactive namespace have been deprecated, and will be
|
|
|
|
|
26
|
removed in future versions. You should now explicitly import `reload` from
|
|
|
|
|
27
|
`IPython.lib.deepreload` to use it.
|
|
|
|
|
28
|
|
|
14
|
.. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
|
|
29
|
.. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
|
|
15
|
|
|
30
|
|
|
16
|
|
|
31
|
|
|
17
|
Backwards incompatible changes
|
|
32
|
Backwards incompatible changes
|
|
18
|
------------------------------
|
|
33
|
------------------------------
|
|
19
|
|
|
34
|
|
|
20
|
|
|
35
|
|
|
21
|
.. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
|
|
36
|
.. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
|
|
22
|
|
|
37
|
|
|
23
|
|
|
|
|