##// END OF EJS Templates
PR 2384 to whatsnew
MinRK -
Show More
@@ -18,11 +18,12 b' Notable fixes:'
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 59 issues (38 pull requests and 21 regular issues);
21 We closed a total of 60 issues (39 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 (38):
24 Pull Requests (39):
25
25
26 * :ghpull:`2384`: Adapt inline backend to changes in matplotlib
26 * :ghpull:`2479`: use new _winapi instead of removed _subprocess
27 * :ghpull:`2479`: use new _winapi instead of removed _subprocess
27 * :ghpull:`2437`: don't let log cleanup prevent engine start
28 * :ghpull:`2437`: don't let log cleanup prevent engine start
28 * :ghpull:`2405`: clarify TaskScheduler.hwm doc
29 * :ghpull:`2405`: clarify TaskScheduler.hwm doc
General Comments 0
You need to be logged in to leave comments. Login now