Please note that the next non-bugfix release of CmdStanPy will be CmdStanPy 2.0 and will remove existing deprecations
New Features:
* Allow git:TAG as a version in install_cmdstan. https://github.com/stan-dev/cmdstanpy/pull/679
* [Stan 2.32] Laplace method and other changes. https://github.com/stan-dev/cmdstanpy/pull/669
* Add "chain__", "iter__", and "draw__" columns to draws_pd. https://github.com/stan-dev/cmdstanpy/pull/677
* Allow multiple dicts in inits, fix multichain. https://github.com/stan-dev/cmdstanpy/pull/688
* [Stan 2.33] Move IO munging to external package, refactors. https://github.com/stan-dev/cmdstanpy/pull/681
* [Stan 2.33] Add Pathfinder. 686
Fixes and Minor Changes:
* Correctly fetch ppc64el CmdStan. https://github.com/stan-dev/cmdstanpy/pull/661
* Add version bounds on standalone GQ for non-HMC . https://github.com/stan-dev/cmdstanpy/pull/657
* Fix: escape spaces in call to make. https://github.com/stan-dev/cmdstanpy/pull/662
* Accept np.floating and np.integer for arguments. https://github.com/stan-dev/cmdstanpy/pull/663
* Only check version URL after determining if it was already installed. https://github.com/stan-dev/cmdstanpy/pull/673
* Update documentation on external C++. https://github.com/stan-dev/cmdstanpy/pull/675
* Handle tilde `~` in model paths.. https://github.com/stan-dev/cmdstanpy/pull/671
* Doc: spelling fixes. https://github.com/stan-dev/cmdstanpy/pull/678
* Fix handling of include-paths in compiler options. 689