Skip to content

Releases: stan-dev/math

v2.9.0

04 Dec 03:11

Choose a tag to compare

v2.9.0 (3 December 2015)

New Features

  • Added container_view (#103)
  • Improved derivative calculation for beta_cdf (#124)
  • Gradients computed for cholesky_decompose (#125)
  • Added functions for sparse matrix multiplication (#159)
  • Changed the unit_vector transformation (#204)

Bug Fixes

  • Check inputs for cholesky_decompose (#48)
  • Fixed documentation for wiener.hpp (#140)

Other

  • Cleaned up couple_ode_system for clarity (#180)
  • Additional forward mode specializations (#16, #17)
  • Removed unused chaintable base class (#183)
  • Updated clang++ compiler options to supress warnings (#197)
  • Fixed some unit tests (#199)
  • Replaced top-level using statements (#207)

v2.8.0

08 Sep 18:05

Choose a tag to compare

v2.8.0 (8 September 2015)

New Features

  • Added standard normal quantile function (#148)
  • Add sparse matrix (csr format) by dense vector multiplication (#127)
  • Faster derivative calculation for cholesky (#125)
  • Fixes for MSVC 2008 and 2010 (#134)

Bug Fixes

  • Fixed unit test for mdivide_right_spd (#153)
  • Reduced compiler warnings for sing comparisons for sign functions (#151)
  • Fixed gitignore for test directory (#149)
  • Better assignment error messages (#146)

v2.7.0

01 Sep 18:37

Choose a tag to compare

Stan Math 2.7.0 (first independent release)

8 July 2015

First release

  • Previously included as part of Stan
  • Release numbering started at release number of Stan
  • All work done up to and including the release of Stan Math 2.7.0
    is documented under the Stan C++ 2.7.0 release notes