Skip to content

Commit

Permalink
version bump + NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Dec 9, 2024
1 parent 9250d2b commit e4d0089
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MixedModels"
uuid = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
author = ["Phillip Alday <[email protected]>", "Douglas Bates <[email protected]>", "Jose Bayoan Santiago Calderon <[email protected]>"]
version = "4.27.0"
version = "4.27.1"

[deps]
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"
Expand Down

0 comments on commit e4d0089

Please sign in to comment.