Skip to content

CmdStanPy 1.0.8

Compare
Choose a tag to compare
@WardBrian WardBrian released this 25 Oct 14:05
· 263 commits to develop since this release

CmdStanPy 1.0.8

  • install_cmdstan now downloads the correct CmdStan for non-x86 Linux machines (#616).
  • Improved reporting of errors during compile() (#620).
  • Fixed some edge cases in mixing arguments of the optimize() function (#619).
  • Fixed how NaN and infinite numbers were serialized to JSON (#623).
  • 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 (#621).
  • A model will now properly recompile if one of the #include-d files changed since it was last built (#627).