forked from quantopian/zipline
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC Add authors file as well as script to create it.
- Loading branch information
Showing
2 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
Eddie Hebert | ||
fawce | ||
Thomas Wiecki | ||
Stephen Diehl | ||
scottsanderson | ||
Scott Sanderson | ||
Richard Frank | ||
Jonathan Kamens | ||
twiecki | ||
Joe Jevnik | ||
Delaney Granizo-Mackenzie | ||
Tobias Brandt | ||
Ben McCann | ||
John Ricklefs | ||
Jenkins T. Quantopian, III | ||
Jeremiah Lowin | ||
jbredeche | ||
Brian Fink | ||
David Edwards | ||
Matti Hanninen | ||
Ryan Day | ||
llllllllll | ||
David Stephens | ||
Tim | ||
Dale Jung | ||
Jamie Kirkpatrick | ||
Jean Bredeche | ||
Wes McKinney | ||
jikamens | ||
Aidan | ||
Colin Alexander | ||
Elektra58 | ||
Jason Kölker | ||
Jeremi Joslin | ||
Luke Schiefelbein | ||
Martin Dengler | ||
Mete Atamel | ||
Michael Schatzow | ||
Moises Trovo | ||
Nicholas Pezolano | ||
Pankaj Garg | ||
Paolo Bernardi | ||
Peter Cawthron | ||
Philipp Kosel | ||
Suminda Dharmasena | ||
The Gitter Badger | ||
Tony Lambiris | ||
Tony Worm | ||
stanh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
git shortlog -ns master | awk '$1 >= $THRESHOLD {$1="";print $0}' | \ | ||
cut -d" " -f2- > AUTHORS |