stan-dev / pystan

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

Where is label 2.19.1.1? #390

Closed KathyGCY closed 1 year ago

KathyGCY commented 1 year ago

Describe the bug

I use orbit package and that pinned pystan to 2.19.1.1 in this requirement file here

Describe your system

-python 3.10

bob-carpenter commented 1 year ago

Assuming this is just asking where to get 2.19.1.1, see https://pypi.org/project/pystan/#history

ahartikainen commented 1 year ago

Hi, the source for pystan 2.x can be found in https://github.com/stan-dev/pystan2

ahartikainen commented 1 year ago

Also, latest orbit uses cmdstanpy, so have you considered updating your orbit version?

https://pypi.org/project/orbit-ml/

pip install orbit-ml -U