Please note that the next non-bugfix release of CmdStanPy will be CmdStanPy 2.0 and will remove existing deprecations
New Features
- Add
diagnosemethod toCmdStanModel. by @tillahoffmann in #734 - add timing information for sampler outputs by @mitzimorris in #779
- Add new
create_inits()methods to other stanfit classes by @amas0 in #791
Fixes
- Clean up TQDM usage by @WardBrian in #781
- CmdStan path validation only requires makefile by @WardBrian in #783
- Enable/disable logging helpers by @amas0 in #796
- Implementation of faster MCMC CSV parsing and Stan CSV utilities by @amas0 in #799, #801
- Additional Stan CSV IO updates and refactoring by @amas0 in #806
- Remove Python 3.8 support by @amas0 in #808
- Deprecate metric argument and property, rename to inv_metric by @WardBrian in #804
- Update tests for new cmdstan defaults by @WardBrian in #797
- Stop trying to munge return codes from subprocess by @WardBrian in #809
Documentation
- Fix documentation links by @amas0 in #790
- Add release notes for 1.3.0 by @WardBrian in #813
- Remove defunct read-the-docs script by @WardBrian in #774
New Contributors
Full Changelog: v1.2.5...v1.3.0