Show More
@@ -3,8 +3,55 b'' | |||||
3 | Issues closed in the 3.x development cycle |
|
3 | Issues closed in the 3.x development cycle | |
4 | ========================================== |
|
4 | ========================================== | |
5 |
|
5 | |||
|
6 | Issues closed in 3.1 | |||
|
7 | -------------------- | |||
|
8 | ||||
|
9 | GitHub stats for 2015/02/27 - 2015/04/03 (since 3.0) | |||
|
10 | ||||
|
11 | These lists are automatically generated, and may be incomplete or contain duplicates. | |||
|
12 | ||||
|
13 | We closed 46 issues and merged 133 pull requests. | |||
|
14 | The full list can be seen `on GitHub <https://github.com/ipython/ipython/milestones/3.1>`_. | |||
|
15 | ||||
|
16 | The following 33 authors contributed 344 commits: | |||
|
17 | ||||
|
18 | * Abe Guerra | |||
|
19 | * Adal Chiriliuc | |||
|
20 | * Benjamin Ragan-Kelley | |||
|
21 | * Brian Drawert | |||
|
22 | * Fernando Perez | |||
|
23 | * Gareth Elston | |||
|
24 | * Gert-Ludwig Ingold | |||
|
25 | * Giuseppe Venturini | |||
|
26 | * Jakob Gager | |||
|
27 | * Jan Schulz | |||
|
28 | * Jason Grout | |||
|
29 | * Jessica B. Hamrick | |||
|
30 | * Jonathan Frederic | |||
|
31 | * Justin Tyberg | |||
|
32 | * Lorena Pantano | |||
|
33 | * mashenjun | |||
|
34 | * Mathieu | |||
|
35 | * Matthias Bussonnier | |||
|
36 | * Morten Enemark Lund | |||
|
37 | * Naveen Nathan | |||
|
38 | * Nicholas Bollweg | |||
|
39 | * onesandzeroes | |||
|
40 | * Patrick Snape | |||
|
41 | * Peter Parente | |||
|
42 | * RickWinter | |||
|
43 | * Robert Smith | |||
|
44 | * Ryan Nelson | |||
|
45 | * Scott Sanderson | |||
|
46 | * Sylvain Corlay | |||
|
47 | * Thomas Kluyver | |||
|
48 | * tmtabor | |||
|
49 | * Wieland Hoffmann | |||
|
50 | * Yuval Langer | |||
|
51 | ||||
|
52 | ||||
6 | Issues closed in 3.0 |
|
53 | Issues closed in 3.0 | |
7 |
-------------------- |
|
54 | -------------------- | |
8 |
|
55 | |||
9 | GitHub stats for 2014/04/02 - 2015/02/13 (since 2.0) |
|
56 | GitHub stats for 2014/04/02 - 2015/02/13 (since 2.0) | |
10 |
|
57 |
@@ -2,6 +2,33 b'' | |||||
2 | 3.x Series |
|
2 | 3.x Series | |
3 | ============ |
|
3 | ============ | |
4 |
|
4 | |||
|
5 | IPython 3.1 | |||
|
6 | =========== | |||
|
7 | ||||
|
8 | Released April 3, 2015 | |||
|
9 | ||||
|
10 | The first 3.x bugfix release, with 33 contributors and 344 commits. | |||
|
11 | This primarily includes bugfixes to notebook layout and focus problems. | |||
|
12 | ||||
|
13 | ||||
|
14 | Highlights: | |||
|
15 | ||||
|
16 | - Various focus jumping and scrolling fixes in the notebook. | |||
|
17 | - Various message ordering and widget fixes in the notebook. | |||
|
18 | - Images in markdown and output are confined to the notebook width. | |||
|
19 | An `.unconfined` CSS class is added to disable this behavior per-image. | |||
|
20 | The resize handle on output images is removed. | |||
|
21 | - Improved ordering of tooltip content for Python functions, putting the signature at the top. | |||
|
22 | - Fix UnicodeErrors when displaying some objects with unicode reprs on Python 2. | |||
|
23 | - Set the kernel's working directory to the notebook directory when running ``nbconvert --execute``, | |||
|
24 | so that behavior matches the live notebook. | |||
|
25 | - Allow setting custom SSL options for the tornado server with ``NotebookApp.ssl_options``, | |||
|
26 | and protect against POODLE with default settings by disabling SSLv3. | |||
|
27 | - Fix memory leak in the IPython.parallel Controller on Python 3. | |||
|
28 | ||||
|
29 | ||||
|
30 | See :ref:`issues_list_3` for details. | |||
|
31 | ||||
5 |
|
32 | |||
6 | Release 3.0 |
|
33 | Release 3.0 | |
7 | =========== |
|
34 | =========== |
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