Skip to content

Commit e690490

Browse files
Your Nameriddell-stan
authored andcommitted
feat: Update Stan to 2.39.0, bump version
Update Stan to 2.39.0, bump httpstan version.
1 parent bc3232b commit e690490

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
PYBIND11_VERSION := 2.9.2
1313
RAPIDJSON_VERSION := 1.1.0
14-
STAN_VERSION := 2.38.0
15-
STANC_VERSION := 2.38.0
16-
MATH_VERSION := 5.2.0
14+
STAN_VERSION := 2.39.0
15+
STANC_VERSION := 2.39.0
16+
MATH_VERSION := 5.3.0
1717
# NOTE: boost, eigen, sundials, and tbb versions must match those found in Stan Math
1818
BOOST_VERSION := 1.87.0
1919
EIGEN_VERSION := 3.4.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "httpstan"
3-
version = "4.16.0"
3+
version = "4.17.0"
44
description = "HTTP-based interface to Stan, a package for Bayesian inference."
55
authors = [
66
"Allen Riddell <riddella@indiana.edu>",

0 commit comments

Comments
 (0)