From e4d00891651d73331bde5e35a7cf0f0c8f2ab28f Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Mon, 9 Dec 2024 14:23:37 -0600 Subject: [PATCH] version bump + NEWS --- NEWS.md | 5 +++++ Project.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 5fc9f88f7..647d85eb5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +MixedModels v4.27.1 Release Notes +============================== +- `profile` now includes a `finally` block to restore the original model even if an error occurs before profiling is complete [#795] + MixedModels v4.27.0 Release Notes ============================== - `saveoptsum` and `restoreoptsum!` now support `GeneralizedLinearMixedModel`s [#791] @@ -575,3 +579,4 @@ Package dependencies [#783]: https://github.com/JuliaStats/MixedModels.jl/issues/783 [#785]: https://github.com/JuliaStats/MixedModels.jl/issues/785 [#791]: https://github.com/JuliaStats/MixedModels.jl/issues/791 +[#795]: https://github.com/JuliaStats/MixedModels.jl/issues/795 diff --git a/Project.toml b/Project.toml index 42348b1eb..7c2c65bc5 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.27.0" +version = "4.27.1" [deps] Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"