Skip to content

v0.12.2

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 00:56
· 43 commits to master since this release

GaussianProcesses v0.12.2

Diff since v0.10.0

Closed issues:

  • Regression with known error bars (#70)
  • Reduce size of notebooks (#121)
  • Failed to compile GaussianProcesses.jl (#123)
  • identifying parameters from output (#130)
  • Vector-valued GPs (#140)
  • Weighted Regression Options (#143)
  • GPE ScikitLearn fit! gives error (#149)
  • plotting error (#150)
  • Missing KernelData for ElasticCovStrat? (#155)
  • Fix arbitrary hyperparameters (#156)
  • Question: Are multiple inputs possible? (#161)
  • Documenter compat issue (#162)
  • Implementation of LOO Cross-Validation (#164)
  • Posterior does not go through zero noise points (#168)

Merged pull requests:

  • Added a unit test for elliptical slice sampling (#122) (@Red-Portal)
  • Allow more recent version of StaticArrays and prepare for bugfix release (#124) (@andreasnoack)
  • Integrate elliptical slice sampler (ESS) (#125) (@thomaspinder)
  • CompatHelper: bump compat for "SpecialFunctions" to "0.9" (#127) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Documenter" at version "0.24" (#128) (@github-actions[bot])
  • CompatHelper: bump compat for "Distributions" to "0.22" (#133) (@github-actions[bot])
  • CompatHelper: bump compat for "SpecialFunctions" to "0.10" (#135) (@github-actions[bot])
  • CompatHelper: bump compat for "Optim" to "0.20" (#136) (@github-actions[bot])
  • fix tests that have been failing - WIP (#137) (@maximerischard)
  • CompatHelper: bump compat for "RecipesBase" to "0.8" (#138) (@github-actions[bot])
  • fixed bug in the elliptical slice implementation (#139) (@Red-Portal)
  • Allow positional arguments to Optim.optimize (#142) (@baggepinnen)
  • CompatHelper: bump compat for "Distributions" to "0.23" (#144) (@github-actions[bot])
  • CompatHelper: bump compat for "RecipesBase" to "1.0" (#146) (@github-actions[bot])
  • support for heteroscedastic noise in GPE (#148) (@maximerischard)
  • CompatHelper: bump compat for "Optim" to "0.21" (#151) (@github-actions[bot])
  • CompatHelper: bump compat for "Distances" to "0.9" (#152) (@github-actions[bot])
  • CompatHelper: bump compat for "PDMats" to "0.10" (#153) (@github-actions[bot])
  • Update ScikitLearn.jl (#154) (@OkonSamuel)
  • CompatHelper: bump compat for "Zygote" to "0.5" (#157) (@github-actions[bot])
  • CompatHelper: bump compat for "Optim" to "0.22" (#158) (@github-actions[bot])
  • Fixed description for MeanPeriodic (#159) (@mgcth)
  • CompatHelper: bump compat for "Documenter" to "0.25" (#160) (@github-actions[bot])
  • Drop Documenter as a dependency (#163) (@Nosferican)
  • CompatHelper: bump compat for "Optim" to "1.0" (#166) (@github-actions[bot])
  • CompatHelper: bump compat for "Optim" to "1.1" (#167) (@github-actions[bot])
  • Add BibTeX syntax color highlighting (#169) (@blegat)
  • Typo fix: Sqaured -> Squared (#170) (@blegat)