Show More
@@ -7,7 +7,7 b' Release 0.13.1' | |||||
7 |
|
7 | |||
8 | 0.13.1 is a bugfix release for 0.13. |
|
8 | 0.13.1 is a bugfix release for 0.13. | |
9 |
|
9 | |||
10 | Notable: |
|
10 | Notable fixes: | |
11 |
|
11 | |||
12 | * ipcluster launchers were released with a few serious bugs in 0.13, preventing |
|
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 |
|
13 | the default configuration from working in just about any nontrivial environment | |
@@ -18,11 +18,15 b' Notable:' | |||||
18 | * Tab completion fixes when using ``IPython.embed_kernel()``. |
|
18 | * Tab completion fixes when using ``IPython.embed_kernel()``. | |
19 | * A few NameErrors/AttributeErrors in magics due to the reorganized magics system. |
|
19 | * A few NameErrors/AttributeErrors in magics due to the reorganized magics system. | |
20 |
|
20 | |||
21 |
We closed a total of 5 |
|
21 | We closed a total of 59 issues (38 pull requests and 21 regular issues); | |
22 | this is the full list (generated with the script :file:`tools/github_stats.py`): |
|
22 | this is the full list (generated with the script :file:`tools/github_stats.py`): | |
23 |
|
23 | |||
24 |
Pull Requests (3 |
|
24 | Pull Requests (38): | |
25 |
|
25 | |||
|
26 | * :ghpull:`2479`: use new _winapi instead of removed _subprocess | |||
|
27 | * :ghpull:`2437`: don't let log cleanup prevent engine start | |||
|
28 | * :ghpull:`2405`: clarify TaskScheduler.hwm doc | |||
|
29 | * :ghpull:`2377`: Fix installation of man pages in Python 3 | |||
26 | * :ghpull:`2373`: fix missing imports in core.interactiveshell |
|
30 | * :ghpull:`2373`: fix missing imports in core.interactiveshell | |
27 | * :ghpull:`2365`: fix names of notebooks for download/save |
|
31 | * :ghpull:`2365`: fix names of notebooks for download/save | |
28 | * :ghpull:`2345`: Remove references to 'version' no longer in argparse. Github issue #2343. |
|
32 | * :ghpull:`2345`: Remove references to 'version' no longer in argparse. Github issue #2343. | |
@@ -58,8 +62,11 b' Pull Requests (34):' | |||||
58 | * :ghpull:`2061`: use explicit tuple in exception |
|
62 | * :ghpull:`2061`: use explicit tuple in exception | |
59 | * :ghpull:`2060`: change minus to \- or \(hy in manpages |
|
63 | * :ghpull:`2060`: change minus to \- or \(hy in manpages | |
60 |
|
64 | |||
61 |
Issues (1 |
|
65 | Issues (21): | |
62 |
|
66 | |||
|
67 | * :ghissue:`2471`: _subprocess module removed in Python 3.3 | |||
|
68 | * :ghissue:`2374`: Issues with man pages | |||
|
69 | * :ghissue:`2435`: ipengines fail if clean_logs enabled | |||
63 | * :ghissue:`2372`: interactiveshell.py misses urllib and io_open imports |
|
70 | * :ghissue:`2372`: interactiveshell.py misses urllib and io_open imports | |
64 | * :ghissue:`2227`: print name for IPython Notebooks has become uninformative |
|
71 | * :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. |
|
72 | * :ghissue:`2343`: Installing in a python 3.3b2 or python 3.3rc1 virtual environment. |
General Comments 0
You need to be logged in to leave comments.
Login now