Skip to content

Commit 869af42

Browse files
committed
Update NEWS.md
1 parent 10e791f commit 869af42

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

NEWS.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# rstanarm v2.32.2
2+
3+
* Update recommendations for responding to convergence warnings by @jgabry in https://github.com/stan-dev/rstanarm/pull/617
4+
* Replace Stan R Packages repo with R-Universe by @andrjohns in https://github.com/stan-dev/rstanarm/pull/624
5+
* Fix mistaken ')' alignment in output test by @MichaelChirico in https://github.com/stan-dev/rstanarm/pull/636
6+
* Default to not computing r_eff for loo by @jgabry in https://github.com/stan-dev/rstanarm/pull/638
7+
* migrate formula machinery from lme4 to reformulas by @bbolker in https://github.com/stan-dev/rstanarm/pull/639
8+
* Fix documentations to address CRAN NOTEs by @yoshidk6 in https://github.com/stan-dev/rstanarm/pull/641
9+
* Use vectorized abs() by @HPCurtis in https://github.com/stan-dev/rstanarm/pull/632
10+
* Use rstantools - Fix Build/Export Errors by @andrjohns in https://github.com/stan-dev/rstanarm/pull/625
11+
12+
# rstanarm v2.32.1
13+
14+
* Avoid error for 1-D unit_vector by @jgabry in https://github.com/stan-dev/rstanarm/pull/606
15+
* Update .set_nreps by @avehtari in https://github.com/stan-dev/rstanarm/pull/612
16+
* Use LTO during compilation
17+
18+
19+
# rstanarm 2.26.1
20+
21+
This release updates rstanarm to use the latest syntax supported by rstan.
22+
23+
* wells dataset wrong variable name by @storopoli in https://github.com/stan-dev/rstanarm/pull/552
24+
* add logo to be displayed in r-universe by @avehtari in https://github.com/stan-dev/rstanarm/pull/569
25+
* Fix CRAN NOTEs and failures by @andrjohns in https://github.com/stan-dev/rstanarm/pull/587
26+
* Implement posterior::as_draws() for rstanarm objects by @jgabry in https://github.com/stan-dev/rstanarm/pull/596
27+
* Array syntax by @bgoodri in https://github.com/stan-dev/rstanarm/pull/597
28+
29+
130
# rstanarm 2.21.3
231

332
### Bug fixes

0 commit comments

Comments
 (0)