##// END OF EJS Templates
update stats
Matthias Bussonnier -
Show More
@@ -1,6 +1,25 b''
1 Issues closed in the 7.x development cycle
1 Issues closed in the 7.x development cycle
2 ==========================================
2 ==========================================
3
3
4
5 Issues closed in 7.8
6 --------------------
7
8 GitHub stats for 2019/07/26 - 2019/08/30 (tag: 7.7.0)
9
10 These lists are automatically generated, and may be incomplete or contain duplicates.
11
12 We closed 1 issues and merged 4 pull requests.
13 The full list can be seen `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A7.8>`__
14
15 The following 5 authors contributed 27 commits.
16
17 * Dan Allan
18 * Matthias Bussonnier
19 * Min ho Kim
20 * Oscar Gustafsson
21 * Terry Davis
22
4 Issues closed in 7.7
23 Issues closed in 7.7
5 --------------------
24 --------------------
6
25
@@ -45,10 +45,11 b' echo'
45 echo $BLUE"If you see any duplicates cancel (Ctrl-C), then edit .mailmap."$GREEN"Press enter to continue:"$NOR
45 echo $BLUE"If you see any duplicates cancel (Ctrl-C), then edit .mailmap."$GREEN"Press enter to continue:"$NOR
46 read
46 read
47
47
48 echo $BLUE"generating stats"NOR
48 echo $BLUE"generating stats"$NOR
49 python tools/github_stats.py --milestone $MILESTONE > stats.rst
49 python tools/github_stats.py --milestone $MILESTONE > stats.rst
50
50
51 echo $BLUE"stats.rst files generated."$GREEN"Please merge it with the right file (github-stats-X.rst)"$NOR
51 echo $BLUE"stats.rst files generated."$NOR
52 echo $GREEN"Please merge it with the right file (github-stats-X.rst) and commit."$NOR
52 echo $GREEN"press enter to continue."$NOR
53 echo $GREEN"press enter to continue."$NOR
53 read
54 read
54
55
General Comments 0
You need to be logged in to leave comments. Login now