-
Notifications
You must be signed in to change notification settings - Fork 24
/
.zenodo.json
56 lines (56 loc) · 2.13 KB
/
.zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"creators": [
{
"orcid": "0000-0002-9328-5652",
"affiliation": "Center for Computational Astrophysics, Flatiron Institute, New York, NY, USA",
"name": "Foreman-Mackey, Daniel"
},
{
"orcid": "0000-0003-1262-2897",
"affiliation": "Department of Physics and Astronomy, Bishop's University, Canada",
"name": "Weixiang Yu"
},
{
"orcid": "0000-0003-0048-1118",
"affiliation": "Indian Institute of Technology Gandhinagar: Gandhinagar, Gujarat, IN",
"name": "Yadav, Sachin"
},
{
"orcid": "0009-0000-1930-8150",
"affiliation": "Massachusetts Institute of Technology, Probabilistic Computing Project, Cambridge, MA, USA",
"name": "Becker, McCoy Reynolds"
},
{
"orcid": "0000-0003-3287-5250",
"affiliation": "Department of Astronomy and the DiRAC Institute, University of Washington, Seattle, WA, USA",
"name": "Caplar, Neven"
},
{
"orcid": "0000-0002-1169-7486",
"affiliation": "SRON Netherlands Institute for Space Research, Leiden, The Netherlands",
"name": "Huppenkothen, Daniela"
},
{
"orcid": "0000-0002-0440-9597",
"name": "Killestein, Thomas",
"affiliation": "Department of Physics, University of Warwick, Coventry, UK"
},
{
"orcid": "0000-0003-1001-0707",
"affiliation": "Department of Physics and Astronomy, Aarhus University, DK",
"name": "Tronsgaard, René"
},
{
"affiliation": "School of Public Health, Imperial College London, UK",
"name": "Rashid, Theo"
},
{
"orcid": "0000-0003-1354-0578",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf e.V.",
"name": "Schmerler, Steve"
}
],
"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"
}