Skip to content

Commit

Permalink
feat: Update Stan to 2.32.0, bump version
Browse files Browse the repository at this point in the history
Update Stan to 2.32.0.
  • Loading branch information
riddella authored and ahartikainen committed Apr 22, 2023
1 parent 2f6845d commit 486e122
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -11,12 +11,12 @@

PYBIND11_VERSION := 2.9.2
RAPIDJSON_VERSION := 1.1.0
STAN_VERSION := 2.31.0
STANC_VERSION := 2.31.0
MATH_VERSION := 4.5.0
STAN_VERSION := 2.32.0
STANC_VERSION := 2.32.0
MATH_VERSION := 4.6.0
# NOTE: boost, eigen, sundials, and tbb versions must match those found in Stan Math
BOOST_VERSION := 1.78.0
EIGEN_VERSION := 3.3.9
EIGEN_VERSION := 3.4.0
SUNDIALS_VERSION := 6.1.1
TBB_VERSION := 2020.3
PYBIND11_ARCHIVE := build/archives/pybind11-$(PYBIND11_VERSION).tar.gz
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "httpstan"
version = "4.9.1"
version = "4.10.0"
description = "HTTP-based interface to Stan, a package for Bayesian inference."
authors = [
"Allen Riddell <riddella@indiana.edu>",
Expand Down

0 comments on commit 486e122

Please sign in to comment.