##// END OF EJS Templates
gen stats
Matthias Bussonnier -
Show More
@@ -0,0 +1,110 b''
1 Get a token fom https://github.com/settings/tokens with public repo and gist.
2
3 GitHub stats for 2022/01/05 - 2022/01/12 (tag: 8.0.0rc1)
4
5 These lists are automatically generated, and may be incomplete or contain duplicates.
6
7 We closed 26 issues and merged 307 pull requests.
8 The full list can be seen `on GitHub <https://github.com/ipython/ipython/issues?q=milestone%3A8.0>`__
9
10 The following 99 authors contributed 372 commits.
11
12 * 007vedant
13 * Adam Hackbarth
14 * Aditya Sathe
15 * Ahmed Fasih
16 * Albert Zhang
17 * Alex Hall
18 * Andrew Port
19 * Ankitsingh6299
20 * Arthur Moreira
21 * Ashwin Vishnu
22 * Augusto
23 * BaoGiang HoangVu
24 * bar-hen
25 * Bart Skowron
26 * Bartosz Telenczuk
27 * Bastian Ebeling
28 * Benjamin Ragan-Kelley
29 * Blazej Michalik
30 * blois
31 * Boyuan Liu
32 * Brendan Gerrity
33 * Carol Willing
34 * Coco Bennett
35 * Coco Mishra
36 * Corentin Cadiou
37 * Daniel Goldfarb
38 * Daniel Mietchen
39 * Daniel Shimon
40 * digitalvirtuoso
41 * Dimitri Papadopoulos
42 * dswij
43 * Eric Wieser
44 * Erik
45 * Ethan Madden
46 * Faris A Chugthai
47 * farisachugthai
48 * Gal B
49 * gorogoroumaru
50 * Hussaina Begum Nandyala
51 * Inception95
52 * Iwan Briquemont
53 * Jake VanderPlas
54 * Jakub Klus
55 * James Morris
56 * Jay Qi
57 * Jeroen BΓ©dorf
58 * Joyce Er
59 * juacrumar
60 * Juan Luis Cano RodrΓ­guez
61 * Julien Rabinow
62 * Justin Palmer
63 * Krzysztof Cybulski
64 * L0uisJ0shua
65 * lbennett
66 * LeafyLi
67 * Lightyagami1
68 * Lumir Balhar
69 * Mark Schmitz
70 * Martin Skarzynski
71 * martinRenou
72 * Matt Wozniski
73 * Matthias Bussonnier
74 * Meysam Azad
75 * Michael T
76 * Michael Tiemann
77 * Naelson Douglas
78 * Nathan Goldbaum
79 * Nick Muoh
80 * nicolaslazo
81 * Nikita Kniazev
82 * NotWearingPants
83 * Paul Ivanov
84 * Paulo S. Costa
85 * Pete Blois
86 * Peter Corke
87 * PhanatosZou
88 * Piers Titus van der Torren
89 * Rakessh Roshan
90 * Ram Rachum
91 * rchiodo
92 * Reilly Tucker Siemens
93 * Romulo Filho
94 * rushabh-v
95 * Sammy Al Hashemi
96 * Samreen Zarroug
97 * Samuel Gaist
98 * Sanjana-03
99 * Scott Sanderson
100 * skalaydzhiyski
101 * sleeping
102 * Snir Broshi
103 * Spas Kalaydzhisyki
104 * Sylvain Corlay
105 * Terry Davis
106 * Timur Kushukov
107 * Tobias Bengfort
108 * Tomasz KΕ‚oczko
109 * Yonatan Goldschmidt
110 * 谭九鼎
@@ -1,72 +1,73 b''
1 .. Developers should add in this file, during each release cycle, information
1 .. Developers should add in this file, during each release cycle, information
2 .. about important changes they've made, in a summary format that's meant for
2 .. about important changes they've made, in a summary format that's meant for
3 .. end users. For each release we normally have three sections: features, bug
3 .. end users. For each release we normally have three sections: features, bug
4 .. fixes and api breakage.
4 .. fixes and api breakage.
5 .. Please remember to credit the authors of the contributions by name,
5 .. Please remember to credit the authors of the contributions by name,
6 .. especially when they are new users or developers who do not regularly
6 .. especially when they are new users or developers who do not regularly
7 .. participate in IPython's development.
7 .. participate in IPython's development.
8
8
9 .. _whatsnew_index:
9 .. _whatsnew_index:
10
10
11 =====================
11 =====================
12 What's new in IPython
12 What's new in IPython
13 =====================
13 =====================
14
14
15 ..
15 ..
16 this will appear in the docs if we are not releasing a version (ie if
16 this will appear in the docs if we are not releasing a version (ie if
17 `_version_extra` in release.py is an empty string)
17 `_version_extra` in release.py is an empty string)
18
18
19 .. only:: ipydev
19 .. only:: ipydev
20
20
21 Development version in-progress features:
21 Development version in-progress features:
22
22
23 .. toctree::
23 .. toctree::
24
24
25 development
25 development
26
26
27
27
28 This section documents the changes that have been made in various versions of
28 This section documents the changes that have been made in various versions of
29 IPython. Users should consult these pages to learn about new features, bug
29 IPython. Users should consult these pages to learn about new features, bug
30 fixes and backwards incompatibilities. Developers should summarize the
30 fixes and backwards incompatibilities. Developers should summarize the
31 development work they do here in a user friendly format.
31 development work they do here in a user friendly format.
32
32
33 .. toctree::
33 .. toctree::
34 :maxdepth: 1
34 :maxdepth: 1
35
35
36 version8
36 version8
37 github-stats-8
37 version7
38 version7
38 github-stats-7
39 github-stats-7
39 version6
40 version6
40 github-stats-6
41 github-stats-6
41 version5
42 version5
42 github-stats-5
43 github-stats-5
43 version4
44 version4
44 github-stats-4
45 github-stats-4
45 version3
46 version3
46 github-stats-3
47 github-stats-3
47 version3_widget_migration
48 version3_widget_migration
48 version2.0
49 version2.0
49 github-stats-2.0
50 github-stats-2.0
50 version1.0
51 version1.0
51 github-stats-1.0
52 github-stats-1.0
52 version0.13
53 version0.13
53 github-stats-0.13
54 github-stats-0.13
54 version0.12
55 version0.12
55 github-stats-0.12
56 github-stats-0.12
56 version0.11
57 version0.11
57 github-stats-0.11
58 github-stats-0.11
58 version0.10
59 version0.10
59 version0.9
60 version0.9
60 version0.8
61 version0.8
61
62
62 ..
63 ..
63 this makes a hidden toctree that keeps sphinx from complaining about
64 this makes a hidden toctree that keeps sphinx from complaining about
64 documents included nowhere when building docs for stable
65 documents included nowhere when building docs for stable
65 We place it at the end as it will still be reachable via prev/next links.
66 We place it at the end as it will still be reachable via prev/next links.
66
67
67 .. only:: ipystable
68 .. only:: ipystable
68
69
69 .. toctree::
70 .. toctree::
70 :hidden:
71 :hidden:
71
72
72 development
73 development
General Comments 0
You need to be logged in to leave comments. Login now