File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ What's New
77
88For full changes, see the `Releases page <https://github.com/stan-dev/cmdstanpy/releases >`__ on GitHub.
99
10+ CmdStanPy 1.0.8
11+ ---------------
12+
13+ - ``install_cmdstan `` now downloads the correct CmdStan for non-x86 Linux machines.
14+ - Improved reporting of errors during :meth: `~CmdStanModel.compile `.
15+ - Fixed some edge cases in mixing arguments of the :meth: `~CmdStanModel.optimize ` function.
16+ - Fixed how ``NaN `` and infinite numbers were serialized to JSON.
17+ - Removed dependency on ``ujson ``. For now, all JSON serialization is done with the Python standard library.
18+ - Added a ``timeout `` parameter to all model methods which can be used to terminate the CmdStan process after the specified time.
19+ - A model will now properly recompile if one of the `#include `-d files changed since it was last built.
20+
1021CmdStanPy 1.0.7
1122---------------
1223
You can’t perform that action at this time.
0 commit comments