From 302d5b098cd5d0f2b5a90cc4d2b5cdf17efa583e Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Tue, 28 Jul 2026 20:03:02 -0400 Subject: [PATCH 1/4] feat: Use Stan 2.36.0 httpstan now at 4.14.0 (Stan 2.36.0). --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 28c9cba..f6161d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pystan" -version = "3.10.1" +version = "3.11.0" description = "Python interface to Stan, a package for Bayesian inference" authors = [ "Allen Riddell ", @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.12" aiohttp = "^3.6" -httpstan = "~4.13" +httpstan = "~4.14" pysimdjson = ">=5.0.2" numpy = ">=1.19" clikit = "^0.6" From 4371ecf0473b0d5b603579bd43a4cac9554e976b Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Tue, 28 Jul 2026 20:03:02 -0400 Subject: [PATCH 2/4] feat: Use Stan 2.37.0 httpstan now at 4.15.0 (Stan 2.37.0). --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f6161d7..189d00f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pystan" -version = "3.11.0" +version = "3.12.0" description = "Python interface to Stan, a package for Bayesian inference" authors = [ "Allen Riddell ", @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.12" aiohttp = "^3.6" -httpstan = "~4.14" +httpstan = "~4.15" pysimdjson = ">=5.0.2" numpy = ">=1.19" clikit = "^0.6" From 81e12a8c87caf4ef11c4a440f0caceded92e6f93 Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Tue, 28 Jul 2026 20:15:44 -0400 Subject: [PATCH 3/4] feat: Use Stan 2.38.0 httpstan now at 4.16.0 (Stan 2.38.0). --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 189d00f..14193f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pystan" -version = "3.12.0" +version = "3.13.0" description = "Python interface to Stan, a package for Bayesian inference" authors = [ "Allen Riddell ", @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.12" aiohttp = "^3.6" -httpstan = "~4.15" +httpstan = "~4.16" pysimdjson = ">=5.0.2" numpy = ">=1.19" clikit = "^0.6" From 5cd19756a9a5ea463e175833bc5341313ff102c2 Mon Sep 17 00:00:00 2001 From: "A. Riddell" Date: Thu, 30 Jul 2026 14:15:12 -0400 Subject: [PATCH 4/4] feat: Use Stan 2.39.0 httpstan now at 4.17.0 (Stan 2.39.0). --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14193f6..b08c36e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pystan" -version = "3.13.0" +version = "3.14.0" description = "Python interface to Stan, a package for Bayesian inference" authors = [ "Allen Riddell ", @@ -24,7 +24,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.12" aiohttp = "^3.6" -httpstan = "~4.16" +httpstan = "~4.17" pysimdjson = ">=5.0.2" numpy = ">=1.19" clikit = "^0.6"