From ff10e77cb48479f47fc7bac50711defb954fe164 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:18:08 +0000 Subject: [PATCH 1/4] Bump stan from `9890ac0` to `ef8374d` Bumps [stan](https://github.com/stan-dev/stan) from `9890ac0` to `ef8374d`. - [Release notes](https://github.com/stan-dev/stan/releases) - [Commits](https://github.com/stan-dev/stan/compare/9890ac0d3f944dcaabce702a8a189be311e2372b...ef8374d59ba4cbcc49d3118a39ddc871d75c467b) --- updated-dependencies: - dependency-name: stan dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stan b/stan index 9890ac0d..ef8374d5 160000 --- a/stan +++ b/stan @@ -1 +1 @@ -Subproject commit 9890ac0d3f944dcaabce702a8a189be311e2372b +Subproject commit ef8374d59ba4cbcc49d3118a39ddc871d75c467b From 5af76ad2fb16bbe9d6aa46977db0c86783a77adc Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Tue, 10 Dec 2024 10:21:56 -0500 Subject: [PATCH 2/4] Version bumps --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e7cc87dc..18963d5b 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,7 @@ print-% : ; @echo $* = $($*) ; STANC_DL_RETRY = 5 STANC_DL_DELAY = 10 STANC3_TEST_BIN_URL ?= -STANC3_VERSION ?= v2.35.0 +STANC3_VERSION ?= v2.26.0 ifeq ($(OS),Windows_NT) OS_TAG := windows diff --git a/README.md b/README.md index d1f9d8f1..cfc1f359 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Stan is a probabilistic programming language for coding statistical models. For an introduction to what can be coded in Stan, see the [*Stan User's Guide*](https://mc-stan.org/docs/stan-users-guide/index.html). -BridgeStan is currently shipping with Stan version 2.35.0 +BridgeStan is currently shipping with Stan version 2.36.0 Documentation is available at https://roualdes.github.io/bridgestan/ From 1e68db74b568cdbd0034c981e83390434e12bf5b Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Tue, 10 Dec 2024 10:29:13 -0500 Subject: [PATCH 3/4] Clear cache --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 722a4c33..439bb660 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,7 +8,7 @@ on: workflow_dispatch: {} env: - CACHE_VERSION: 1 + CACHE_VERSION: 2 # only run one copy per PR concurrency: From 2aab913b828e8d39c868d9016557cdcd74e71fe2 Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Tue, 10 Dec 2024 10:31:46 -0500 Subject: [PATCH 4/4] Don't try to use a version from 3 years ago... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18963d5b..a7658e68 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,7 @@ print-% : ; @echo $* = $($*) ; STANC_DL_RETRY = 5 STANC_DL_DELAY = 10 STANC3_TEST_BIN_URL ?= -STANC3_VERSION ?= v2.26.0 +STANC3_VERSION ?= v2.36.0 ifeq ($(OS),Windows_NT) OS_TAG := windows