Skip to content

Releases: JuliaStats/MixedModels.jl

v1.1.7

25 Jun 18:40
v1.1.7

Choose a tag to compare

v1.1.7 (2019-06-25)

Diff since v1.1.6

Closed issues:

  • Docs partially not rendering in "details of the parameter estimation" (#171)
  • Error when estimating discrete time hazard model (#170)

Merged pull requests:

Changes in BlockArrays

22 Mar 17:46

Choose a tag to compare

  • upper bound the version of BlockArrays

Avoid fallback to generic_matmul

13 Mar 18:15

Choose a tag to compare

  • Reweighting a VectorFactorReTerm was very slow because of a fallback to generic_matmul for a Diagonal as the last argument to mul!. Rewrite as a copyto! followed by rmul!.

  • Avoid using @show for verbose output in `pirls!

Revise the argument order in mulαβ! (Yue Xiao)

25 Feb 21:40
8f9f3c8

Choose a tag to compare

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

09 Feb 16:42
17f6eee

Choose a tag to compare

  • Add REML estimation criterion for LinearMixedModel through optional argument to fit!
  • Update docs

Add some missing mulαβ! methods

09 Jan 20:55

Choose a tag to compare

Add some missing mul! methods

07 Nov 22:01

Choose a tag to compare

  • Add some missing methods for mul!
  • Fix .travis.yml re code coverage and documentation
  • Adapt to Documenter v0.20
  • Add progress meter for bootstrap
  • Reorder arguments in mul! and rankUpdate! methods (modified arg should come first)

Replace extractor methods with properties for getproperty

02 Oct 15:01

Choose a tag to compare

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

11 Sep 21:40

Choose a tag to compare

One more change for the docs

Last Julia v0.6 release

06 Sep 14:55
a0182fa

Choose a tag to compare

  • Last release to support Julia v0.6
  • Add Codecov.io support
  • Separate refs and levs in ReTerm structs and define refs without a possible permutation