Skip to content

Releases: unfoldtoolbox/UnfoldMixedModels.jl

v0.1.2

26 Jun 09:31
ff6b365
Compare
Choose a tag to compare

UnfoldMixedModels v0.1.2

Diff since v0.1.1

  • bugfix #13 - when using designs with more than two levels, coeftable did not work correctly and ran an error. This should be fixed now

Merged pull requests:

Closed issues:

  • BoundsError when running coeftable on real data (#13)

update docs page

07 Apr 11:39
0184c9f
Compare
Choose a tag to compare

just used to trigger a tag

v0.1.1

01 Apr 22:01
e1895b6
Compare
Choose a tag to compare

UnfoldMixedModels v0.1.1

Diff since v0.1.0

  • minor doc fixes
  • new landing page

Merged pull requests:

  • [AUTO] pre-commit update (#7) (@github-actions[bot])
  • [AUTO] pre-commit update (#8) (@github-actions[bot])
  • [AUTO] pre-commit update (#9) (@github-actions[bot])

v0.1.0

21 Jan 14:20
ca90525
Compare
Choose a tag to compare

UnfoldMixedModels v0.1.0

Initial release - split from Unfold.jl, all MixedModels functionality was moved here from an Unfold.jl/MixedModels.jl extension. Reason: Export of a new type is impossible from an extension.

Moving from older version than Unfold v0.8?

In older Unfold.jl versions, the UnfoldMixedModel functionality was part of Unfold - we now removed it due to some technical reasons. But we think the code-base becomes more transparent, and that's important.

What you need to do
before:

using Unfold, MixedModels

now

using UnfoldMixedModels`
  • so you only need to remove that , ;-).

Explanation: Before we used MixedModels as a "hook" to activate the UnfoldMixedModelsExt.jl- extension. Now the UnfoldMixedModels code is in this repo/package.

Note

Unfold & MixedModels public functions are re-exported, no need to explicitly do using Unfold if you want to access that functionality.

Merged pull requests:

  • Bump codecov/codecov-action from 4 to 5 (#1) (@dependabot[bot])
  • inital commit (#2) (@behinger)
  • [AUTO] pre-commit update (#3) (@github-actions[bot])