File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ MixedModels v4.30.2 Release Notes
2
+ ==============================
3
+ - Added aliases ` settheta! ` and ` profilesigma ` for the functions ` setθ! ` and ` profileσ ` respectively
4
+
1
5
MixedModels v4.30.0 Release Notes
2
6
==============================
3
7
- Refactor calls to backend optimizer to make it easier to add and use different optimization backends.
Original file line number Diff line number Diff line change 1
1
name = " MixedModels"
2
2
uuid = " ff71e718-51f3-5ec2-a782-8ffcbfa3c316"
3
3
author = [" Phillip Alday <me@phillipalday.com>" , " Douglas Bates <dmbates@gmail.com>" ]
4
- version = " 4.30.1 "
4
+ version = " 4.30.2 "
5
5
6
6
[deps ]
7
7
Arrow = " 69666777-d1a9-59fb-9406-91d4454c9d45"
Original file line number Diff line number Diff line change @@ -16,3 +16,8 @@ using MixedModels: dataset
16
16
@test_throws MixedModels. _MISSING_RE_ERROR MixedModel (@formula (yield ~ 0 + batch), dyestuff, Poisson ())
17
17
@test_throws MixedModels. _MISSING_RE_ERROR MixedModel (@formula (yield ~ 1 ), dyestuff, Poisson ())
18
18
end
19
+
20
+ @testset " non-unicode function aliases for exports" begin
21
+ @test settheta! === setθ!
22
+ @test profilesigma === profileσ
23
+ end
You can’t perform that action at this time.
0 commit comments