Releases: JuliaStats/MixedModels.jl
Releases · JuliaStats/MixedModels.jl
v1.1.7
v1.1.7 (2019-06-25)
Closed issues:
- Docs partially not rendering in "details of the parameter estimation" (#171)
- Error when estimating discrete time hazard model (#170)
Merged pull requests:
- Two small doc fixes (#178) (andreasnoack)
- Use Project.toml and some fixes (#177) (andreasnoack)
- Add missing ```math line in optimization docs (#173) (nalimilan)
Changes in BlockArrays
- upper bound the version of
BlockArrays
Avoid fallback to generic_matmul
-
Reweighting a
VectorFactorReTermwas very slow because of a fallback togeneric_matmulfor aDiagonalas the last argument tomul!. Rewrite as acopyto!followed byrmul!. -
Avoid using
@showfor verbose output in `pirls!
Revise the argument order in mulαβ! (Yue Xiao)
One of the methods for mulαβ! did not get the argument order change when the others did, as pointed out by Yue Xiao.
REML estimation criterion
- Add REML estimation criterion for
LinearMixedModelthrough optional argument tofit! - Update docs
Add some missing mulαβ! methods
- Add missing methods detected in #152 and #153
- Documentation cleanup from @Nosferican
Add some missing mul! methods
- Add some missing methods for
mul! - Fix
.travis.ymlre code coverage and documentation - Adapt to
Documenterv0.20 - Add progress meter for bootstrap
- Reorder arguments in
mul!andrankUpdate!methods (modified arg should come first)
Replace extractor methods with properties for getproperty
Some of the extractor functions, such as getθ, can, in Julia 1.0.0 and later, be replaced by getproperty methods, as in m.θ.
Release for Julia v1.0.0
One more change for the docs
Last Julia v0.6 release
- Last release to support Julia v0.6
- Add
Codecov.iosupport - Separate
refsandlevsinReTermstructs and define refs without a possible permutation