Skip to content

Commit fd640a7

Browse files
authored
Merge pull request #279 from isuruf/authors
Add AUTHORS file
2 parents 0eec3ec + 221e986 commit fd640a7

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.mailmap

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Prevent git from showing duplicate names with commands like "git shortlog"
2+
# See the manpage of git-shortlog for details.
3+
# The syntax is:
4+
# Name that should be used <email that should be used> Bad name <bad email>
5+
#
6+
# You can skip Bad name if it is the same as the one that should be used, and is unique.
7+
#
8+
# This file is up-to-date if the command git log --format="%aN <%aE>" | sort -u
9+
# gives no duplicates.
10+
11+
12+
13+
14+
15+
16+
Shikhar Jaiswal <[email protected]>
17+
Sumith Kulal <[email protected]>
18+
Sushant Hiray <[email protected]>
19+
Abhinav Agarwal <[email protected]>
20+
Nilay Pochhi <[email protected]>

AUTHORS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
All people who contributed to symengine.py by sending at least a patch or more
2+
(Note that this repository was a subfolder of symengine repo and early contributors
3+
to the python bindings maybe listed in AUTHORS of symengine repo).
4+
You can generate this file by: bin/update_authors.sh.
5+
6+
Ondřej Čertík <[email protected]>
7+
Thilina Bandara Rathanyake <[email protected]>
8+
Isuru Fernando <[email protected]>
9+
Sushant Hiray <[email protected]>
10+
Peter Brady <[email protected]>
11+
Thilina Bandara Rathnayake <[email protected]>
12+
Shivam Vats <[email protected]>
13+
Sumith Kulal <[email protected]>
14+
Connor Behan <[email protected]>
15+
Ralf Stephan <[email protected]>
16+
Björn Dahlgren <[email protected]>
17+
Indrek Mandre <[email protected]>
18+
Abhinav Agarwal <[email protected]>
19+
Matt Wala <[email protected]>
20+
Shikhar Jaiswal <[email protected]>
21+
Nilay Pochhi <[email protected]>
22+
23+
Jean-Christophe Fillion-Robin <[email protected]>
24+
Moritz E. Beber <[email protected]>
25+

0 commit comments

Comments
 (0)