Skip to content

Commit

Permalink
Add changelog for 1.0.8 (#626)
Browse files Browse the repository at this point in the history
* Add changelog for 1.0.8

* Add #include recompilation change
  • Loading branch information
WardBrian authored Oct 25, 2022
1 parent 4d99ecc commit 43f01a9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docsrc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ What's New

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

CmdStanPy 1.0.8
---------------

- ``install_cmdstan`` now downloads the correct CmdStan for non-x86 Linux machines.
- Improved reporting of errors during :meth:`~CmdStanModel.compile`.
- Fixed some edge cases in mixing arguments of the :meth:`~CmdStanModel.optimize` function.
- Fixed how ``NaN`` and infinite numbers were serialized to JSON.
- Removed dependency on ``ujson``. For now, all JSON serialization is done with the Python standard library.
- Added a ``timeout`` parameter to all model methods which can be used to terminate the CmdStan process after the specified time.
- A model will now properly recompile if one of the `#include`-d files changed since it was last built.

CmdStanPy 1.0.7
---------------

Expand Down

0 comments on commit 43f01a9

Please sign in to comment.