Skip to content

Releases: JuliaStats/MixedModels.jl

v4.23.0

19 Mar 21:51
0a873b0
Compare
Choose a tag to compare

MixedModels v4.23.0

NEWS file.
Diff since v4.22.5

NB: Closed issues and pull requests are sorted temporally and so may
include backports to other versions or work in the development branch for
an upcoming breaking release. Please see the NEWS file
for changes sorted by release.

Closed issues:

  • Error on parametricbootstrap for rank deficient models (#754)

Merged pull requests:

v4.22.5

05 Mar 19:58
510dcc3
Compare
Choose a tag to compare

MixedModels v4.22.5

NEWS file.
Diff since v4.22.4

NB: Closed issues and pull requests are sorted temporally and so may
include backports to other versions or work in the development branch for
an upcoming breaking release. Please see the NEWS file
for changes sorted by release.

Closed issues:

  • Change hide_progress in parametricbootstrap to progress and use ProgressMeter (#627)
  • Use ExplicitImports.jl to change imports (#747)

Merged pull requests:

  • Replace broadcasted lambda with explicit loop (#738) (@palday)
  • use FMA where possible in fitting (#740) (@palday)

v4.22.4

04 Mar 16:08
ee5f2cf
Compare
Choose a tag to compare

MixedModels v4.22.4

NEWS file.
Diff since v4.22.3

NB: Closed issues and pull requests are sorted temporally and so may
include backports to other versions or work in the development branch for
an upcoming breaking release. Please see the NEWS file
for changes sorted by release.

Merged pull requests:

  • nest log and throws tests (1.11-nightly compat) (#735) (@palday)
  • Two Typos (#737) (@likanzhan)
  • A test using a deep copy of a model should reset the initial parameter values. (#744) (@dmbates)
  • Switch to explicit imports of names from packages (#748) (@dmbates)

v4.22.3

05 Dec 21:27
4c98ad4
Compare
Choose a tag to compare

MixedModels v4.22.3

NEWS file.
Diff since v4.22.2

NB: Closed issues and pull requests are sorted temporally and so may
include backports to other versions or work in the development branch for
an upcoming breaking release. Please see the NEWS file
for changes sorted by release.

Closed issues:

  • parametric vs non-parametric bootstrap? (#724)
  • save also formula with saveoptsum() (#725)

Merged pull requests:

v4.22.2

03 Nov 16:45
7a11248
Compare
Choose a tag to compare

MixedModels v4.22.2

NEWS file.
Diff since v4.22.1

NB: Closed issues and pull requests are sorted temporally and so may
include backports to other versions or work in the development branch for
an upcoming breaking release. Please see the NEWS file
for changes sorted by release.

Closed issues:

  • Parametric bootstrapping for hypothesis testing (#716)

Merged pull requests:

v4.22.1

18 Sep 20:42
1086e75
Compare
Choose a tag to compare

MixedModels v4.22.1

NEWS file.
Diff since v4.22.0

NB: Closed issues and pull requests are sorted temporally and so may
include backports to other versions or work in the development branch for
an upcoming breaking release. Please see the NEWS file
for changes sorted by release.

Closed issues:

  • Warning: ProgressUnknown(desc::AbstractString; kwargs...)is deprecated, useProgressUnknown(; desc = desc, kwargs...) instead. (#719)

Merged pull requests:

v4.22.0

12 Sep 08:35
37b8d38
Compare
Choose a tag to compare

MixedModels v4.22.0

NEWS file.
Diff since v4.21.1

NB: Closed issues and pull requests are sorted temporally and so may
include backports to other versions or work in the development branch for
an upcoming breaking release. Please see the NEWS file
for changes sorted by release.

Merged pull requests:

  • show method for bootstrap, profile; equal tail confint (#715) (@palday)
  • deprecate hide_progress (#717) (@palday)

v4.21.1

08 Sep 23:38
f8e3203
Compare
Choose a tag to compare

MixedModels v4.21.1

NEWS file.
Diff since v4.21.0

NB: Closed issues and pull requests are sorted temporally and so may
include backports to other versions or work in the development branch for
an upcoming breaking release. Please see the NEWS file
for changes sorted by release.

Closed issues:

  • The ftol_rel should be a small number, not a large number, right? (#713)

Merged pull requests:

v4.21.0

01 Sep 16:16
9ee4a0a
Compare
Choose a tag to compare

MixedModels v4.21.0

NEWS file.
Diff since v4.20.0

NB: Closed issues and pull requests are sorted temporally and so may
include backports to other versions or work in the development branch for
an upcoming breaking release. Please see the NEWS file
for changes sorted by release.

Merged pull requests:

  • auto apply Grouping() to grouping variables (#652) (@palday)

v4.20.0

29 Aug 20:46
d2a05aa
Compare
Choose a tag to compare

MixedModels v4.20.0

NEWS file.
Diff since v4.19.0

NB: Closed issues and pull requests are sorted temporally and so may
include backports to other versions or work in the development branch for
an upcoming breaking release. Please see the NEWS file
for changes sorted by release.

Closed issues:

  • Add TypedTables as a dependency to make it easier to return tables from simulations? (#631)

Merged pull requests: