##// END OF EJS Templates
Migrate the wiki contents to release process doc
Migrate the wiki contents to release process doc

File last commit:

r22008:b156bccb
r22029:8532e5ef
Show More
development.rst
38 lines | 1.2 KiB | text/x-rst | RstLexer

Development version

This document describes in-flight development work.

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

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]

Backwards incompatible changes