Skip to content

Commit

Permalink
fix: Update Stan to 2.26.1, bump version
Browse files Browse the repository at this point in the history
Update Stan to 2.26.1.
  • Loading branch information
riddell-stan committed Feb 15, 2021
1 parent cc7f79a commit a4268ac
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@

PYBIND11_VERSION := 2.6.2
RAPIDJSON_VERSION := 1.1.0
STAN_VERSION := 2.26.0
STANC_VERSION := 2.26.0
MATH_VERSION := 4.0.0
BOOST_VERSION := 1.72.0
STAN_VERSION := 2.26.1
STANC_VERSION := 2.26.1
MATH_VERSION := 4.0.1
BOOST_VERSION := 1.75.0
EIGEN_VERSION := 3.3.9
SUNDIALS_VERSION := 5.6.1
TBB_VERSION := 2019_U8

PYBIND11_ARCHIVE := build/archives/pybind11-$(PYBIND11_VERSION).tar.gz
RAPIDJSON_ARCHIVE := build/archives/rapidjson-$(RAPIDJSON_VERSION).tar.gz

Expand Down
2 changes: 1 addition & 1 deletion httpstan/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ async def build_services_extension_module(program_code: str, extra_compile_args:
model_directory_path.as_posix(),
os.path.join(httpstan_dir, "include"),
os.path.join(httpstan_dir, "include", "lib", "eigen_3.3.9"),
os.path.join(httpstan_dir, "include", "lib", "boost_1.72.0"),
os.path.join(httpstan_dir, "include", "lib", "boost_1.75.0"),
os.path.join(httpstan_dir, "include", "lib", "sundials_5.6.1", "include"),
os.path.join(httpstan_dir, "include", "lib", "tbb_2019_U8", "include"),
]
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.3.0"
version = "4.3.1"
description = "HTTP-based interface to Stan, a package for Bayesian inference."
authors = [
"Allen Riddell <riddella@indiana.edu>",
Expand Down

0 comments on commit a4268ac

Please sign in to comment.