Show More
@@ -2,6 +2,44 b'' | |||
|
2 | 2 | 7.x Series |
|
3 | 3 | ============ |
|
4 | 4 | |
|
5 | .. _version 7.26: | |
|
6 | ||
|
7 | IPython 7.26 | |
|
8 | ============ | |
|
9 | ||
|
10 | IPython 7.26 is a minor release that fixes a couple of issues, updates in API | |
|
11 | and Copyright/Licenses issues around various part of the codebase. | |
|
12 | ||
|
13 | We'll highlight `this issue <https://github.com/ipython/ipython/issues/13039>` | |
|
14 | pointing out we were including and refereeing to code from Stack Overflow which | |
|
15 | was CC-BY-SA, hence incompatible with the BSD license of IPython. This lead us | |
|
16 | to a rewriting of the corresponding logic which in our case was done in a more | |
|
17 | efficient way (in our case we were searching string prefixes instead of full | |
|
18 | strings). | |
|
19 | ||
|
20 | You will notice also a number of documentation improvements and cleanup. | |
|
21 | ||
|
22 | Of particular interest are the following Pull-requests: | |
|
23 | ||
|
24 | ||
|
25 | - The IPython directive now uses Sphinx logging for warnings. :ghpull:`13030`. | |
|
26 | - Add expiry days option to pastebin magic and change http protocol to https. | |
|
27 | :ghpull:`13056` | |
|
28 | - Make Ipython.utils.timing work with jupyterlite :ghpull:`13050`. | |
|
29 | ||
|
30 | ||
|
31 | ||
|
32 | Thanks | |
|
33 | ------ | |
|
34 | ||
|
35 | Many thanks to all the contributors to this release and in particular MrMino who | |
|
36 | is doing most of the work those days. You can find all individual contributions | |
|
37 | to this milestone `on github <https://github.com/ipython/ipython/milestone/90>`__. | |
|
38 | ||
|
39 | Thanks as well to the `D. E. Shaw group <https://deshaw.com/>`__ for sponsoring | |
|
40 | work on IPython and related libraries. | |
|
41 | ||
|
42 | ||
|
5 | 43 | .. _version 7.25: |
|
6 | 44 | |
|
7 | 45 | IPython 7.25 |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now