From 1efaa0e31fdcf8c8fcf1313d567a892f1df13e5e Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Wed, 24 Jan 2024 16:27:54 -0500 Subject: [PATCH] feat: Update Stan to 2.34.1, bump version Update Stan to 2.34.1, bump httpstan version. --- Makefile | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 74d5e6895..ee0ce0cfb 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,11 @@ PYBIND11_VERSION := 2.9.2 RAPIDJSON_VERSION := 1.1.0 -STAN_VERSION := 2.33.0 -STANC_VERSION := 2.33.1 -MATH_VERSION := 4.7.0 +STAN_VERSION := 2.34.1 +STANC_VERSION := 2.34.0 +MATH_VERSION := 4.8.1 # NOTE: boost, eigen, sundials, and tbb versions must match those found in Stan Math -BOOST_VERSION := 1.78.0 +BOOST_VERSION := 1.81.0 EIGEN_VERSION := 3.4.0 SUNDIALS_VERSION := 6.1.1 TBB_VERSION := 2020.3 diff --git a/pyproject.toml b/pyproject.toml index a7df6376d..039950822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httpstan" -version = "4.11.0" +version = "4.12.0" description = "HTTP-based interface to Stan, a package for Bayesian inference." authors = [ "Allen Riddell ",