Skip to content

Commit

Permalink
feat: Update Stan to 2.33.0, bump version
Browse files Browse the repository at this point in the history
Update Stan to 2.33.0, bump httpstan version.
  • Loading branch information
riddell-stan committed Sep 15, 2023
1 parent b06bcbf commit 54df4be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

PYBIND11_VERSION := 2.9.2
RAPIDJSON_VERSION := 1.1.0
STAN_VERSION := 2.32.2
STANC_VERSION := 2.32.2
MATH_VERSION := 4.6.2
STAN_VERSION := 2.33.0
STANC_VERSION := 2.33.1
MATH_VERSION := 4.7.0
# NOTE: boost, eigen, sundials, and tbb versions must match those found in Stan Math
BOOST_VERSION := 1.78.0
EIGEN_VERSION := 3.4.0
Expand Down
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.10.1"
version = "4.11.0"
description = "HTTP-based interface to Stan, a package for Bayesian inference."
authors = [
"Allen Riddell <[email protected]>",
Expand Down

0 comments on commit 54df4be

Please sign in to comment.