##// END OF EJS Templates
release 2.2.0
Thomas Kluyver -
Show More
@@ -71,6 +71,7 b' J\xc3\xb6rgen Stenarson <jorgen.stenarson@kroywen.se> jstenar <>'
71 Jörgen Stenarson <jorgen.stenarson@kroywen.se> Jörgen Stenarson <jorgen.stenarson@kroywen.se>
71 Jörgen Stenarson <jorgen.stenarson@kroywen.se> Jörgen Stenarson <jorgen.stenarson@kroywen.se>
72 Juergen Hasch <python@elbonia.de> juhasch <python@elbonia.de>
72 Juergen Hasch <python@elbonia.de> juhasch <python@elbonia.de>
73 Kyle Kelley <rgbkrk@gmail.com> Kyle Kelley <kyle.kelley@rackspace.com>
73 Kyle Kelley <rgbkrk@gmail.com> Kyle Kelley <kyle.kelley@rackspace.com>
74 Kyle Kelley <rgbkrk@gmail.com> rgbkrk <rgbkrk@gmail.com>
74 Laurent Dufréchou <laurent.dufrechou@gmail.com> <laurent.dufrechou@gmail.com>
75 Laurent Dufréchou <laurent.dufrechou@gmail.com> <laurent.dufrechou@gmail.com>
75 Laurent Dufréchou <laurent.dufrechou@gmail.com> <laurent@Pep>
76 Laurent Dufréchou <laurent.dufrechou@gmail.com> <laurent@Pep>
76 Laurent Dufréchou <laurent.dufrechou@gmail.com> laurent dufrechou <>
77 Laurent Dufréchou <laurent.dufrechou@gmail.com> laurent dufrechou <>
@@ -105,6 +106,7 b' Robert Kern <robert.kern@gmail.com> Robert Kern <>'
105 Robert Marchman <bo.marchman@gmail.com> Robert Marchman <robert.l.marchman@dartmouth.edu>
106 Robert Marchman <bo.marchman@gmail.com> Robert Marchman <robert.l.marchman@dartmouth.edu>
106 Satrajit Ghosh <satra@mit.edu> Satrajit Ghosh <satra@ba5.mit.edu>
107 Satrajit Ghosh <satra@mit.edu> Satrajit Ghosh <satra@ba5.mit.edu>
107 Satrajit Ghosh <satra@mit.edu> Satrajit Ghosh <satrajit.ghosh@gmail.com>
108 Satrajit Ghosh <satra@mit.edu> Satrajit Ghosh <satrajit.ghosh@gmail.com>
109 Shayne Hodge <schodge@users.noreply.github.com> unknown <hodges@usjoscs518zds1.maquetcv.com>
108 smithj1 <smithj1@LMC-022896.local> smithj1 <smithj1@LMC-022896.swisscom.com>
110 smithj1 <smithj1@LMC-022896.local> smithj1 <smithj1@LMC-022896.swisscom.com>
109 smithj1 <smithj1@LMC-022896.local> smithj1 <smithj1@lmc-022896.local>
111 smithj1 <smithj1@LMC-022896.local> smithj1 <smithj1@lmc-022896.local>
110 Steven Johnson <steven.johnson@drake.edu> stevenJohnson <steven.johnson@drake.edu>
112 Steven Johnson <steven.johnson@drake.edu> stevenJohnson <steven.johnson@drake.edu>
@@ -127,4 +129,4 b' Ville M. Vainio <vivainio@gmail.com> Ville M. Vainio <vivainio@ville_vmw>'
127 Walter Doerwald <walter@livinglogic.de> walter.doerwald <>
129 Walter Doerwald <walter@livinglogic.de> walter.doerwald <>
128 Walter Doerwald <walter@livinglogic.de> Walter Doerwald <>
130 Walter Doerwald <walter@livinglogic.de> Walter Doerwald <>
129 W. Trevor King <wking@tremily.us> W. Trevor King <wking@drexel.edu>
131 W. Trevor King <wking@tremily.us> W. Trevor King <wking@drexel.edu>
130 Yoval P. <yoval@gmx.com> y-p <yoval@gmx.com> No newline at end of file
132 Yoval P. <yoval@gmx.com> y-p <yoval@gmx.com>
@@ -24,7 +24,7 b' _version_minor = 2'
24 _version_patch = 0
24 _version_patch = 0
25 _version_extra = 'maint'
25 _version_extra = 'maint'
26 # _version_extra = 'rc1'
26 # _version_extra = 'rc1'
27 # _version_extra = '' # Uncomment this for full releases
27 _version_extra = '' # Uncomment this for full releases
28
28
29 # release.codename is deprecated in 2.0, will be removed in 3.0
29 # release.codename is deprecated in 2.0, will be removed in 3.0
30 codename = ''
30 codename = ''
@@ -7,7 +7,7 b''
7
7
8 var IPython = IPython || {};
8 var IPython = IPython || {};
9
9
10 IPython.version = "2.2.0-maint";
10 IPython.version = "2.2.0";
11
11
12 IPython.namespace = function (ns_string) {
12 IPython.namespace = function (ns_string) {
13 "use strict";
13 "use strict";
@@ -1,8 +1,75 b''
1 .. _issues_list_200:
1 .. _issues_list_200:
2
2
3 Issues closed in the 2.0 development cycle
3 Issues closed in the 2.x development cycle
4 ==========================================
4 ==========================================
5
5
6 Issues closed in 2.2.0
7 ----------------------
8
9 GitHub stats for 2014/05/21 - 2014/08/06 (tag: rel-2.1.0)
10
11 These lists are automatically generated, and may be incomplete or contain duplicates.
12
13 The following 13 authors contributed 36 commits.
14
15 * Adam Hodgen
16 * Benjamin Ragan-Kelley
17 * Björn Grüning
18 * Dara Adib
19 * Eric Galloway
20 * Jonathan Frederic
21 * Kyle Kelley
22 * Matthias Bussonnier
23 * Paul Ivanov
24 * Shayne Hodge
25 * Steven Anton
26 * Thomas Kluyver
27 * Zahari
28
29 We closed 23 issues and merged 11 pull requests;
30 this is the full list (generated with the script
31 :file:`tools/github_stats.py`):
32
33 Pull Requests (23):
34
35 * :ghpull:`6279`: minor updates to release scripts
36 * :ghpull:`6273`: Upgrade default mathjax version.
37 * :ghpull:`6249`: always use HTTPS getting mathjax from CDN
38 * :ghpull:`6114`: update hmac signature comparison
39 * :ghpull:`6195`: Close handle on new temporary files before returning filename
40 * :ghpull:`6143`: pin tornado to < 4 on travis js tests
41 * :ghpull:`6134`: remove rackcdn https workaround for mathjax cdn
42 * :ghpull:`6120`: Only allow iframe embedding on same origin.
43 * :ghpull:`6117`: Remove / from route of TreeRedirectHandler.
44 * :ghpull:`6105`: only set allow_origin_pat if defined
45 * :ghpull:`6102`: Add newline if missing to end of script magic cell
46 * :ghpull:`6077`: allow unicode keys in dicts in json_clean
47 * :ghpull:`6061`: make CORS configurable
48 * :ghpull:`6081`: don’t modify dict keys while iterating through them
49 * :ghpull:`5803`: unify visual line handling
50 * :ghpull:`6005`: Changed right arrow key movement function to mirror left arrow key
51 * :ghpull:`6029`: add pickleutil.PICKLE_PROTOCOL
52 * :ghpull:`6003`: Set kernel_id before checking websocket
53 * :ghpull:`5994`: Fix ssh tunnel for Python3
54 * :ghpull:`5973`: Do not create checkpoint_dir relative to current dir
55 * :ghpull:`5933`: fix qt_loader import hook signature
56 * :ghpull:`5944`: Markdown rendering bug fix.
57 * :ghpull:`5917`: use shutil.move instead of os.rename
58
59 Issues (11):
60
61 * :ghissue:`6246`: Include MathJax by default or access the CDN over a secure connection
62 * :ghissue:`5525`: Websocket origin check fails when used with Apache WS proxy
63 * :ghissue:`5901`: 2 test failures in Python 3.4 in parallel group
64 * :ghissue:`5926`: QT console: text selection cannot be made from left to right with keyboard
65 * :ghissue:`5998`: use_dill does not work in Python 3.4
66 * :ghissue:`5964`: Traceback on Qt console exit
67 * :ghissue:`5787`: Error in Notebook-Generated latex (nbconvert)
68 * :ghissue:`5950`: qtconsole truncates help
69 * :ghissue:`5943`: 2.x: notebook fails to load when using HTML comments
70 * :ghissue:`5932`: Qt ImportDenier Does Not Adhere to PEP302
71 * :ghissue:`5898`: OSError when moving configuration file
72
6 Issues closed in 2.1.0
73 Issues closed in 2.1.0
7 ----------------------
74 ----------------------
8
75
General Comments 0
You need to be logged in to leave comments. Login now