Releases: ReactiveBayes/ExponentialFamily.jl
Releases · ReactiveBayes/ExponentialFamily.jl
v1.7.0
ExponentialFamily v1.7.0
Merged pull requests:
- Add gradient of Normal Wishart (#173) (@ismailsenoz)
- Fix bug on
isproper
of MatrixDirichlet (#215) (@Raphael-Tresor) - Fix add wishart wishartfast prod (#217) (@Nimrais)
- Dirichlet tensor (#219) (@Raphael-Tresor)
- docs: add citation file (#220) (@Nimrais)
- Update benchmark infrastructure to allow judge (#221) (@wouterwln)
- Dirichlet tensor performance (#222) (@wouterwln)
- Vector with NaN is improper Dirichlet in natural parameters (#223) (@wouterwln)
- Reimplement entropy for TensorDirichlet (#224) (@wouterwln)
- Bump version to 1.7.0 (#225) (@wouterwln)
Closed issues:
- prod between Wishart and WishartFast is not defined (#192)
- What would be a good way to implement diagonal Normal distribution? (#201)
- Fix Bugs on
isproper
of MatrixDirichlet (#213) ProductOf{InverseWishart{Float64, PDMats.PDMat{Float64, Matrix{Float64}}}, ExponentialFamily.InverseWishartFast{Float64, Matrix{Float64}}}
does not exist or is not dispatched correctly. (#216)
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)