We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcdcd3 commit bcae8e0Copy full SHA for bcae8e0
docs/source/whatsnew/version7.rst
@@ -4,6 +4,19 @@
4
5
.. _version 716:
6
7
+IPython 7.16.1, 7.16.2
8
+======================
9
+
10
+IPython 7.16.1 was release immediately after 7.16.0 to fix a conda packaging issue.
11
+The source is identical to 7.16.0 but the file permissions in the tar are different.
12
13
+IPython 7.16.2 pins jedi dependency to "<=0.17.2" which should prevent some
14
+issues for users still on python 3.6. This may not be sufficient as pip may
15
+still allow to downgrade IPython.
16
17
+Compatibility with Jedi > 0.17.2 was not added as this would have meant bumping
18
+the minimal version to >0.16.
19
20
IPython 7.16
21
============
22
0 commit comments