From d0a1f512b1b280d1e1598eb4f0f8ed06707c6fa4 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Wed, 23 Aug 2023 15:38:32 +0200 Subject: [PATCH 1/4] Fix Stucchio URL The backslashes are appearing in the actual URL --- examples/references.bib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/references.bib b/examples/references.bib index f28c8be17..08f6a60d5 100644 --- a/examples/references.bib +++ b/examples/references.bib @@ -648,7 +648,7 @@ @online{stucchio2015bayesian title = {Bayesian A/B Testing at VWO}, author = {Stucchio, Chris}, year = {2015}, - url = {https://vwo.com/downloads/VWO\_SmartStats\_technical\_whitepaper.pdf} + url = {https://vwo.com/downloads/VWO_SmartStats_technical_whitepaper.pdf} } @misc{szegedy2014going, title = {Going Deeper with Convolutions}, From 421beefa67c150004dc356ad702a9a3356773904 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Fri, 1 Sep 2023 05:59:42 +0200 Subject: [PATCH 2/4] Update bibtex-tidy --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee175b97b..982f05f10 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: |examples/samplers/MLDA_variance_reduction_linear_regression\.ipynb$ - repo: https://github.com/FlamingTempura/bibtex-tidy - rev: v1.8.5 + rev: v1.11.0 hooks: - id: bibtex-tidy files: examples/references.bib From 0a0c6f1703691999d87b2db4264eb75c2226aa6f Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Fri, 1 Sep 2023 06:01:15 +0200 Subject: [PATCH 3/4] Fix Padonou URL --- examples/references.bib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/references.bib b/examples/references.bib index 08f6a60d5..92e518656 100644 --- a/examples/references.bib +++ b/examples/references.bib @@ -555,7 +555,7 @@ @unpublished{padonou2015polar note = {working paper or preprint}, year = {2015}, month = Feb, - pdf = {https://hal.archives-ouvertes.fr/hal-01119942v1/file/PolarGP\_CircularDomains.pdf} + pdf = {https://hal.archives-ouvertes.fr/hal-01119942v1/file/PolarGP_CircularDomains.pdf} } @book{pearl2000causality, title = {Causality: Models, reasoning and inference}, From 529a46315814a071c11b020486841c9188c5eb0f Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Fri, 1 Sep 2023 06:27:20 +0200 Subject: [PATCH 4/4] =?UTF-8?q?Increase=20Node=20version=2015=E2=86=9218?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index ad7c70940..a373b9d96 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,5 +15,5 @@ jobs: - uses: actions/setup-python@v2 - uses: actions/setup-node@v2 with: - node-version: '15' + node-version: '18' - uses: pre-commit/action@v2.0.0