Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 16:04
1ec687f

GPLikelihoods v0.3.0

Diff since v0.2.7

Breaking:

  • The parametrization from GammaLikelihood went from {Talpha,Tlink} to {Tlink,Talpha}
  • The default constructor for CategoricalLikelihood will return CategoricalLikelihood{BijectiveSimplexLink{SoftMaxLink}} instead of CategoricalLikelihood{SoftMaxLink}

Merged pull requests:

  • BREAKING swap order of parametrization of GammaLikelihood (#41) (@st--)
  • Rework categorical to allow multiple variants (#61) (@theogf)