Skip to content

Releases: JuliaGaussianProcesses/GPLikelihoods.jl

v0.4.7

10 Mar 22:19
80a8f8f
Compare
Choose a tag to compare

GPLikelihoods v0.4.7

Diff since v0.4.6

Merged pull requests:

Closed issues:

  • Release 0.4.5 has not been tagged (#94)

v0.4.6

23 Feb 15:21
e09e54f
Compare
Choose a tag to compare

GPLikelihoods v0.4.6

Diff since v0.4.5

Merged pull requests:

v0.4.5

26 Oct 09:35
4b33f7a
Compare
Choose a tag to compare

GPLikelihoods v0.4.5

Diff since v0.4.4

Merged pull requests:

  • CompatHelper: bump compat for "Functors" to "0.3" (#91) (@github-actions[bot])

v0.4.4

08 Jul 17:06
1cb8238
Compare
Choose a tag to compare

GPLikelihoods v0.4.4

Diff since v0.4.3

Closed issues:

  • Question on implementation and type stability (#77)

Merged pull requests:

v0.4.3

10 May 08:41
e9b7da9
Compare
Choose a tag to compare

GPLikelihoods v0.4.3

Diff since v0.4.2

Closed issues:

  • NegativeBinomial likelihood enforces single parametrization (#69)

Merged pull requests:

  • Fix different docs issues (#60) (@theogf)
  • strict doc checks (#86) (@st--)
  • CompatHelper: bump compat for "StatsFuns" to "1" (#87) (@github-actions[bot])

v0.4.2

28 Apr 08:50
2ec0f81
Compare
Choose a tag to compare

GPLikelihoods v0.4.2

Diff since v0.4.1

Merged pull requests:

  • Implement multiple parametrization for Negative Binomial (#80) (@theogf)

v0.4.1

29 Mar 19:59
498af31
Compare
Choose a tag to compare

GPLikelihoods v0.4.1

Diff since v0.4.0

Merged pull requests:

  • CompatHelper: add new compat entry for "Zygote" at version "0.6" for package test (#74) (@github-actions[bot])
  • export expected_loglikelihood (#75) (@st--)

v0.4.0

28 Mar 15:02
18ae436
Compare
Choose a tag to compare

GPLikelihoods v0.4.0

Diff since v0.3.1

Closed issues:

  • Move expected_loglik here & additional design discussion (#42)
  • Categorical takes C-1 inputs for C classes (#55)
  • Precompute the nodes and weights for GaussHermite (#71)

Merged pull requests:

  • move expected_loglik here from ApproximateGPs.jl (#70) (@st--)
  • less code duplication (#72) (@st--)

v0.3.1

09 Feb 10:23
21aa15f
Compare
Choose a tag to compare

GPLikelihoods v0.3.1

Diff since v0.3.0

Add the NegativeBinomialLikelihood

Merged pull requests:

v0.3.0

31 Jan 16:04
1ec687f
Compare
Choose a tag to compare

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)