Skip to content

Releases: JuliaGaussianProcesses/KernelFunctions.jl

v0.10.35

12 Apr 20:17
7143f87
Compare
Choose a tag to compare

KernelFunctions v0.10.35

Diff since v0.10.34

Closed issues:

  • Add a good lengthscale initialization (#78)

Merged pull requests:

  • Add median_heuristic_transform (#245) (@devmotion)
  • Use JuliaGPsDocs for the examples (#443) (@theogf)
  • CompatHelper: bump compat for Flux to 0.13 for package train-kernel-parameters, (keep existing compat) (#445) (@github-actions[bot])

v0.10.34

07 Apr 14:51
cb6357a
Compare
Choose a tag to compare

KernelFunctions v0.10.34

Diff since v0.10.33

Merged pull requests:

  • Contributing guidelines (#251) (@st--)
  • Updated Train- kernel-parameters example (#430) (@Crown421)
  • Minor doc fix (#440) (@theogf)
  • Fixup: ] dev ../.. for train-kernel-parameters example (#441) (@st--)
  • remove deep-kernel-learning example (#442) (@st--)
  • add zero(::ColVecs) / zero(::RowVecs) definitions (#444) (@st--)

v0.10.33

23 Feb 16:45
a561a86
Compare
Choose a tag to compare

KernelFunctions v0.10.33

Diff since v0.10.32

Merged pull requests:

  • Add optimized implementations for ZeroKernel and ConstantKernel (#439) (@devmotion)

v0.10.32

23 Feb 14:07
7d74366
Compare
Choose a tag to compare

KernelFunctions v0.10.32

Diff since v0.10.31

Closed issues:

  • Use Fill for ConstantKernel (#433)

Merged pull requests:

v0.10.31

23 Feb 13:00
9776f15
Compare
Choose a tag to compare

KernelFunctions v0.10.31

Diff since v0.10.30

Merged pull requests:

  • Allows to trigger on labelling and clean-up the process (#400) (@theogf)
  • Update index.md (#435) (@pitmonticone)
  • CompatHelper: bump compat for FillArrays to 0.13, (keep existing compat) (#437) (@github-actions[bot])

v0.10.30

01 Feb 13:40
1a3fa33
Compare
Choose a tag to compare

KernelFunctions v0.10.30

Diff since v0.10.29

Merged pull requests:

v0.10.29

31 Jan 19:33
cbbf1d4
Compare
Choose a tag to compare

KernelFunctions v0.10.29

Diff since v0.10.28

Merged pull requests:

v0.10.28

28 Jan 14:51
f9bbd84
Compare
Choose a tag to compare

KernelFunctions v0.10.28

Diff since v0.10.27

v0.10.27

28 Jan 14:41
04fa7f7
Compare
Choose a tag to compare

KernelFunctions v0.10.27

Diff since v0.10.26

Closed issues:

  • Zygote 0.6.30 broke @inferred test in check_zygote_type_stability (#410)

Merged pull requests:

  • add gibbskernel example to prior example script (#375) (@Cyberface)
  • Try to switch to CodeCov (#381) (@theogf)
  • Replace the README badge by the CodeCov one (#392) (@theogf)
  • Update docstring of GibbsKernel (#395) (@devmotion)
  • Add benchmarking CI (#399) (@theogf)
  • use only() instead of first() (#403) (@st--)
  • Fix typo in valid_inputs error (#408) (@theogf)
  • Fix for Zygote 0.6.30 breaking our tests (#409) (@st--)
  • CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#411) (@github-actions[bot])
  • Zygote AD failure workarounds & test cleanup (#414) (@st--)
  • CompatHelper: add new compat entry for Compat at version 3 for package test, (keep existing compat) (#418) (@github-actions[bot])

v0.10.26

20 Oct 15:16
7ce1c39
Compare
Choose a tag to compare

KernelFunctions v0.10.26

Diff since v0.10.25

Merged pull requests:

  • Add docstring to kernelkronmat and small corrections (#377) (@theogf)
  • Mention metric in the docstring of RationalKernel (#383) (@devmotion)