Show More
@@ -0,0 +1,87 b'' | |||||
|
1 | .. _issues_list_4: | |||
|
2 | ||||
|
3 | Issues closed in the 4.x development cycle | |||
|
4 | ========================================== | |||
|
5 | ||||
|
6 | Issues closed in 4.0 | |||
|
7 | -------------------- | |||
|
8 | ||||
|
9 | ||||
|
10 | GitHub stats for 2015/02/27 - 2015/08/11 (since 3.0) | |||
|
11 | ||||
|
12 | These lists are automatically generated, and may be incomplete or contain duplicates. | |||
|
13 | ||||
|
14 | We closed 35 issues and merged 125 pull requests. | |||
|
15 | The full list can be seen `on GitHub <https://github.com/ipython/ipython/milestone/4.0>`__ | |||
|
16 | ||||
|
17 | The following 69 authors contributed 1186 commits. | |||
|
18 | ||||
|
19 | * Abe Guerra | |||
|
20 | * Adal Chiriliuc | |||
|
21 | * Alexander Belopolsky | |||
|
22 | * Andrew Murray | |||
|
23 | * Antonio Russo | |||
|
24 | * Benjamin Ragan-Kelley | |||
|
25 | * Björn Linse | |||
|
26 | * Brian Drawert | |||
|
27 | * chebee7i | |||
|
28 | * Daniel Rocco | |||
|
29 | * Donny Winston | |||
|
30 | * Drekin | |||
|
31 | * Erik Hvatum | |||
|
32 | * Fernando Perez | |||
|
33 | * Francisco de la Peña | |||
|
34 | * Frazer McLean | |||
|
35 | * Gareth Elston | |||
|
36 | * Gert-Ludwig Ingold | |||
|
37 | * Giuseppe Venturini | |||
|
38 | * Ian Barfield | |||
|
39 | * Ivan Pozdeev | |||
|
40 | * Jakob Gager | |||
|
41 | * Jan Schulz | |||
|
42 | * Jason Grout | |||
|
43 | * Jeff Hussmann | |||
|
44 | * Jessica B. Hamrick | |||
|
45 | * Joe Borg | |||
|
46 | * Joel Nothman | |||
|
47 | * Johan Forsberg | |||
|
48 | * Jonathan Frederic | |||
|
49 | * Justin Tyberg | |||
|
50 | * Koen van Besien | |||
|
51 | * Kyle Kelley | |||
|
52 | * Lorena Pantano | |||
|
53 | * Lucretiel | |||
|
54 | * Marin Gilles | |||
|
55 | * mashenjun | |||
|
56 | * Mathieu | |||
|
57 | * Matthias Bussonnier | |||
|
58 | * Merlijn van Deen | |||
|
59 | * Mikhail Korobov | |||
|
60 | * Naveen Nathan | |||
|
61 | * Nicholas Bollweg | |||
|
62 | * nottaanibot | |||
|
63 | * Omer Katz | |||
|
64 | * onesandzeroes | |||
|
65 | * Patrick Snape | |||
|
66 | * patter001 | |||
|
67 | * Peter Parente | |||
|
68 | * Pietro Battiston | |||
|
69 | * RickWinter | |||
|
70 | * Robert Smith | |||
|
71 | * Ryan Nelson | |||
|
72 | * Scott Sanderson | |||
|
73 | * Sebastiaan Mathot | |||
|
74 | * Sylvain Corlay | |||
|
75 | * thethomask | |||
|
76 | * Thomas A Caswell | |||
|
77 | * Thomas Adriaan Hellinger | |||
|
78 | * Thomas Kluyver | |||
|
79 | * Tianhui Michael Li | |||
|
80 | * tmtabor | |||
|
81 | * unknown | |||
|
82 | * Victor Ramirez | |||
|
83 | * Volker Braun | |||
|
84 | * Wieland Hoffmann | |||
|
85 | * Yuval Langer | |||
|
86 | * Zoltán Vörös | |||
|
87 | * Élie Michel |
@@ -0,0 +1,46 b'' | |||||
|
1 | ============ | |||
|
2 | 4.x Series | |||
|
3 | ============ | |||
|
4 | ||||
|
5 | IPython 4.0 | |||
|
6 | =========== | |||
|
7 | ||||
|
8 | Released August, 2015 | |||
|
9 | ||||
|
10 | IPython 4.0 is the first major release after the Big Split. | |||
|
11 | IPython no longer contains the notebook, qtconsole, etc. which have moved to | |||
|
12 | `jupyter <https://jupyter.readthedocs.org>`_. | |||
|
13 | IPython subprojects, such as `IPython.parallel <https://ipyparallel.readthedocs.org>`_ and `widgets <https://ipywidgets.readthedocs.org>`_ have moved to their own repos as well. | |||
|
14 | ||||
|
15 | The following subpackages are deprecated: | |||
|
16 | ||||
|
17 | - IPython.kernel (now jupyter_client and ipykernel) | |||
|
18 | - IPython.consoleapp (now jupyter_client.consoleapp) | |||
|
19 | - IPython.nbformat (now nbformat) | |||
|
20 | - IPython.nbconvert (now nbconvert) | |||
|
21 | - IPython.html (now notebook) | |||
|
22 | - IPython.parallel (now ipyparallel) | |||
|
23 | - IPython.utils.traitlets (now traitlets) | |||
|
24 | - IPython.config (now traitlets.config) | |||
|
25 | - IPython.qt (now qtconsole) | |||
|
26 | - IPython.terminal.console (now jupyter_console) | |||
|
27 | ||||
|
28 | and a few other utilities. | |||
|
29 | ||||
|
30 | Shims for the deprecated subpackages have been added, | |||
|
31 | so existing code should continue to work with a warning about the new home. | |||
|
32 | ||||
|
33 | There are few changes to the code beyond the reorganization and some bugfixes. | |||
|
34 | ||||
|
35 | IPython highlights: | |||
|
36 | ||||
|
37 | - Public APIs for discovering IPython paths is moved from :mod:`IPython.utils.path` to :mod:`IPython.paths`. | |||
|
38 | The old function locations continue to work with deprecation warnings. | |||
|
39 | - Code raising ``DeprecationWarning`` | |||
|
40 | entered by the user in an interactive session will now display the warning by | |||
|
41 | default. See :ghpull:`8480` an :ghissue:`8478`. | |||
|
42 | - The `--deep-reload` flag and the corresponding options to inject `dreload` or | |||
|
43 | `reload` into the interactive namespace have been deprecated, and will be | |||
|
44 | removed in future versions. You should now explicitly import `reload` from | |||
|
45 | `IPython.lib.deepreload` to use it. | |||
|
46 |
@@ -1,23 +1,21 b'' | |||||
1 | ===================== |
|
1 | ===================== | |
2 | Development version |
|
2 | Development version | |
3 | ===================== |
|
3 | ===================== | |
4 |
|
4 | |||
5 | This document describes in-flight development work. |
|
5 | This document describes in-flight development work. | |
6 |
|
6 | |||
7 | .. warning:: |
|
7 | .. warning:: | |
8 |
|
8 | |||
9 | Please do not edit this file by hand (doing so will likely cause merge |
|
9 | Please do not edit this file by hand (doing so will likely cause merge | |
10 | conflicts for other Pull Requests). Instead, create a new file in the |
|
10 | conflicts for other Pull Requests). Instead, create a new file in the | |
11 | `docs/source/whatsnew/pr` folder |
|
11 | `docs/source/whatsnew/pr` folder | |
12 |
|
12 | |||
13 |
|
||||
14 | .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT. |
|
13 | .. DO NOT EDIT THIS LINE BEFORE RELEASE. FEATURE INSERTION POINT. | |
15 |
|
14 | |||
16 |
|
15 | |||
17 | Backwards incompatible changes |
|
16 | Backwards incompatible changes | |
18 | ------------------------------ |
|
17 | ------------------------------ | |
19 |
|
18 | |||
20 |
|
19 | |||
21 | .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT. |
|
20 | .. DO NOT EDIT THIS LINE BEFORE RELEASE. INCOMPAT INSERTION POINT. | |
22 |
|
21 | |||
23 |
|
@@ -1,41 +1,43 b'' | |||||
1 | .. Developers should add in this file, during each release cycle, information |
|
1 | .. Developers should add in this file, during each release cycle, information | |
2 | .. about important changes they've made, in a summary format that's meant for |
|
2 | .. about important changes they've made, in a summary format that's meant for | |
3 | .. end users. For each release we normally have three sections: features, bug |
|
3 | .. end users. For each release we normally have three sections: features, bug | |
4 | .. fixes and api breakage. |
|
4 | .. fixes and api breakage. | |
5 | .. Please remember to credit the authors of the contributions by name, |
|
5 | .. Please remember to credit the authors of the contributions by name, | |
6 | .. especially when they are new users or developers who do not regularly |
|
6 | .. especially when they are new users or developers who do not regularly | |
7 | .. participate in IPython's development. |
|
7 | .. participate in IPython's development. | |
8 |
|
8 | |||
9 | .. _whatsnew_index: |
|
9 | .. _whatsnew_index: | |
10 |
|
10 | |||
11 | ===================== |
|
11 | ===================== | |
12 | What's new in IPython |
|
12 | What's new in IPython | |
13 | ===================== |
|
13 | ===================== | |
14 |
|
14 | |||
15 | This section documents the changes that have been made in various versions of |
|
15 | This section documents the changes that have been made in various versions of | |
16 | IPython. Users should consult these pages to learn about new features, bug |
|
16 | IPython. Users should consult these pages to learn about new features, bug | |
17 | fixes and backwards incompatibilities. Developers should summarize the |
|
17 | fixes and backwards incompatibilities. Developers should summarize the | |
18 | development work they do here in a user friendly format. |
|
18 | development work they do here in a user friendly format. | |
19 |
|
19 | |||
20 | .. toctree:: |
|
20 | .. toctree:: | |
21 | :maxdepth: 1 |
|
21 | :maxdepth: 1 | |
22 |
|
22 | |||
23 | development |
|
23 | development | |
|
24 | version4 | |||
|
25 | github-stats-4 | |||
24 | version3 |
|
26 | version3 | |
25 | github-stats-3 |
|
27 | github-stats-3 | |
26 | version3_widget_migration |
|
28 | version3_widget_migration | |
27 | version2.0 |
|
29 | version2.0 | |
28 | github-stats-2.0 |
|
30 | github-stats-2.0 | |
29 | version1.0 |
|
31 | version1.0 | |
30 | github-stats-1.0 |
|
32 | github-stats-1.0 | |
31 | version0.13 |
|
33 | version0.13 | |
32 | github-stats-0.13 |
|
34 | github-stats-0.13 | |
33 | version0.12 |
|
35 | version0.12 | |
34 | github-stats-0.12 |
|
36 | github-stats-0.12 | |
35 | version0.11 |
|
37 | version0.11 | |
36 | github-stats-0.11 |
|
38 | github-stats-0.11 | |
37 | version0.10 |
|
39 | version0.10 | |
38 | version0.9 |
|
40 | version0.9 | |
39 | version0.8 |
|
41 | version0.8 | |
40 |
|
42 | |||
41 |
|
43 |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now