Skip to content

Commit 5b51d92

Browse files
committed
rever setup
1 parent bfce362 commit 5b51d92

File tree

5 files changed

+176
-18
lines changed

5 files changed

+176
-18
lines changed

.authors.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
aliases:
4141
- valiantljk
4242
43-
num_commits: 4
43+
num_commits: 9
4444
first_commit: 2015-11-10 18:54:08
4545
github: valiantljk
4646
- name: James Tocknell
@@ -118,7 +118,7 @@
118118
aliases:
119119
- cgohlke
120120
121-
num_commits: 1
121+
num_commits: 2
122122
first_commit: 2016-11-08 18:01:54
123123
github: cgohlke
124124
- name: Carlos Pascual
@@ -178,7 +178,7 @@
178178
num_commits: 955
179179
first_commit: 2008-05-05 17:12:34
180180
aliases:
181-
- andrewcollette
181+
- andrewcollette
182182
github: andrewcollette
183183
- name: Evan Wright
184184
@@ -193,7 +193,7 @@
193193
email: devnull@localhost
194194
aliases:
195195
- convert-repo
196-
num_commits: 1
196+
num_commits: 2
197197
first_commit: 2008-05-05 16:59:07
198198
- name: Andrey Paramonov
199199
@@ -214,7 +214,8 @@
214214
num_commits: 146
215215
first_commit: 2016-08-06 20:10:45
216216
alternate_emails:
217-
217+
218+
218219
github: tacaswell
219220
- name: syhw
220221
@@ -277,7 +278,7 @@
277278
278279
aliases:
279280
- ddale
280-
num_commits: 49
281+
num_commits: 45
281282
first_commit: 2011-05-27 10:45:34
282283
github: ddale
283284
- name: Peter Chang
@@ -366,7 +367,7 @@
366367
first_commit: 2013-01-07 14:50:24
367368
- name: Anthony Scopatz
368369
369-
num_commits: 12
370+
num_commits: 13
370371
first_commit: 2016-08-11 07:18:10
371372
github: scopatz
372373
- name: amcnicho

.mailmap

+11-9
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,30 @@
99
# This file is up-to-date if the command git log --format="%aN <%aE>" | sort -u
1010
# gives no duplicates.
1111

12-
Andrew Collette <[email protected]>
13-
Thomas A Caswell <[email protected]>
12+
Andrew Collette <[email protected]> andrewcollette <[email protected]>
13+
Thomas A Caswell <[email protected]> Thomas A Caswell <[email protected]>
14+
Thomas A Caswell <[email protected]> Thomas A Caswell <[email protected]>
1415
James Tocknell <[email protected]> James Tocknell <[email protected]>
15-
Thomas Kluyver <thomas[email protected]> Thomas Kluyver <thomas@kluyver.me.uk>
16-
Darren Dale <[email protected]> Darren Dale <[email protected]>
16+
Thomas Kluyver <thomas@kluyver.me.uk> Thomas Kluyver <thomas.kluyver@xfel.eu>
17+
Thomas Kluyver <[email protected]> Thomas Kluyver <[email protected]>
1718
Андрей Парамонов <[email protected]>
19+
1820
Aleksandar Jelenak <[email protected]>
1921
Valentin Valls <[email protected]>
2022
Ulrik Kofoed Pedersen <[email protected]>
2123
Martin Raspaud <[email protected]>
2224
John Kirkham <[email protected]>
2325
Aaron Parsons <[email protected]>
24-
Lawrence Chan <[email protected]> Lawrence Chan <[email protected]>
2526
Anthony Scopatz <[email protected]>
27+
Lawrence Chan <[email protected]> Lawrence Chan <[email protected]>
2628
Andrey Paramonov <[email protected]>
29+
Liu JiaLin <[email protected]> valiantljk <[email protected]>
2730
2831
Ghislain Antony Vaillant <[email protected]> Ghislain Antony Vaillant <[email protected]>
2932
3033
Seth R Johnson <[email protected]>
3134
Matthieu Brucher <[email protected]>
32-
Andrea Bedini <[email protected]>
35+
Andrea Bedini <[email protected]> Andrea Bedini <[email protected]>
3336
Martin Teichmann <[email protected]>
3437
Stan West <[email protected]> Stan West <[email protected]>
3538
Axel Huebl <[email protected]>
@@ -39,7 +42,6 @@ Chris Billington <[email protected]>
3942
Thomas VINCENT <[email protected]>
4043
Max Dietz <[email protected]>
4144
Konrad Hinsen <[email protected]> khinsen <[email protected]>
42-
Liu JiaLin <[email protected]> valiantljk <[email protected]>
4345
Toon Verstraelen <[email protected]>
4446
Jerome Kieffer <[email protected]> Jerome Kieffer <[email protected]>
4547
Markus Gerstel <[email protected]>
@@ -60,8 +62,10 @@ ebner <[email protected]>
6062
Sajid Ali <[email protected]>
6163
Noel Dawe <[email protected]>
6264
John Tyree <[email protected]>
65+
Christoph Gohlke <[email protected]> cgohlke <[email protected]>
6366
Carlos Pascual <[email protected]>
6467
Joe Jevnik <[email protected]>
68+
unknown <devnull@localhost> convert-repo <devnull@localhost>
6569
Jason Newton <[email protected]>
6670
Will Parkin <[email protected]>
6771
Devin <>
@@ -90,14 +94,12 @@ Robert David Grant <[email protected]>
9094
JP Dehollain <[email protected]>
9195
chrisjbillington <none@none>
9296
Lars Viklund <[email protected]>
93-
Christoph Gohlke <[email protected]> cgohlke <[email protected]>
9497
Dan Guest <[email protected]>
9598
9699
97100
Barry Wardel <[email protected]>
98101
Evan Wright <[email protected]>
99102
Johannes Meixner <[email protected]>
100-
unknown <devnull@localhost> convert-repo <devnull@localhost>
101103
Marc Abramowitz <[email protected]>
102104
103105
Stuart Berg <[email protected]>

