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
* coef! method
* use coef! instead of fixef! in bootstrap
* ignore version specific manifests
* slight efficiency tweak
* fixef! with different target eltype for GLMM
* simulate! tweaks
* add test for rank deficient bootstrap
* behavior note
* version bump
* NEWS update
* tweak nightly runner
Copy file name to clipboardExpand all lines: NEWS.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
MixedModels v4.23.0 Release Notes
2
+
==============================
3
+
* Support for rank deficiency in the parametric bootstrap. [#755]
4
+
1
5
MixedModels v4.22.5 Release Notes
2
6
==============================
3
7
* Use `muladd` where possible to enable fused multiply-add (FMA) on architectures with hardware support. FMA will generally improve computational speed and gives more accurate rounding. [#740]
0 commit comments