You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docsrc/changes.rst
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,23 @@ What's New
7
7
8
8
For full changes, see the `Releases page <https://github.com/stan-dev/cmdstanpy/releases>`_ on GitHub.
9
9
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.
0 commit comments