CmdStanPy 1.2.0
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. #679
- [Stan 2.32] Laplace method and other changes. #669
- Add "chain__", "iter__", and "draw__" columns to draws_pd. #677
- Allow multiple dicts in inits, fix multichain. #688
- [Stan 2.33] Move IO munging to external package, refactors. #681
- [Stan 2.33] Add Pathfinder. #686
Fixes and Minor Changes:
- Correctly fetch ppc64el CmdStan. #661
- Add version bounds on standalone GQ for non-HMC . #657
- Fix: escape spaces in call to make. #662
- Accept np.floating and np.integer for arguments. #663
- Only check version URL after determining if it was already installed. #673
- Update documentation on external C++. #675
- Handle tilde
~
in model paths.. #671 - Doc: spelling fixes. #678
- Fix handling of include-paths in compiler options. #689