Skip to content

Commit bbb258e

Browse files
committed
update to v4 and address comments
1 parent a5126a6 commit bbb258e

File tree

4 files changed

+419
-315
lines changed

4 files changed

+419
-315
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
repos:
22
- repo: https://github.com/mwouts/jupytext
3-
rev: v1.13.7
3+
rev: v1.14.1
44
hooks:
55
- id: jupytext
66
files: ^examples/.+\.ipynb$
77
args: ["--sync"]
88
- repo: https://github.com/psf/black
9-
rev: 22.3.0
9+
rev: 22.10.0
1010
hooks:
1111
- id: black-jupyter
1212
- repo: https://github.com/nbQA-dev/nbQA
13-
rev: 1.1.0
13+
rev: 1.5.3
1414
hooks:
1515
- id: nbqa-isort
1616
additional_dependencies: [isort==5.6.4]
@@ -106,13 +106,13 @@ repos:
106106
language: pygrep
107107
types_or: [markdown, rst, jupyter]
108108
- repo: https://github.com/mwouts/jupytext
109-
rev: v1.13.7
109+
rev: v1.14.1
110110
hooks:
111111
- id: jupytext
112112
files: ^examples/.+\.ipynb$
113113
args: ["--sync"]
114114
- repo: https://github.com/codespell-project/codespell
115-
rev: v2.1.0
115+
rev: v2.2.2
116116
hooks:
117117
- id: codespell
118118
files: myst_nbs/

examples/gaussian_processes/GP-MeansAndCovs.ipynb

+251-227
Large diffs are not rendered by default.

examples/references.bib

+9
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,15 @@ @misc{quiroga2022bart
467467
year = {2022},
468468
copyright = {Creative Commons Attribution Share Alike 4.0 International}
469469
}
470+
@unpublished{padonou2015polar,
471+
title = {{Polar Gaussian Processes for Predicting on Circular Domains}},
472+
author = {Padonou, Esp{\'e}ran and Roustant, O},
473+
url = {https://hal.archives-ouvertes.fr/hal-01119942},
474+
note = {working paper or preprint},
475+
year = {2015},
476+
month = Feb,
477+
pdf = {https://hal.archives-ouvertes.fr/hal-01119942v1/file/PolarGP\_CircularDomains.pdf}
478+
}
470479
@book{rasmussen2003gaussian,
471480
title = {Gaussian Processes for Machine Learning},
472481
author = {Rasmussen, Carl Edward and Williams, Christopher K. I.},

0 commit comments

Comments
 (0)