Releases: ArnoStrouwen/MixedModelsSmallSample.jl
Releases · ArnoStrouwen/MixedModelsSmallSample.jl
v0.0.5
MixedModelsSmallSample v0.0.5
Breaking changes
- SW method now also works with ML, not only REML, but only for observed FIM
Merged pull requests:
- add sw with ml instead of reml (#78) (@ArnoStrouwen)
- release (#79) (@ArnoStrouwen)
v0.0.4
MixedModelsSmallSample v0.0.4
Breaking changes
- entire API has been overhauled to accommodate factor analytic parameterization, while before we only did the equivalent of unstructured.
Merged pull requests:
- rm copilot (#74) (@ArnoStrouwen)
- Hetero (#75) (@ArnoStrouwen)
- new release (#76) (@ArnoStrouwen)
v0.0.3
MixedModelsSmallSample v0.0.3
Breaking changes
- FIM of variance component now always is the version which profiles out the betas.
For matching R: FIM_σ²=:expected
For matching SAS (default): FIM_σ²=:observed
Merged pull requests:
- Removes the SAS matching FIM option (#69) (@ArnoStrouwen)
- add bioequivalence homogeneous sas reproducer (#70) (@ArnoStrouwen)
- add tests for covariance matrix of variance components and standardize sas scripts (#71) (@ArnoStrouwen)
- finalize homogeneous bioequivalence (#72) (@ArnoStrouwen)
- release (#73) (@ArnoStrouwen)
v0.0.2
MixedModelsSmallSample v0.0.2
Breaking changes
- None
Merged pull requests:
- Add comprehensive GitHub Copilot development instructions (#52) (@Copilot)
- Bump julia-actions/julia-downgrade-compat from 1 to 2 (#55) (@dependabot[bot])
- Bump actions/checkout from 4 to 6 (#57) (@dependabot[bot])
- CompatHelper: bump compat for MixedModels to 5, (keep existing compat) (#58) (@github-actions[bot])
- update CI to julia 1.12 (#60) (@ArnoStrouwen)
- switch to dedicated project file (#61) (@ArnoStrouwen)
- ch dedicated test file (#62) (@ArnoStrouwen)
- CompatHelper: bump compat for JET to 0.11 for package test, (keep existing compat) (#63) (@github-actions[bot])
- reduce test project file (#65) (@ArnoStrouwen)
- Increases test tolerance for downgrade CI. (#66) (@ArnoStrouwen)
- Increments package version to 0.0.2 (#67) (@ArnoStrouwen)
Closed issues:
- ✨Set up Copilot instructions (#51)