Skip to content

Commit 560b129

Browse files
authored
Merge pull request #813 from stan-dev/release-notes-130
Add release notes for 1.3.0
2 parents 0b6b707 + db55e07 commit 560b129

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docsrc/changes.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ What's New
77

88
For full changes, see the `Releases page <https://github.com/stan-dev/cmdstanpy/releases>`_ on GitHub.
99

10+
CmdStanPy 1.3.0
11+
---------------
12+
13+
- Added :meth:`~CmdStanModel.diagnose` method to :class:`CmdStanModel`
14+
- Added timing information to :class:`CmdStanMCMC`
15+
- Added :func:`~cmdstanpy.enable_logging` and :func:`~cmdstanpy.disable_logging` functions
16+
- CSV parsing has been rewritten to be faster
17+
- CmdStan path validation only requires ``makefile`` present
18+
- Added ``create_inits()`` methods to other fit classes, similar to the existing method in :class:`CmdStanPathfinder`
19+
- Cleaned up TQDM usage
20+
- Removed support for Python 3.8
21+
- Deprecated supplying an initial ``metric`` argument to :meth:`~CmdStanModel.sample` and the ``metric`` property on :class:`CmdStanMCMC`. Both have been renamed to ``inv_metric``
22+
- Improved compability with Stan 2.37
23+
- Return codes from failing subprocess are now reported unchanged
24+
25+
Reminder: We anticipate the next release of CmdStanPy will be version 2.0, which will remove all existing deprecations.
26+
1027
CmdStanPy 1.2.5
1128
---------------
1229

0 commit comments

Comments
 (0)