diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 00000000..e53a2dab --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,12 @@ +{ + "creators": [ + { + "orcid": "0000-0002-9328-5652", + "affiliation": "Center for Computational Astrophysics, Flatiron Institute, New York, NY, USA", + "name": "Foreman-Mackey, Daniel" + } + ], + "license": "MIT", + "title": "dfm/tinygp: The tiniest of Gaussian Process libraries", + "description": "tinygp is an extremely lightweight library for building Gaussian Process (GP) models in Python, built on top of JAX. It has a nice interface, and it's pretty fast. Thanks to JAX, tinygp supports things like GPU acceleration and automatic differentiation.\n\nCheck out the docs for more info: https://tinygp.readthedocs.io" +} diff --git a/news/151.feature b/news/151.feature new file mode 100644 index 00000000..afa57c17 --- /dev/null +++ b/news/151.feature @@ -0,0 +1 @@ +Added Zenodo data to improve citation tracking.