##// END OF EJS Templates
run update whatsnew
run update whatsnew

File last commit:

r21594:3bbbb455
r21594:3bbbb455
Show More
development.rst
37 lines | 1.3 KiB | text/x-rst | RstLexer
Fernando Perez
Remove dev contents in what's new (that material is now 0.12).
r5793 =====================
Development version
Brian Granger
Cleanup of docs....
r2275 =====================
Fernando Perez
Remove dev contents in what's new (that material is now 0.12).
r5793 This document describes in-flight development work.
Thomas Kluyver
Describe the IPython situation in What's New docs.
r4147
Paul Ivanov
mention pr folder in whatsnew and CONTRIBUTING
r12242 .. warning::
Please do not edit this file by hand (doing so will likely cause merge
conflicts for other Pull Requests). Instead, create a new file in the
`docs/source/whatsnew/pr` folder
Thomas Kluyver
Update whatsnew doc from PR entries
r20036
Min RK
run update whatsnew
r21594 Added a ``Valid`` widget which inherits the ``_Bool`` widget and displays a green checkmark or red cross depending on the truth of ``.value``.
Callbacks registered with the ``Widget.on_some_change`` method are passed the Backbone model ``change`` event's arguments.
The serialization of widget traitlets can be customized. Custom serialization can use binary message buffers. Refer to :ghpull:`7757` for more information.
Code raising ``DeprecationWarning``
entered by the user in an interactive session will now display the warning by
default. See :ghpull:`8480` an :ghissue:`8478`.
The `--deep-reload` flag and the corresponding options to inject `dreload` or
`reload` into the interactive namespace have been deprecated, and will be
removed in future versions. You should now explicitly import `reload` from
`IPython.lib.deepreload` to use it.
Thomas Kluyver
Merge What's New entries from pull requests
r12900 .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT.
epatters
DOC: Add information about in-process kernels to What's New.
r8473
MinRK
add what's new for 2.0
r16144
Thomas Kluyver
Add note on gutting of prefilter to whatsnew docs.
r8218 Backwards incompatible changes
------------------------------
Thomas Kluyver
Update whatsnew doc from PR entries
r20036
Thomas Kluyver
Update release notes from PR additions
r17836 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.