Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Stan 2.35 #659

Merged
merged 6 commits into from
Jul 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Update Stan to 2.35.0, bump version
Update Stan to 2.35.0, bump httpstan version.
riddell-stan committed Jul 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ad5f16f7164c13d2f1c55e34f7d4c7ac0c0b9c9c
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@

PYBIND11_VERSION := 2.9.2
RAPIDJSON_VERSION := 1.1.0
STAN_VERSION := 2.34.1
STANC_VERSION := 2.34.0
MATH_VERSION := 4.8.1
STAN_VERSION := 2.35.0
STANC_VERSION := 2.35.0
MATH_VERSION := 4.9.0
# NOTE: boost, eigen, sundials, and tbb versions must match those found in Stan Math
BOOST_VERSION := 1.81.0
BOOST_VERSION := 1.84.0
EIGEN_VERSION := 3.4.0
SUNDIALS_VERSION := 6.1.1
TBB_VERSION := 2020.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "httpstan"
version = "4.12.0"
version = "4.13.0"
description = "HTTP-based interface to Stan, a package for Bayesian inference."
authors = [
"Allen Riddell <[email protected]>",