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.31.0 #378

Closed riddell-stan closed 1 year ago

riddell-stan commented 1 year ago

httpstan now at 4.9.0 (Stan 2.31.0)

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