11<!-- <h1 align='center'>GPJax</h1>
22<h2 align='center'>Gaussian processes in Jax.</h2> -->
33<p align =" center " >
4- <img width =" 700 " height =" 300 " src =" https://raw.githubusercontent.com/JaxGaussianProcesses /GPJax/main/docs/static/gpjax_logo.svg " alt =" GPJax's logo " >
4+ <img width =" 700 " height =" 300 " src =" https://raw.githubusercontent.com/thomaspinder /GPJax/main/docs/static/gpjax_logo.svg " alt =" GPJax's logo " >
55</p >
66
7- [ ![ codecov] ( https://codecov.io/gh/JaxGaussianProcesses /GPJax/branch/master/graph/badge.svg?token=DM1DRDASU2 )] ( https://codecov.io/gh/JaxGaussianProcesses /GPJax )
8- [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/jaxgaussianprocesses/gpjax /badge )] ( https://www.codefactor.io/repository/github/jaxgaussianprocesses/gpjax )
7+ [ ![ codecov] ( https://codecov.io/gh/thomaspinder /GPJax/branch/master/graph/badge.svg?token=DM1DRDASU2 )] ( https://codecov.io/gh/thomaspinder /GPJax )
8+ [ ![ CodeFactor] ( https://www.codefactor.io/repository/github/thomaspinder/GPJax /badge )] ( https://www.codefactor.io/repository/github/thomaspinder/GPJax )
99[ ![ Netlify Status] ( https://api.netlify.com/api/v1/badges/d3950e6f-321f-4508-9e52-426b5dae2715/deploy-status )] ( https://app.netlify.com/sites/endearing-crepe-c2d5fe/deploys )
1010[ ![ PyPI version] ( https://badge.fury.io/py/GPJax.svg )] ( https://badge.fury.io/py/GPJax )
1111[ ![ Conda Version] ( https://img.shields.io/conda/vn/conda-forge/gpjax.svg )] ( https://anaconda.org/conda-forge/gpjax )
@@ -30,19 +30,19 @@ with GP models.
3030
3131We would be delighted to receive contributions from interested individuals and
3232groups. To learn how you can get involved, please read our [ guide for
33- contributing] ( https://github.com/JaxGaussianProcesses /GPJax/blob/main/docs/contributing.md ) .
33+ contributing] ( https://github.com/thomaspinder /GPJax/blob/main/docs/contributing.md ) .
3434If you have any questions, we encourage you to [ open an
35- issue] ( https://github.com/JaxGaussianProcesses /GPJax/issues/new/choose ) . For
35+ issue] ( https://github.com/thomaspinder /GPJax/issues/new/choose ) . For
3636broader conversations, such as best GP fitting practices or questions about the
3737mathematics of GPs, we invite you to [ open a
38- discussion] ( https://github.com/JaxGaussianProcesses /GPJax/discussions ) .
38+ discussion] ( https://github.com/thomaspinder /GPJax/discussions ) .
3939
4040Another way you can contribute to GPJax is through [ issue
4141triaging] ( https://www.codetriage.com/what ) . This can include reproducing bug reports,
4242asking for vital information such as version numbers and reproduction instructions, or
4343identifying stale issues. If you would like to begin triaging issues, an easy way to get
4444started is to
45- [ subscribe to GPJax on CodeTriage] ( https://www.codetriage.com/jaxgaussianprocesses/gpjax ) .
45+ [ subscribe to GPJax on CodeTriage] ( https://www.codetriage.com/thomaspinder/GPJax ) .
4646
4747As a contributor to GPJax, you are expected to abide by our [ code of
4848conduct] ( docs/CODE_OF_CONDUCT.md ) . If you feel that you have either experienced or
@@ -56,7 +56,7 @@ where we can discuss the development of GPJax and broader support for Gaussian
5656process modelling.
5757
5858We appreciate all [ the contributors to
59- GPJax] ( https://github.com/JaxGaussianProcesses /GPJax/graphs/contributors ) who have helped to shape
59+ GPJax] ( https://github.com/thomaspinder /GPJax/graphs/contributors ) who have helped to shape
6060GPJax into the package it is today.
6161
6262# Supported methods and interfaces
@@ -144,7 +144,7 @@ conda install --channel conda-forge gpjax
144144Clone a copy of the repository to your local machine and run the setup
145145configuration in development mode.
146146```bash
147- git clone https:// github.com/ JaxGaussianProcesses / GPJax.git
147+ git clone https:// github.com/ thomaspinder / GPJax.git
148148cd GPJax
149149uv venv
150150uv sync -- extra dev
0 commit comments