From 9f9879a9f607dff94a31515df61fbac6b959cc1b Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Tue, 28 Jul 2026 20:00:50 +0000 Subject: [PATCH 1/3] feat: Update Stan to 2.37.0, bump version Update Stan to 2.37.0, bump httpstan version. --- Makefile | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 5164a5549..15d6f78c0 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,11 @@ PYBIND11_VERSION := 2.9.2 RAPIDJSON_VERSION := 1.1.0 -STAN_VERSION := 2.36.0 -STANC_VERSION := 2.36.0 -MATH_VERSION := 5.0.0 +STAN_VERSION := 2.37.0 +STANC_VERSION := 2.37.0 +MATH_VERSION := 5.1.0 # NOTE: boost, eigen, sundials, and tbb versions must match those found in Stan Math -BOOST_VERSION := 1.84.0 +BOOST_VERSION := 1.87.0 EIGEN_VERSION := 3.4.0 SUNDIALS_VERSION := 6.1.1 TBB_VERSION := 2020.3 diff --git a/pyproject.toml b/pyproject.toml index aa3eba994..6aeb31734 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httpstan" -version = "4.14.0" +version = "4.15.0" description = "HTTP-based interface to Stan, a package for Bayesian inference." authors = [ "Allen Riddell ", From bc3232bafd0c8d18a410fb3bf18a5345c34a0ca5 Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Wed, 29 Jul 2026 00:14:23 +0000 Subject: [PATCH 2/3] feat: Update Stan to 2.38.0, bump version Update Stan to 2.38.0, bump httpstan version. --- Makefile | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 15d6f78c0..59046044d 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ PYBIND11_VERSION := 2.9.2 RAPIDJSON_VERSION := 1.1.0 -STAN_VERSION := 2.37.0 -STANC_VERSION := 2.37.0 -MATH_VERSION := 5.1.0 +STAN_VERSION := 2.38.0 +STANC_VERSION := 2.38.0 +MATH_VERSION := 5.2.0 # NOTE: boost, eigen, sundials, and tbb versions must match those found in Stan Math BOOST_VERSION := 1.87.0 EIGEN_VERSION := 3.4.0 diff --git a/pyproject.toml b/pyproject.toml index 6aeb31734..6c75c549a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httpstan" -version = "4.15.0" +version = "4.16.0" description = "HTTP-based interface to Stan, a package for Bayesian inference." authors = [ "Allen Riddell ", From e690490abf6d5b777514597bf7dc19e362d35fee Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 28 Jul 2026 20:50:37 -0400 Subject: [PATCH 3/3] feat: Update Stan to 2.39.0, bump version Update Stan to 2.39.0, bump httpstan version. --- Makefile | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 59046044d..9c5d5b4a9 100644 --- a/Makefile +++ b/Makefile @@ -11,9 +11,9 @@ PYBIND11_VERSION := 2.9.2 RAPIDJSON_VERSION := 1.1.0 -STAN_VERSION := 2.38.0 -STANC_VERSION := 2.38.0 -MATH_VERSION := 5.2.0 +STAN_VERSION := 2.39.0 +STANC_VERSION := 2.39.0 +MATH_VERSION := 5.3.0 # NOTE: boost, eigen, sundials, and tbb versions must match those found in Stan Math BOOST_VERSION := 1.87.0 EIGEN_VERSION := 3.4.0 diff --git a/pyproject.toml b/pyproject.toml index 6c75c549a..81588b74e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httpstan" -version = "4.16.0" +version = "4.17.0" description = "HTTP-based interface to Stan, a package for Bayesian inference." authors = [ "Allen Riddell ",