- Added Pathfinder and Multi-pathfinder to the service APIs. (#3123, #3205)
- Added the
unconstrain_array
method to the model base class as the inverse ofwrite_array
. (#3179, #3211) - Support Tuple indices in Stan CSV Header Reader. (#3190)
- Add callback writer to output JSON data for diagnostics. (#3191, #3202)
- Replace use of
boost::lexical_cast
withstd::strol
, etc, and remove spurious header includes. (#3206) - Fixed several typos in documentation. (#3210)
- Added multi chain service functions for hmc nuts for adapatation and nonadaption for the unit e, diag, and dense metrics. (#3212)
- Made the service functions consistently catch exceptions and favor return codes. (#3214)
- Added a hard copy of the event vector for OpenCL before making a copy to go from a tbb concurrent vector to a standard vector. (#3217)
- Added missing size checks to vectors of Eigen types. (#3218)
- Remove deprecated syntax from remaining tests. (#3220)
Documentation
HTML