Releases: ReactiveBayes/ExponentialFamily.jl
Releases · ReactiveBayes/ExponentialFamily.jl
v1.6.0
ExponentialFamily v1.6.0
Merged pull requests:
- Add MvNormalMeanScalePrecision distribution (#206) (@albertpod)
v1.5.3
ExponentialFamily v1.5.3
Merged pull requests:
- fix-rand-matrixDirichlet (#211) (@Raphael-Tresor)
Closed issues:
- Broken
rand
forMatrixDirichlet
with wide parameter matrix (#210)
v1.5.2
ExponentialFamily v1.5.2
Merged pull requests:
- Fix format in repo (#204) (@albertpod)
- Add support for
Diagonal
covariance matrices (#208) (@bartvanerp)
Closed issues:
- Failing product of normals with diagonal covariance matrices (#207)
v1.5.1
ExponentialFamily v1.5.1
Merged pull requests:
- Change _plogpdf function to accept four arguments (#199) (@ismailsenoz)
- Partitioned categorical support (#203) (@Nimrais)
Closed issues:
- Conversion Error with Categorical Distribution in ExponentialFamily.jl (#202)
v1.5.0
ExponentialFamily v1.5.0
Merged pull requests:
v1.4.4
ExponentialFamily v1.4.4
Merged pull requests:
- Fix isproper function for Normal-Gamma distribution (#198) (@ismailsenoz)
v1.4.3
ExponentialFamily v1.4.3
Merged pull requests:
Closed issues:
- What is the correct support for parameters of Chisq? (#195)
v1.4.2
ExponentialFamily v1.4.2
Merged pull requests:
- fix: relax integer constraint on the mean parameter of Chisq distribution (#189) (@ismailsenoz)
- Add JET reports (#196) (@bvdmitri)
Closed issues:
- The
isproper
check for multivariate Gaussian is not ideal (#194)
v1.4.1
ExponentialFamily v1.4.1
Merged pull requests:
- Fix VonMises inplace prod and tests (#190) (@ismailsenoz)