From d87a8cd754e47b89329d71a1b79c5100892885da 2014-08-06 22:54:34 From: Thomas Kluyver Date: 2014-08-06 22:54:34 Subject: [PATCH] release 2.2.0 --- diff --git a/.mailmap b/.mailmap index 0150e5a..21eeeb8 100644 --- a/.mailmap +++ b/.mailmap @@ -71,6 +71,7 @@ Jörgen Stenarson jstenar <> Jörgen Stenarson Jörgen Stenarson Juergen Hasch juhasch Kyle Kelley Kyle Kelley +Kyle Kelley rgbkrk Laurent Dufréchou Laurent Dufréchou Laurent Dufréchou laurent dufrechou <> @@ -105,6 +106,7 @@ Robert Kern Robert Kern <> Robert Marchman Robert Marchman Satrajit Ghosh Satrajit Ghosh Satrajit Ghosh Satrajit Ghosh +Shayne Hodge unknown smithj1 smithj1 smithj1 smithj1 Steven Johnson stevenJohnson @@ -127,4 +129,4 @@ Ville M. Vainio Ville M. Vainio Walter Doerwald walter.doerwald <> Walter Doerwald Walter Doerwald <> W. Trevor King W. Trevor King -Yoval P. y-p \ No newline at end of file +Yoval P. y-p diff --git a/IPython/core/release.py b/IPython/core/release.py index ecb9831..5bcc833 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -24,7 +24,7 @@ _version_minor = 2 _version_patch = 0 _version_extra = 'maint' # _version_extra = 'rc1' -# _version_extra = '' # Uncomment this for full releases +_version_extra = '' # Uncomment this for full releases # release.codename is deprecated in 2.0, will be removed in 3.0 codename = '' diff --git a/IPython/html/static/base/js/namespace.js b/IPython/html/static/base/js/namespace.js index bb46e31..abe8ea1 100644 --- a/IPython/html/static/base/js/namespace.js +++ b/IPython/html/static/base/js/namespace.js @@ -7,7 +7,7 @@ var IPython = IPython || {}; -IPython.version = "2.2.0-maint"; +IPython.version = "2.2.0"; IPython.namespace = function (ns_string) { "use strict"; diff --git a/docs/source/whatsnew/github-stats-2.0.rst b/docs/source/whatsnew/github-stats-2.0.rst index 1675631..2dd3a85 100644 --- a/docs/source/whatsnew/github-stats-2.0.rst +++ b/docs/source/whatsnew/github-stats-2.0.rst @@ -1,8 +1,75 @@ .. _issues_list_200: -Issues closed in the 2.0 development cycle +Issues closed in the 2.x development cycle ========================================== +Issues closed in 2.2.0 +---------------------- + +GitHub stats for 2014/05/21 - 2014/08/06 (tag: rel-2.1.0) + +These lists are automatically generated, and may be incomplete or contain duplicates. + +The following 13 authors contributed 36 commits. + +* Adam Hodgen +* Benjamin Ragan-Kelley +* Björn Grüning +* Dara Adib +* Eric Galloway +* Jonathan Frederic +* Kyle Kelley +* Matthias Bussonnier +* Paul Ivanov +* Shayne Hodge +* Steven Anton +* Thomas Kluyver +* Zahari + +We closed 23 issues and merged 11 pull requests; +this is the full list (generated with the script +:file:`tools/github_stats.py`): + +Pull Requests (23): + +* :ghpull:`6279`: minor updates to release scripts +* :ghpull:`6273`: Upgrade default mathjax version. +* :ghpull:`6249`: always use HTTPS getting mathjax from CDN +* :ghpull:`6114`: update hmac signature comparison +* :ghpull:`6195`: Close handle on new temporary files before returning filename +* :ghpull:`6143`: pin tornado to < 4 on travis js tests +* :ghpull:`6134`: remove rackcdn https workaround for mathjax cdn +* :ghpull:`6120`: Only allow iframe embedding on same origin. +* :ghpull:`6117`: Remove / from route of TreeRedirectHandler. +* :ghpull:`6105`: only set allow_origin_pat if defined +* :ghpull:`6102`: Add newline if missing to end of script magic cell +* :ghpull:`6077`: allow unicode keys in dicts in json_clean +* :ghpull:`6061`: make CORS configurable +* :ghpull:`6081`: don’t modify dict keys while iterating through them +* :ghpull:`5803`: unify visual line handling +* :ghpull:`6005`: Changed right arrow key movement function to mirror left arrow key +* :ghpull:`6029`: add pickleutil.PICKLE_PROTOCOL +* :ghpull:`6003`: Set kernel_id before checking websocket +* :ghpull:`5994`: Fix ssh tunnel for Python3 +* :ghpull:`5973`: Do not create checkpoint_dir relative to current dir +* :ghpull:`5933`: fix qt_loader import hook signature +* :ghpull:`5944`: Markdown rendering bug fix. +* :ghpull:`5917`: use shutil.move instead of os.rename + +Issues (11): + +* :ghissue:`6246`: Include MathJax by default or access the CDN over a secure connection +* :ghissue:`5525`: Websocket origin check fails when used with Apache WS proxy +* :ghissue:`5901`: 2 test failures in Python 3.4 in parallel group +* :ghissue:`5926`: QT console: text selection cannot be made from left to right with keyboard +* :ghissue:`5998`: use_dill does not work in Python 3.4 +* :ghissue:`5964`: Traceback on Qt console exit +* :ghissue:`5787`: Error in Notebook-Generated latex (nbconvert) +* :ghissue:`5950`: qtconsole truncates help +* :ghissue:`5943`: 2.x: notebook fails to load when using HTML comments +* :ghissue:`5932`: Qt ImportDenier Does Not Adhere to PEP302 +* :ghissue:`5898`: OSError when moving configuration file + Issues closed in 2.1.0 ----------------------