forked from numpy/numpy
-
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 citation file for GitHub support.
[SKIP CI]
- Loading branch information
Showing
1 changed file
with
20 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,20 @@ | ||
@ARTICLE{2020NumPy-Array, | ||
author = {Harris, Charles R. and Millman, K. Jarrod and | ||
van der Walt, Stéfan J and Gommers, Ralf and | ||
Virtanen, Pauli and Cournapeau, David and | ||
Wieser, Eric and Taylor, Julian and Berg, Sebastian and | ||
Smith, Nathaniel J. and Kern, Robert and Picus, Matti and | ||
Hoyer, Stephan and van Kerkwijk, Marten H. and | ||
Brett, Matthew and Haldane, Allan and | ||
Fernández del Río, Jaime and Wiebe, Mark and | ||
Peterson, Pearu and Gérard-Marchant, Pierre and | ||
Sheppard, Kevin and Reddy, Tyler and Weckesser, Warren and | ||
Abbasi, Hameer and Gohlke, Christoph and | ||
Oliphant, Travis E.}, | ||
title = {Array programming with {NumPy}}, | ||
journal = {Nature}, | ||
year = {2020}, | ||
volume = {585}, | ||
pages = {357–362}, | ||
doi = {10.1038/s41586-020-2649-2} | ||
} |