Show More
@@ -1,8 +1,184 | |||
|
1 | 1 | .. _issues_list_200: |
|
2 | 2 | |
|
3 |
Issues closed in the 2. |
|
|
3 | Issues closed in the 2.x development cycle | |
|
4 | 4 | ========================================== |
|
5 | 5 | |
|
6 | Issues closed in 2.4.0 | |
|
7 | ---------------------- | |
|
8 | ||
|
9 | GitHub stats for 2014/11/01 - 2015/01/30 | |
|
10 | ||
|
11 | These lists are automatically generated, and may be incomplete or contain duplicates. | |
|
12 | ||
|
13 | The following 7 authors contributed 35 commits. | |
|
14 | ||
|
15 | * Benjamin Ragan-Kelley | |
|
16 | * Carlos Cordoba | |
|
17 | * Damon Allen | |
|
18 | * Jessica B. Hamrick | |
|
19 | * Mateusz Paprocki | |
|
20 | * Peter Würtz | |
|
21 | * Thomas Kluyver | |
|
22 | ||
|
23 | We closed 10 issues and merged 6 pull requests; | |
|
24 | this is the full list (generated with the script | |
|
25 | :file:`tools/github_stats.py`): | |
|
26 | ||
|
27 | Pull Requests (10): | |
|
28 | ||
|
29 | * :ghpull:`7106`: Changed the display order of rich output in the live notebook. | |
|
30 | * :ghpull:`6878`: Update pygments monkeypatch for compatibility with Pygments 2.0 | |
|
31 | * :ghpull:`6778`: backport nbformat v4 to 2.x | |
|
32 | * :ghpull:`6761`: object_info_reply field is oname, not name | |
|
33 | * :ghpull:`6653`: Fix IPython.utils.ansispan() to ignore stray [0m | |
|
34 | * :ghpull:`6706`: Correctly display prompt numbers that are 'None' | |
|
35 | * :ghpull:`6634`: don't use contains in SelectWidget item_query | |
|
36 | * :ghpull:`6593`: note how to start the qtconsole | |
|
37 | * :ghpull:`6281`: more minor fixes to release scripts | |
|
38 | * :ghpull:`5458`: Add support for PyQt5. | |
|
39 | ||
|
40 | Issues (6): | |
|
41 | ||
|
42 | * :ghissue:`7272`: qtconsole problems with pygments | |
|
43 | * :ghissue:`7049`: Cause TypeError: 'NoneType' object is not callable in qtconsole | |
|
44 | * :ghissue:`6877`: Qt console doesn't work with pygments 2.0rc1 | |
|
45 | * :ghissue:`6689`: Problem with string containing two or more question marks | |
|
46 | * :ghissue:`6702`: Cell numbering after ``ClearOutput`` preprocessor | |
|
47 | * :ghissue:`6633`: selectwidget doesn't display 1 as a selection choice when passed in as a member of values list | |
|
48 | ||
|
49 | ||
|
50 | Issues closed in 2.3.1 | |
|
51 | ---------------------- | |
|
52 | ||
|
53 | Just one bugfix: fixed bad CRCRLF line-endings in notebooks on Windows | |
|
54 | ||
|
55 | Pull Requests (1): | |
|
56 | ||
|
57 | * :ghpull:`6911`: don't use text mode in mkstemp | |
|
58 | ||
|
59 | Issues (1): | |
|
60 | ||
|
61 | * :ghissue:`6599`: Notebook.ipynb CR+LF turned into CR+CR+LF | |
|
62 | ||
|
63 | ||
|
64 | Issues closed in 2.3.0 | |
|
65 | ---------------------- | |
|
66 | ||
|
67 | GitHub stats for 2014/08/06 - 2014/10/01 | |
|
68 | ||
|
69 | These lists are automatically generated, and may be incomplete or contain duplicates. | |
|
70 | ||
|
71 | The following 6 authors contributed 31 commits. | |
|
72 | ||
|
73 | * Benjamin Ragan-Kelley | |
|
74 | * David Hirschfeld | |
|
75 | * Eric Firing | |
|
76 | * Jessica B. Hamrick | |
|
77 | * Matthias Bussonnier | |
|
78 | * Thomas Kluyver | |
|
79 | ||
|
80 | We closed 16 issues and merged 9 pull requests; | |
|
81 | this is the full list (generated with the script | |
|
82 | :file:`tools/github_stats.py`): | |
|
83 | ||
|
84 | Pull Requests (16): | |
|
85 | ||
|
86 | * :ghpull:`6587`: support ``%matplotlib qt5`` and ``%matplotlib nbagg`` | |
|
87 | * :ghpull:`6583`: Windows symlink test fixes | |
|
88 | * :ghpull:`6585`: fixes :ghissue:`6473` | |
|
89 | * :ghpull:`6581`: Properly mock winreg functions for test | |
|
90 | * :ghpull:`6556`: Use some more informative asserts in inprocess kernel tests | |
|
91 | * :ghpull:`6514`: Fix for copying metadata flags | |
|
92 | * :ghpull:`6453`: Copy file metadata in atomic save | |
|
93 | * :ghpull:`6480`: only compare host:port in Websocket.check_origin | |
|
94 | * :ghpull:`6483`: Trim anchor link in heading cells, fixes :ghissue:`6324` | |
|
95 | * :ghpull:`6410`: Fix relative import in appnope | |
|
96 | * :ghpull:`6395`: update mathjax CDN url in nbconvert template | |
|
97 | * :ghpull:`6269`: Implement atomic save | |
|
98 | * :ghpull:`6374`: Rename ``abort_queues`` --> ``_abort_queues`` | |
|
99 | * :ghpull:`6321`: Use appnope in qt and wx gui support from the terminal; closes :ghissue:`6189` | |
|
100 | * :ghpull:`6318`: use write_error instead of get_error_html | |
|
101 | * :ghpull:`6303`: Fix error message when failing to load a notebook | |
|
102 | ||
|
103 | Issues (9): | |
|
104 | ||
|
105 | * :ghissue:`6057`: ``%matplotlib`` + qt5 | |
|
106 | * :ghissue:`6518`: Test failure in atomic save on Windows | |
|
107 | * :ghissue:`6473`: Switching between "Raw Cell Format" and "Edit Metadata" does not work | |
|
108 | * :ghissue:`6405`: Creating a notebook should respect directory permissions; saving should respect prior permissions | |
|
109 | * :ghissue:`6324`: Anchors in Heading don't work. | |
|
110 | * :ghissue:`6409`: No module named '_dummy' | |
|
111 | * :ghissue:`6392`: Mathjax library link broken | |
|
112 | * :ghissue:`6329`: IPython Notebook Server URL now requires "tree" at the end of the URL? (version 2.2) | |
|
113 | * :ghissue:`6189`: ipython console freezes for increasing no of seconds in %pylab mode | |
|
114 | ||
|
115 | Issues closed in 2.2.0 | |
|
116 | ---------------------- | |
|
117 | ||
|
118 | GitHub stats for 2014/05/21 - 2014/08/06 (tag: rel-2.1.0) | |
|
119 | ||
|
120 | These lists are automatically generated, and may be incomplete or contain duplicates. | |
|
121 | ||
|
122 | The following 13 authors contributed 36 commits. | |
|
123 | ||
|
124 | * Adam Hodgen | |
|
125 | * Benjamin Ragan-Kelley | |
|
126 | * Björn Grüning | |
|
127 | * Dara Adib | |
|
128 | * Eric Galloway | |
|
129 | * Jonathan Frederic | |
|
130 | * Kyle Kelley | |
|
131 | * Matthias Bussonnier | |
|
132 | * Paul Ivanov | |
|
133 | * Shayne Hodge | |
|
134 | * Steven Anton | |
|
135 | * Thomas Kluyver | |
|
136 | * Zahari | |
|
137 | ||
|
138 | We closed 23 issues and merged 11 pull requests; | |
|
139 | this is the full list (generated with the script | |
|
140 | :file:`tools/github_stats.py`): | |
|
141 | ||
|
142 | Pull Requests (23): | |
|
143 | ||
|
144 | * :ghpull:`6279`: minor updates to release scripts | |
|
145 | * :ghpull:`6273`: Upgrade default mathjax version. | |
|
146 | * :ghpull:`6249`: always use HTTPS getting mathjax from CDN | |
|
147 | * :ghpull:`6114`: update hmac signature comparison | |
|
148 | * :ghpull:`6195`: Close handle on new temporary files before returning filename | |
|
149 | * :ghpull:`6143`: pin tornado to < 4 on travis js tests | |
|
150 | * :ghpull:`6134`: remove rackcdn https workaround for mathjax cdn | |
|
151 | * :ghpull:`6120`: Only allow iframe embedding on same origin. | |
|
152 | * :ghpull:`6117`: Remove / from route of TreeRedirectHandler. | |
|
153 | * :ghpull:`6105`: only set allow_origin_pat if defined | |
|
154 | * :ghpull:`6102`: Add newline if missing to end of script magic cell | |
|
155 | * :ghpull:`6077`: allow unicode keys in dicts in json_clean | |
|
156 | * :ghpull:`6061`: make CORS configurable | |
|
157 | * :ghpull:`6081`: don’t modify dict keys while iterating through them | |
|
158 | * :ghpull:`5803`: unify visual line handling | |
|
159 | * :ghpull:`6005`: Changed right arrow key movement function to mirror left arrow key | |
|
160 | * :ghpull:`6029`: add pickleutil.PICKLE_PROTOCOL | |
|
161 | * :ghpull:`6003`: Set kernel_id before checking websocket | |
|
162 | * :ghpull:`5994`: Fix ssh tunnel for Python3 | |
|
163 | * :ghpull:`5973`: Do not create checkpoint_dir relative to current dir | |
|
164 | * :ghpull:`5933`: fix qt_loader import hook signature | |
|
165 | * :ghpull:`5944`: Markdown rendering bug fix. | |
|
166 | * :ghpull:`5917`: use shutil.move instead of os.rename | |
|
167 | ||
|
168 | Issues (11): | |
|
169 | ||
|
170 | * :ghissue:`6246`: Include MathJax by default or access the CDN over a secure connection | |
|
171 | * :ghissue:`5525`: Websocket origin check fails when used with Apache WS proxy | |
|
172 | * :ghissue:`5901`: 2 test failures in Python 3.4 in parallel group | |
|
173 | * :ghissue:`5926`: QT console: text selection cannot be made from left to right with keyboard | |
|
174 | * :ghissue:`5998`: use_dill does not work in Python 3.4 | |
|
175 | * :ghissue:`5964`: Traceback on Qt console exit | |
|
176 | * :ghissue:`5787`: Error in Notebook-Generated latex (nbconvert) | |
|
177 | * :ghissue:`5950`: qtconsole truncates help | |
|
178 | * :ghissue:`5943`: 2.x: notebook fails to load when using HTML comments | |
|
179 | * :ghissue:`5932`: Qt ImportDenier Does Not Adhere to PEP302 | |
|
180 | * :ghissue:`5898`: OSError when moving configuration file | |
|
181 | ||
|
6 | 182 | Issues closed in 2.1.0 |
|
7 | 183 | ---------------------- |
|
8 | 184 |
@@ -1,7 +1,50 | |||
|
1 | 1 | ============ |
|
2 |
2. |
|
|
2 | 2.x Series | |
|
3 | 3 | ============ |
|
4 | 4 | |
|
5 | Release 2.4 | |
|
6 | =========== | |
|
7 | ||
|
8 | January, 2014 | |
|
9 | ||
|
10 | - backport read support for nbformat v4 from IPython 3 | |
|
11 | - support for PyQt5 | |
|
12 | - support for Pygments 2.0 | |
|
13 | ||
|
14 | For more information on what fixes have been backported to 2.4, | |
|
15 | see our :ref:`detailed release info <issues_list_200>`. | |
|
16 | ||
|
17 | ||
|
18 | Release 2.3.1 | |
|
19 | ============= | |
|
20 | ||
|
21 | November, 2014 | |
|
22 | ||
|
23 | - Fix CRCRLF line-ending bug in notebooks on Windows | |
|
24 | ||
|
25 | For more information on what fixes have been backported to 2.3.1, | |
|
26 | see our :ref:`detailed release info <issues_list_200>`. | |
|
27 | ||
|
28 | Release 2.3.0 | |
|
29 | ============= | |
|
30 | ||
|
31 | October, 2014 | |
|
32 | ||
|
33 | - improve qt5 support | |
|
34 | - prevent notebook data loss with atomic writes | |
|
35 | ||
|
36 | For more information on what fixes have been backported to 2.3, | |
|
37 | see our :ref:`detailed release info <issues_list_200>`. | |
|
38 | ||
|
39 | Release 2.2.0 | |
|
40 | ============= | |
|
41 | ||
|
42 | August, 2014 | |
|
43 | ||
|
44 | - Add CORS configuration | |
|
45 | ||
|
46 | For more information on what fixes have been backported to 2.2, | |
|
47 | see our :ref:`detailed release info <issues_list_200>`. | |
|
5 | 48 | |
|
6 | 49 | Release 2.1.0 |
|
7 | 50 | ============= |
General Comments 0
You need to be logged in to leave comments.
Login now