From bdf3df88055f4f54507f6a74819e92b9914f531e 2021-09-25 00:30:16 From: Matthias Bussonnier Date: 2021-09-25 00:30:16 Subject: [PATCH] Merge pull request #13159 from meeseeksmachine/auto-backport-of-pr-13158-on-7.x Backport PR #13158 on branch 7.x (What's new 7.28) --- diff --git a/docs/source/whatsnew/version7.rst b/docs/source/whatsnew/version7.rst index 7dd6859..84fccd2 100644 --- a/docs/source/whatsnew/version7.rst +++ b/docs/source/whatsnew/version7.rst @@ -2,6 +2,53 @@ 7.x Series ============ +.. _version 7.28: + +IPython 7.28 +============ + + +IPython 7.28 is again a minor release that mostly bring bugfixes, and couple of +improvement. Many thanks to MrMino, who again did all the work this month, and +made a number of documentation improvements. + +Here is a non-exhaustive list of changes, + +Fixes: + + - async with doesn't allow newlines :ghpull:`13090` + - Dynamically changing to vi mode via %config magic) :ghpull:`13091` + +Virtualenv handling fixes: + + - init_virtualenv now uses Pathlib :ghpull:`12548` + - Fix Improper path comparison of virtualenv directories :ghpull:`13140` + - Fix virtual environment user warning for lower case pathes :ghpull:`13094` + - Adapt to all sorts of drive names for cygwin :ghpull:`13153` + +New Features: + + - enable autoplay in embed YouTube player :ghpull:`13133` + + Documentation: + + - Fix formatting for the core.interactiveshell documentation :ghpull:`13118` + - Fix broken ipyparallel's refs :ghpull:`13138` + - Improve formatting of %time documentation :ghpull:`13125` + - Reword the YouTubeVideo autoplay WN :ghpull:`13147` + + +Thanks +------ + +Many thanks to all the contributors to this release. You can find all individual +contributions to this milestone `on github +`__. + +Thanks as well to the `D. E. Shaw group `__ for sponsoring +work on IPython and related libraries. + + .. _version 7.27: IPython 7.27 @@ -18,7 +65,7 @@ Thanks Many thanks to all the contributors to this release. You can find all individual contributions to this milestone `on github -`__. +`__. Thanks as well to the `D. E. Shaw group `__ for sponsoring work on IPython and related libraries.