Commit 1b1d436b authored by Mitzi Morris's avatar Mitzi Morris
Browse files

Merge branch 'develop' of https://github.com/stan-dev/math into develop

parents 5390f849 0041711f
No related merge requests found
Showing with 23 additions and 0 deletions
+23 -0
Stan Math Library Release Notes
======================================================================
v.2.15.0 (13 April 2017)
======================================================================
New Features
--------------------------------------------------
* Efficient blocking algorithm for gradient of the Cholesky(#384)
* New distribution functions _lpdf / _lpmf / _lcdf / _lccdf to replace _log function (#320)
* Univariate normal distribution on sufficient statistics(#38)
* New to_matrix function for real arrays(real[]) (#467)
* New specialization of stan::math::array_builder for matrix types(#496)
Bug Fixes
--------------------------------------------------
* Fixes to hypergeometric functions(#487)
Other
--------------------------------------------------
* Speedup for categorical_rng(#503)
* Speedup for non-stiff ODE integration(#512)
* Refactor VectorView into scalar_seq_view(#464)
v.2.14.0 (26 December 2016)
======================================================================
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment