Releases: JuliaGaussianProcesses/GPLikelihoods.jl
Releases · JuliaGaussianProcesses/GPLikelihoods.jl
v0.4.7
GPLikelihoods v0.4.7
Merged pull requests:
- Remove outdated comment about Wikipedia (#102) (@simsurace)
- Add Aqua tests and clean up (#103) (@simsurace)
Closed issues:
- Release 0.4.5 has not been tagged (#94)
v0.4.6
GPLikelihoods v0.4.6
Merged pull requests:
- update compat helper (#97) (@willtebbutt)
- Bump patch and compat (#101) (@willtebbutt)
v0.4.5
GPLikelihoods v0.4.5
Merged pull requests:
- CompatHelper: bump compat for "Functors" to "0.3" (#91) (@github-actions[bot])
v0.4.4
GPLikelihoods v0.4.4
Closed issues:
- Question on implementation and type stability (#77)
Merged pull requests:
- Some performance optimizations (#90) (@simsurace)
v0.4.3
v0.4.2
GPLikelihoods v0.4.2
Merged pull requests:
v0.4.1
GPLikelihoods v0.4.1
Merged pull requests:
v0.4.0
v0.3.1
GPLikelihoods v0.3.1
Add the NegativeBinomialLikelihood
Merged pull requests:
- Add negative binomial likelihood (#63) (@simsurace)
v0.3.0
GPLikelihoods v0.3.0
Breaking:
- The parametrization from
GammaLikelihood
went from{Talpha,Tlink}
to{Tlink,Talpha}
- The default constructor for
CategoricalLikelihood
will returnCategoricalLikelihood{BijectiveSimplexLink{SoftMaxLink}}
instead ofCategoricalLikelihood{SoftMaxLink}
Merged pull requests: