From 15dccec13a3fe58ff16486b3881d9f5edad02fa0 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Sat, 31 Jul 2021 16:33:08 +0200 Subject: [PATCH] update what's new for 7.26 --- .../pr/ipython_directive_warnings.rst | 4 -- docs/source/whatsnew/version7.rst | 38 +++++++++++++++++++ 2 files changed, 38 insertions(+), 4 deletions(-) delete mode 100644 docs/source/whatsnew/pr/ipython_directive_warnings.rst diff --git a/docs/source/whatsnew/pr/ipython_directive_warnings.rst b/docs/source/whatsnew/pr/ipython_directive_warnings.rst deleted file mode 100644 index c658c0207ce..00000000000 --- a/docs/source/whatsnew/pr/ipython_directive_warnings.rst +++ /dev/null @@ -1,4 +0,0 @@ -IPython directive warnings --------------------------- - -The IPython directive now uses Sphinx logging for warnings. diff --git a/docs/source/whatsnew/version7.rst b/docs/source/whatsnew/version7.rst index 553752c8a0b..2f5543444d4 100644 --- a/docs/source/whatsnew/version7.rst +++ b/docs/source/whatsnew/version7.rst @@ -2,6 +2,44 @@ 7.x Series ============ +.. _version 7.26: + +IPython 7.26 +============ + +IPython 7.26 is a minor release that fixes a couple of issues, updates in API +and Copyright/Licenses issues around various part of the codebase. + +We'll highlight `this issue ` +pointing out we were including and refereeing to code from Stack Overflow which +was CC-BY-SA, hence incompatible with the BSD license of IPython. This lead us +to a rewriting of the corresponding logic which in our case was done in a more +efficient way (in our case we were searching string prefixes instead of full +strings). + +You will notice also a number of documentation improvements and cleanup. + +Of particular interest are the following Pull-requests: + + + - The IPython directive now uses Sphinx logging for warnings. :ghpull:`13030`. + - Add expiry days option to pastebin magic and change http protocol to https. + :ghpull:`13056` + - Make Ipython.utils.timing work with jupyterlite :ghpull:`13050`. + + + +Thanks +------ + +Many thanks to all the contributors to this release and in particular MrMino who +is doing most of the work those days. 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.25: IPython 7.25