.gitattributes
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
coveragerc
environment.yml
environment_pure_conda.yml
pylintrc
pyproject.toml
setup.py
.github/workflows/build.yml
.github/workflows/docs.yml
.github/workflows/merge-tests.yml
.github/workflows/release.yml
.github/workflows/tests.yml
GPyReg.egg-info/PKG-INFO
GPyReg.egg-info/SOURCES.txt
GPyReg.egg-info/dependency_links.txt
GPyReg.egg-info/requires.txt
GPyReg.egg-info/top_level.txt
examples/example_1.py
examples/example_2.py
gpyreg/__init__.py
gpyreg/covariance_functions.py
gpyreg/f_min_fill.py
gpyreg/formatting.py
gpyreg/gaussian_process.py
gpyreg/mean_functions.py
gpyreg/noise_functions.py
gpyreg/slice_sample.py
gpyreg/testing/__init__.py
gpyreg/testing/test_covariance_functions.py
gpyreg/testing/test_gaussian_process.py
gpyreg/testing/test_mean_functions.py
gpyreg/testing/test_noise_functions.py
gpyreg/testing/test_slice_sample.py
gpyreg/testing/test_smoothbox.py
gpyreg/testing/test_smoothbox_student_t.py