From f18d2be082b8cc37d1b873e3c93aefdbc8a4e30a Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Fri, 8 Sep 2023 23:01:13 +0000 Subject: [PATCH 1/2] fix typo that changes scale --- src/bootstrap.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap.jl b/src/bootstrap.jl index 786036ae8..fffa62c48 100644 --- a/src/bootstrap.jl +++ b/src/bootstrap.jl @@ -180,7 +180,7 @@ families with a dispersion parameter. - `hide_progress` can be used to disable the progress bar. Note that the progress bar is automatically disabled for non-interactive (i.e. logging) contexts. - `optsum_overrides` is used to override values of [OptSummary](@ref) in the models -fit during the bootstrapping process. For example, `optsum_overrides=(;ftol_rel=1e08)` +fit during the bootstrapping process. For example, `optsum_overrides=(;ftol_rel=1e-08)` reduces the convergence criterion, which can greatly speed up the bootstrap fits. Taking advantage of this speed up to increase `n` can often lead to better estimates of coverage intervals. From aefe80ed43786120ade616f59760731bea07e89a Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Fri, 8 Sep 2023 23:02:02 +0000 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b72bb8178..d3731e74c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MixedModels" uuid = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316" author = ["Phillip Alday ", "Douglas Bates ", "Jose Bayoan Santiago Calderon "] -version = "4.21.0" +version = "4.21.1" [deps] Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"