Skip to content

Commit eb071fb

Browse files
committed
NEWS + version bump
1 parent 6a4671f commit eb071fb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
MixedModels v4.28.0 Release Notes
2+
==============================
3+
- `GeneralizedLinearMixedModel` now attempts to fall back to very constrained variance values when the default initial values result in a non positive semidefinite covariance matrix. [#792]
4+
15
MixedModels v4.27.1 Release Notes
26
==============================
37
- `profile` now includes a `finally` block to restore the original model even if an error occurs before profiling is complete [#795]
@@ -579,4 +583,5 @@ Package dependencies
579583
[#783]: https://github.com/JuliaStats/MixedModels.jl/issues/783
580584
[#785]: https://github.com/JuliaStats/MixedModels.jl/issues/785
581585
[#791]: https://github.com/JuliaStats/MixedModels.jl/issues/791
586+
[#792]: https://github.com/JuliaStats/MixedModels.jl/issues/792
582587
[#795]: https://github.com/JuliaStats/MixedModels.jl/issues/795

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MixedModels"
22
uuid = "ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
3-
author = ["Phillip Alday <me@phillipalday.com>", "Douglas Bates <dmbates@gmail.com>", "Jose Bayoan Santiago Calderon <jbs3hp@virginia.edu>"]
4-
version = "4.27.1"
3+
author = ["Phillip Alday <me@phillipalday.com>", "Douglas Bates <dmbates@gmail.com>"]
4+
version = "4.28.0"
55

66
[deps]
77
Arrow = "69666777-d1a9-59fb-9406-91d4454c9d45"

0 commit comments

Comments
 (0)