stan-dev / pystan

PyStan, a Python interface to Stan, a platform for statistical modeling. Documentation: https://pystan.readthedocs.io
ISC License
337 stars 58 forks source link

feat: Use Stan 2.33.0 #398

Closed riddell-stan closed 9 months ago

riddell-stan commented 9 months ago

httpstan now at 4.11.0 (Stan 2.33.0).

Pin httpstan to >=4.11,<4.12.

Reminder that in poetry, a tilde version requirement pins the minor version. That is, ~1.2.3 means >=1.2.3,<1.3.0.

riddell-stan commented 9 months ago

Tests need to be updated for the new syntax. @ahartikainen, any interest in tackling this?

riddell-stan commented 9 months ago

Trivial change. Merging without review.