##// END OF EJS Templates
run update whatsnew
Min RK -
Show More
@@ -1,23 +1,37 b''
1 1 =====================
2 2 Development version
3 3 =====================
4 4
5 5 This document describes in-flight development work.
6 6
7 7 .. warning::
8 8
9 9 Please do not edit this file by hand (doing so will likely cause merge
10 10 conflicts for other Pull Requests). Instead, create a new file in the
11 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 29 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
15 30
16 31
17 32 Backwards incompatible changes
18 33 ------------------------------
19 34
20 35
21 36 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.
22 37
23
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
1 NO CONTENT: file was removed
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