Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 00:12
· 6 commits to master since this release
605af7b

Metida v0.16.0

Diff since v0.15.0

  • Add "matrix weights" (R part element-wise multiplied by provided matrix ).
  • Custom structures remake - add block_id attribute to rmat! functions.
  • Add one post processing step to change covariance type object if necessary.
  • "raw columns" factor coding - now possible work with tuples or any structures for spatial fitting and other.
  • ScaledWeightedCov - structure for R matrix - user provided covariance matrix scaled by σ^2.
  • Minor optimizations

Breaking changes

  • Custom structures remake. See docs and examples.

Merged pull requests:

Closed issues:

  • 1.6 test error on experimental functions (#14)
  • Multiple repeated effects (#34)
  • Remove ModelFrame from model object (#43)
  • Add weights (#44)