Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 829a44d

Browse files
committed
what's new for 2.4
1 parent 98d52fa commit 829a44d

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

docs/source/whatsnew/github-stats-2.0.rst

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,49 @@
33
Issues closed in the 2.x development cycle
44
==========================================
55

6+
Issues closed in 2.4.0
7+
----------------------
8+
9+
GitHub stats for 2014/11/01 - 2015/01/30
10+
11+
These lists are automatically generated, and may be incomplete or contain duplicates.
12+
13+
The following 7 authors contributed 35 commits.
14+
15+
* Benjamin Ragan-Kelley
16+
* Carlos Cordoba
17+
* Damon Allen
18+
* Jessica B. Hamrick
19+
* Mateusz Paprocki
20+
* Peter Würtz
21+
* Thomas Kluyver
22+
23+
We closed 10 issues and merged 6 pull requests;
24+
this is the full list (generated with the script
25+
:file:`tools/github_stats.py`):
26+
27+
Pull Requests (10):
28+
29+
* :ghpull:`7106`: Changed the display order of rich output in the live notebook.
30+
* :ghpull:`6878`: Update pygments monkeypatch for compatibility with Pygments 2.0
31+
* :ghpull:`6778`: backport nbformat v4 to 2.x
32+
* :ghpull:`6761`: object_info_reply field is oname, not name
33+
* :ghpull:`6653`: Fix IPython.utils.ansispan() to ignore stray [0m
34+
* :ghpull:`6706`: Correctly display prompt numbers that are 'None'
35+
* :ghpull:`6634`: don't use contains in SelectWidget item_query
36+
* :ghpull:`6593`: note how to start the qtconsole
37+
* :ghpull:`6281`: more minor fixes to release scripts
38+
* :ghpull:`5458`: Add support for PyQt5.
39+
40+
Issues (6):
41+
42+
* :ghissue:`7272`: qtconsole problems with pygments
43+
* :ghissue:`7049`: Cause TypeError: 'NoneType' object is not callable in qtconsole
44+
* :ghissue:`6877`: Qt console doesn't work with pygments 2.0rc1
45+
* :ghissue:`6689`: Problem with string containing two or more question marks
46+
* :ghissue:`6702`: Cell numbering after ``ClearOutput`` preprocessor
47+
* :ghissue:`6633`: selectwidget doesn't display 1 as a selection choice when passed in as a member of values list
48+
649

750
Issues closed in 2.3.1
851
----------------------
@@ -17,10 +60,11 @@ Issues (1):
1760

1861
* :ghissue:`6599`: Notebook.ipynb CR+LF turned into CR+CR+LF
1962

63+
2064
Issues closed in 2.3.0
2165
----------------------
2266

23-
GitHub stats for 2014/08/06 - 2014/10/01 (tag: rel-2.2.0)
67+
GitHub stats for 2014/08/06 - 2014/10/01
2468

2569
These lists are automatically generated, and may be incomplete or contain duplicates.
2670

docs/source/whatsnew/version2.0.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
2.x Series
33
============
44

5+
Release 2.4
6+
===========
7+
8+
January, 2014
9+
10+
- backport read support for nbformat v4 from IPython 3
11+
- support for PyQt5
12+
- support for Pygments 2.0
13+
14+
For more information on what fixes have been backported to 2.4,
15+
see our :ref:`detailed release info <issues_list_200>`.
16+
17+
518
Release 2.3.1
619
=============
720

0 commit comments

Comments
 (0)