##// END OF EJS Templates
Merge pull request #9192 from Carreau/release-tools-2...
Merge pull request #9192 from Carreau/release-tools-2 Release tools 2

File last commit:

r22008:b156bccb
r22040:12d6cf5e merge
Show More
development.rst
38 lines | 1.2 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
Matthias Bussonnier
add do_where
r21970
Min RK
run update_whatsnew
r22008 IPython debugger (IPdb) now supports the number of context lines for the
``where`` (and ``w``) commands. The `context` keyword is also available in various APIs.
See PR :ghpull:`9097`
YouTube video will now show thumbnail when exported to a media that do not support video. (:ghpull:`9086`)
Add warning when running `ipython <subcommand>` when subcommand is deprecated. `jupyter` should now be used.
Code in `%pinfo` (also known as `??`) are now highlighter (:ghpull:`8947`)
`%aimport` now support module completion. (:ghpull:`8884`)
`ipdb` output is now colored ! (:ghpull:`8842`)
Add ability to transpose columns for completion: (:ghpull:`8748`)
Many many docs improvements and bug fixes, you can see the list of changes [add link to GitHub diff]
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
Min RK
run update_whatsnew
r22008 .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT.