From 19e61cacb1a241ec4941e504260a3d6e9bbb883a 2019-10-24 15:06:03 From: Matthias Bussonnier Date: 2019-10-24 15:06:03 Subject: [PATCH] Prepare release notes for 7.9 (long due). I will try to release this Friday. --- diff --git a/docs/source/whatsnew/version7.rst b/docs/source/whatsnew/version7.rst index 8e78853..7a912e6 100644 --- a/docs/source/whatsnew/version7.rst +++ b/docs/source/whatsnew/version7.rst @@ -2,6 +2,19 @@ 7.x Series ============ +.. _version 790: + +IPython 7.9 is a small release with a couple of improvement and bug fixes. + + - Xterm terminal title should be restored on exit :ghpull:`11910` + - special variables ``_``,``__``, ``___`` are not set anymore when cache size + is 0 or less. :ghpull:`11877` + - Autoreload should have regained some speed by using a new heuristic logic to + find all objects needing reload. This should avoid large objects traversal + like pandas dataframes. :ghpull:`11876` + - Get ready for Python 4. :ghpull:`11874` + + .. _version780: IPython 7.8.0