v2.26.0 (26 January 2021)
serban-nicusor-toptal
released this
26 Jan 13:46
·
1758 commits
to develop
since this release
- Improved performance for assigning to slices of matrices and vectors and vector-style indexing (#2962, #2964, #2965, #2973).
- Improved error messages on range checks. (#2978)
- Allowed Stan CSV files to have first column be any Stan variable name, not just "lp__".
- Removed .eval() in rvalue() where applicable. (#2974)
- Allowed reader to accept Eigen vector and use Eigen Map to access inputs. (#2955)
- Allowed functions in reader to output a
var_value<Eigen::Matrix<T, R, C>>
. - Added assignment to
var_value<Eigen::Matrix<T, R, C>>
. - Added rvalue overloads for
var_value<Eigen::Matrix<T, R, C>>
.
Documentation
HTML