From 00a7384abeb9c241154bb4ffb6d448026163a436 2016-01-22 23:05:50 From: Thomas Kluyver Date: 2016-01-22 23:05:50 Subject: [PATCH] Merge pull request #9158 from Carreau/wn [WIP] Add some what's new --- diff --git a/docs/source/whatsnew/pr/newfeat.rst b/docs/source/whatsnew/pr/newfeat.rst new file mode 100644 index 0000000..7a3e345 --- /dev/null +++ b/docs/source/whatsnew/pr/newfeat.rst @@ -0,0 +1,14 @@ +YouTube video will now show thumbnail when exported to a media that do not support video. (:ghpull:`9086`) + +Add warning when running `ipython ` 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] +