You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pull out testing into Python script for developers to simplify
makes
libstan dependencies handled properly and regenerate
dependencies, including working around bug in GNU
make 3.8.1 (#1058, #1061, #1062)
Bug Fixes
deal with covariant return structure in functions (allows
data-only variables to alternate with parameter version); involved
adding new traits metaprograms promote_scalar and
promote_scalar_type (#849)
fix arg config printing after random seed generation (#1049)
logical conjunction and disjunction operators short circuit (#593)
clean up parser bug preventing variables starting with reserved
names (#866)
fma() function calls underlying platform fma (#667)
remove upper bound on number of function arguments (#867)
cleaned up code to remove compiler warnings (#1034)
share likely() and unlikely() macros to avoid redundancy warnings (#1002)
complete review of function library for NaN behavior and consistency
of calls for double and autodiff values, with extensive
documentation and extensive new unit tests for this and other,
ehances NaN testing in built-in test functions (several dozen issues
in the #800 to #902 range)
fixing Eigen assert bugs with NO_DEBUG in tests (#904)
fix to makefile to allow builds in g++ 4.4 (thanks to Ewan Dunbar)
fix precedence of exponentiation in language (#835)
allow size zero inputs in data and initialization (#683)
Documentation
new chapter on differential equation solver
new sections on default priors for regression coefficients and
scales, including hierarchical and multivariate based on
full Cholesky parameterization
new part on algorithms, which chapters on HMC/NUTS, optimization,
and diagnostics
new chapter on models with latent discrete parameters
using latexmk through make for LaTeX compilation
changed page numbers to beg contiguous throughout so page numbers
match PDF viewer page number
all user-supplied corrections applied from next-manual issue
section on identifiability with priors, including discussion of K-1
parameterization of softmax and IRT
new section on convergence monitoring
extensive corrections from Andrew Gelman on regression models
and notation
added discussion of hurdle model in zero inflation section
update built-in function doc to clarify several behaviors (#1025)