##// END OF EJS Templates
start 0.13.1 whatsnew
MinRK -
Show More
@@ -2,6 +2,84 b''
2 0.13 Series
2 0.13 Series
3 =============
3 =============
4
4
5 Release 0.13.1
6 ==============
7
8 0.13.1 is a bugfix release for 0.13.
9
10 Notable:
11
12 * ipcluster launchers were released with a few serious bugs in 0.13, preventing
13 the default configuration from working in just about any nontrivial environment
14 (SSH and PBS/SGE/LSF launchers all affected).
15 * Various installation / name fixes required for Python 3.3.
16 * Notebook frontend should no longer be vulnerable to errors in user javascript.
17 * Notebook download/save/print should get the right title instead of 'notebook'.
18 * Tab completion fixes when using ``IPython.embed_kernel()``.
19 * A few NameErrors/AttributeErrors in magics due to the reorganized magics system.
20
21 We closed a total of 52 issues, 34 pull requests and 18 regular issues;
22 this is the full list (generated with the script :file:`tools/github_stats.py`):
23
24 Pull Requests (34):
25
26 * :ghpull:`2373`: fix missing imports in core.interactiveshell
27 * :ghpull:`2365`: fix names of notebooks for download/save
28 * :ghpull:`2345`: Remove references to 'version' no longer in argparse. Github issue #2343.
29 * :ghpull:`2347`: adjust division error message checking to account for Python 3
30 * :ghpull:`2305`: RemoteError._render_traceback_ calls self.render_traceback
31 * :ghpull:`2280`: fix SSH passwordless check for OpenSSH
32 * :ghpull:`2270`: SSHLauncher tweaks
33 * :ghpull:`2261`: Fix: longest_substr([]) -> ''
34 * :ghpull:`2250`: fix html in notebook example
35 * :ghpull:`2235`: remove spurious print statement from setupbase.py
36 * :ghpull:`2223`: Custom tracebacks
37 * :ghpull:`2214`: use KernelApp.exec_lines/files in IPEngineApp
38 * :ghpull:`2212`: catch errors in markdown javascript
39 * :ghpull:`2194`: clean nan/inf in json_clean
40 * :ghpull:`2169`: ipdb: pdef, pdoc, pinfo magics all broken
41 * :ghpull:`2186`: removed references to h5py dependence in octave magic documentation
42 * :ghpull:`2185`: added test for %store, fixed storemagic
43 * :ghpull:`2177`: remove numpy install from travis/tox scripts
44 * :ghpull:`2170`: Fix tab completion with IPython.embed_kernel().
45 * :ghpull:`2163`: fix 'remote_profie_dir' typo in SSH launchers
46 * :ghpull:`2117`: use explicit url in notebook example
47 * :ghpull:`2126`: ipcluster broken with any batch launcher (PBS/LSF/SGE)
48 * :ghpull:`2128`: open notebook copy in different tabs
49 * :ghpull:`2073`: allows password and prefix for notebook
50 * :ghpull:`2086`: re-alias %ed to %edit in qtconsole
51 * :ghpull:`2101`: fix completer deleting newline
52 * :ghpull:`2102`: Fix logging on interactive shell.
53 * :ghpull:`2063`: Remove umlauts so py3 installations on LANG=C systems succeed.
54 * :ghpull:`2068`: record sysinfo in sdist
55 * :ghpull:`2067`: update tools/release_windows.py
56 * :ghpull:`2065`: Fix parentheses typo
57 * :ghpull:`2062`: Remove duplicates and auto-generated files from repo.
58 * :ghpull:`2061`: use explicit tuple in exception
59 * :ghpull:`2060`: change minus to \- or \(hy in manpages
60
61 Issues (18):
62
63 * :ghissue:`2372`: interactiveshell.py misses urllib and io_open imports
64 * :ghissue:`2227`: print name for IPython Notebooks has become uninformative
65 * :ghissue:`2343`: Installing in a python 3.3b2 or python 3.3rc1 virtual environment.
66 * :ghissue:`2303`: remote tracebacks broken since 952d0d6 (PR #2223)
67 * :ghissue:`2266`: SSH passwordless check with OpenSSH checks for the wrong thing
68 * :ghissue:`2252`: %paste throws an exception with empty clipboard
69 * :ghissue:`2221`: Avoid importing from IPython.parallel in core
70 * :ghissue:`2213`: Can't trigger startup code in Engines
71 * :ghissue:`2187`: NaN in object_info_reply JSON causes parse error
72 * :ghissue:`2173`: oct2py v >= 0.3.1 doesn't need h5py anymore
73 * :ghissue:`2099`: storemagic needs to use self.shell
74 * :ghissue:`2139`: 00_notebook_tour Image example broken on master
75 * :ghissue:`2085`: %ed magic fails in qtconsole
76 * :ghissue:`2082`: Qt Console output spacing
77 * :ghissue:`2057`: setup fails for python3 with LANG=C
78 * :ghissue:`2059`: duplicate and modified files in documentation
79 * :ghissue:`2056`: except-shadows-builtin osm.py:687
80 * :ghissue:`2058`: hyphen-used-as-minus-sign in manpages
81
82
5 Release 0.13
83 Release 0.13
6 ============
84 ============
7
85
General Comments 0
You need to be logged in to leave comments. Login now