stan-dev / cmdstanpy

CmdStanPy is a lightweight interface to Stan for Python users which provides the necessary objects and functions to compile a Stan program and fit the model to data using CmdStan.
BSD 3-Clause "New" or "Revised" License
149 stars 67 forks source link

Release 1.2.1 #724

Closed WardBrian closed 5 months ago

WardBrian commented 5 months ago

I think it would be a good idea to do a minor version release soon.

Here are the changes: https://github.com/stan-dev/cmdstanpy/compare/v1.2.0...develop

Following this, we can proceed with plans for a 2.0

@mitzimorris

mitzimorris commented 5 months ago

yes please, let's do this!

WardBrian commented 5 months ago

It took a few tries due to some Sphinx issues, but 1.2.1 is now available on pypi and the docs at https://mc-stan.org/cmdstanpy/

ReadTheDocs should come shortly