Wed April 19 2017 (2.15.1)
1. Bug fixes
  * Only changes are to allow tests to pass on CRAN

Wed April 12 2017 (2.14.2)
1. Bug fixes
  * Fix for intercept with identity or square root link functions for the auxiliary parameter
    of a beta regression
  * Fix for special case where only the intercepts vary by group and a non-default prior is
    specified for their standard deviation
  * Fix for off-by-one error in some lme4-style models with multiple grouping terms
  
2. New features
  * Support for loo_linpred, loo_pit, loo_predict, and loo_predictive_interval from the loo
    package
  * Support for many more plotfuns in pp_check that are implemented in the bayesplot package
  * Option to compute latent residuals in stan_polr (Thanks to Nate Sanders)
  * The pairs plot now uses the ggplot2 package

Mon January 16 2017 (2.14.1)
1. Bug fixes
  * VarCorr() could return duplicates in cases where a stan_{g}lmer model used grouping
    factors with spaces
  * The pairs() function now works with group-specific parameters
  * The stan_gamm4() function works better now
  * Fix a problem with factor levels after estimating a model via stan_lm
2. New features
  * New model-fitting function(s) stan_betareg{.fit} that uses the same likelihoods as
    those supported by the betareg function in the betareg package
  * New choices for priors on coefficients: laplace, lasso, product_normal
  * The hs and hs_plus priors now have new global_df and global_scale arguments
  * stan_{g}lmer models that only have group-specific intercept shifts are considerably
    faster now
  * Models with Student t priors and low degrees of freedom (that are not 1, 2, or
    4) may work better now due to Cornish-Fisher transformations
  * Many functions for priors have gained an autoscale argument that defaults to 
    true and indicates that rstanarm should make internal changes to the prior
    based on the scales of the variables
  * The new compare_models function does more extensive checking that the models 
    being compared are compatible 
3. Deprecated arguments
  * The prior_ops argument to various model fitting functions is deprecated and 
    replaced by a the prior_aux argument for the prior on the auxiliary parameter of
    various GLM-like models

Sun November 20 2016 (2.13.1)
1. Bug fixes
  * Fix bug in reloo() if data was not specified
  * Fix bug in pp_validate() that was only introduced on GitHub
2. New features
  * Uses the new bayesplot and rstantools R packages
  * The new prior_summary() function can be used to figure out what priors were actually used
  * stan_gamm4() is better implemented, can be followed by plot_nonlinear(), 
    posterior_predict (with newdata), etc.
  * Hyperparameters (i.e. covariance matrices in general) for lme4 style models are now
    returned by as.matrix()
  * pp_validate() can now be used if optimization or variational Bayesian inference was
    used to estimate the original model

Fri September 9 2016 (2.12.1)
1. Bug fixes
  * Fix for bad bug in posterior_predict() when factor labels have spaces in lme4-style models
  * Fix when weights are used in Poisson models

2. New features
  * posterior_linpred() gains an XZ argument to output the design matrix

Fri July 29 2016 (2.11.1)
1. Bug fixes
  * Requiring manually specifying offsets when model has an offset and newdata is not NULL
2. New features
  * stan_biglm function that somewhat supports biglm::biglm
  * as.array method for stanreg objects

Fri June 24 2016 (2.10.1)
1. Bug fixes
  * Works with devtools now
2. New features
  * k_threshold argument to loo() and kfold() for enhanced model comparison
  * Ability to use sparse X matrices (slowly) for many models

Tue May 24 2016 (2.9.0-4)
1. Serious bug fixes
  * posterior_predict with newdata was wrong for ordinal models
  * stan_lm() was wrong if there was no intercept
  * stan_glmer.fit() would permit models with duplicative group-specific terms but these
    are usually a mistake on the user's part
2. Bug fixes
  * posterior_predict with lme4-style models would fail if there were spaces or colons 
    in the levels of the grouping variables
  * posterior_predict with ordinal models would output an integer matrix instead of a
    character matrix
3. New features
  * pp_validate() function based on the BayesValidate package by Sam Cook
  * posterior_vs_prior() function to visualize the effect of conditioning on the data
  * Works (again) with R versions back to 3.0.2 (untested though)

Sat Feb 13 2016 (2.9.0-3)
1. Serious bug fixes
  * Fix problem with models that had group-specific coefficients, which were mislabled.
    Although the parameters were estimated correctly, users of previous versions of
    rstanarm should run such models again to obtain correct summaries and posterior
    predictions. Thanks to someone named Luke for pointing this problem out on stan-users.
2. Bug fixes
  * Vignettes now view correctly on the CRAN webiste thanks to Yihui Xie
  * Fix problem with models without intercepts thanks to Paul-Christian Buerkner
  * Fix problem with specifying binomial 'size' for posterior_predict using newdata
  * Fix problem with lme4-style formulas that use the same grouping factor multiple times
  * Fix conclusion in rstanarm vignette thanks to someone named Michael
3. Features
  * Group-specific design matrices are kept sparse throughout to reduce memory consumption
  * The log_lik() function now has a newdata argument
  * New vignette on hierarchical partial pooling
  

Sat Jan 09 2016 (2.9.0-1)
  Initial CRAN release

