Skip to content

Commit 43f01a9

Browse files
authored
Add changelog for 1.0.8 (#626)
* Add changelog for 1.0.8 * Add #include recompilation change
1 parent 4d99ecc commit 43f01a9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docsrc/changes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ 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.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+
1021
CmdStanPy 1.0.7
1122
---------------
1223

0 commit comments

Comments
 (0)