AUTHORS

+125
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
All of the people who have made at least one contribution to h5py.
2+
Authors are sorted by number of commits.
3+
4+
* Andrew Collette
5+
* Thomas A Caswell
6+
* James Tocknell
7+
* Thomas Kluyver
8+
* Андрей Парамонов
9+
* Darren Dale
10+
* Aleksandar Jelenak
11+
* Valentin Valls
12+
* Ulrik Kofoed Pedersen
13+
* Martin Raspaud
14+
* John Kirkham
15+
* Aaron Parsons
16+
* Anthony Scopatz
17+
* Lawrence Chan
18+
* Andrey Paramonov
19+
* Liu JiaLin
20+
* lhole
21+
* Ghislain Antony Vaillant
22+
* Yu Feng
23+
* Seth R Johnson
24+
* Matthieu Brucher
25+
* Andrea Bedini
26+
* Martin Teichmann
27+
* Stan West
28+
* Axel Huebl
29+
* Pierre de Buyl
30+
* Florian Rathgeber
31+
* Chris Billington
32+
* Thomas VINCENT
33+
* Max Dietz
34+
* Konrad Hinsen
35+
* Toon Verstraelen
36+
* Jerome Kieffer
37+
* Markus Gerstel
38+
* Machine User
39+
* Geoff Wright
40+
* Kit Choi
41+
* lucasb-eyer
42+
* Matthew Brett
43+
* Dylan Nelson
44+
* Scott Sanderson
45+
* Antony Lee
46+
* Matt Zwier
47+
* Charles Law
48+
* Chen Yufei
49+
* Simon Mutch
50+
* Christian Sachs
51+
* ebner
52+
* Sajid Ali
53+
* Noel Dawe
54+
* John Tyree
55+
* Christoph Gohlke
56+
* Carlos Pascual
57+
* Joe Jevnik
58+
* unknown
59+
* Jason Newton
60+
* Will Parkin
61+
* Devin
62+
* Nathan Goldbaum
63+
* paulmueller
64+
* Hameer Abbasi
65+
* Andy Salnikov
66+
* amcnicho
67+
* Jonah Bernhard
68+
* Antoine Pitrou
69+
* Joseph Kleinhenz
70+
* cclauss
71+
* Colin Gavin
72+
* Chris Meyer
73+
* Jakob Lombacher
74+
* Michael Boyle
75+
* Sam Mason
76+
* Peter H. Li
77+
* jialin
78+
* joydeep bhattacharjee
79+
* pharshalp
80+
* Matthias Geier
81+
* Eric Larson
82+
* Drew Parsons
83+
* Robert David Grant
84+
* JP Dehollain
85+
* chrisjbillington
86+
* Lars Viklund
87+
* Dan Guest
88+
* root
89+
* bpinsard
90+
* Barry Wardel
91+
* Evan Wright
92+
* Johannes Meixner
93+
* Marc Abramowitz
94+
* syhw
95+
* Stuart Berg
96+
* Michael V. DePalatis
97+
* Kwat
98+
* Mike Boyle
99+
* Peter Chang
100+
* Mikhail
101+
* Nils Werner
102+
* Peter Hill
103+
* John Benediktsson
104+
* Yuri D'Elia
105+
* Matthew Turk
106+
* Bradley M. Froehle
107+
* Dan Meliza
108+
* Artem Sanakoev
109+
* Matthias König
110+
* Adam J. Stewart
111+
* Kyle Sunden
112+
* Caleb Morse
113+
* Peter Colberg
114+
* James Clarke
115+
* Sam Toyer
116+
* Joe Zuntz
117+
* Greg Allen
118+
* Lawrence Mitchell
119+
* dkriegner
120+
* Jens Timmerman
121+
* Niru Maheswaranathan
122+
* Paco Hope
123+
* Felix Yan
124+
125+

news/TEMPLATE.rst

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
New features
2+
------------
3+
4+
* <news item>
5+
6+
Deprecations
7+
------------
8+
9+
* <news item>
10+
11+
Exposing HDF5 functions
12+
-----------------------
13+
14+
* <news item>
15+
16+
Bug fixes
17+
---------
18+
19+
* <news item>
20+
21+
Building h5py
22+
-------------
23+
24+
* <news item>
25+
26+
Development
27+
-----------
28+
29+
* <news item>
30+

rever.xsh

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ $CHANGELOG_CATEGORIES = (
4141
'Development',
4242
)
4343

44-
def format_changelog_category(cat):
45-
return cat + "\n" + "-" * len(cat) + "\n\n"
44+
def format_changelog_category(category):
45+
return category + "\n" + "-" * len(category) + "\n\n"
4646

4747

4848
$CHANGELOG_CATEGORY_TITLE_FORMAT = format_changelog_category

0 commit comments

Comments
 (0)