Skip to content

Releases: JuliaGaussianProcesses/KernelFunctions.jl

v0.9.3

15 Apr 12:42
376407d
Compare
Choose a tag to compare

KernelFunctions v0.9.3

Diff since v0.9.2

Merged pull requests:

v0.9.2

13 Apr 06:58
589daff
Compare
Choose a tag to compare

KernelFunctions v0.9.2

Diff since v0.9.1

Closed issues:

  • Clarify behaviour/documentation of transform() (#217)
  • rename transform? (#275)

Merged pull requests:

v0.9.1

29 Mar 11:26
55f4909
Compare
Choose a tag to compare

KernelFunctions v0.9.1

Diff since v0.9.0

Closed issues:

  • Slow mode for kerneldiagmatrix (#203)

Merged pull requests:

v0.9.0

25 Mar 18:32
13985cc
Compare
Choose a tag to compare

KernelFunctions v0.9.0

Breaking changes

  • kerneldiagmatrix(!) becomes kernelmatrix_diag(!)
  • TensorProduct becomes KernelTensorProduct
  • PolynomialKernel changed its keyword for the degree from d to degree
  • The MahalanobisKernel has been removed, see the docs on how to do the equivalent
  • The PiecewisePolynomialKernel does not take a maha argument and the keyword d was changed to degree.

New changes since 0.8.0

Various bug fixes
Improvement of the documentation
Better formatting of the code
Work on making the kernels more AD compatible.
Added a ternary kernelmatrix_diag(k, x, y)
Added a PeriodicTransform

Diff since v0.8.26

Merged pull requests:

  • Removed all deprecated methods and tests (#266) (@theogf)

v0.8.26

25 Mar 14:35
aa2099e
Compare
Choose a tag to compare

KernelFunctions v0.8.26

Diff since v0.8.25

Closed issues:

  • Conditioning Euclidean distance (#166)

Merged pull requests:

  • Fix gradient issues with kernelmatrix_diag and use ChainRulesCore (#208) (@theogf)
  • Avoid failures when cleaning docs (#262) (@devmotion)

v0.8.25

21 Mar 16:44
0867f29
Compare
Choose a tag to compare

KernelFunctions v0.8.25

Diff since v0.8.24

Closed issues:

  • Having formatting done automatically (#253)

Merged pull requests:

  • CompatHelper: bump compat for "PDMats" to "0.11" for package docs (#255) (@github-actions[bot])
  • CompatHelper: bump compat for "PDMats" to "0.11" for package test (#256) (@github-actions[bot])
  • Formatting suggestions (#260) (@devmotion)
  • Fix kernel matrix functions for ScaledKernel (#261) (@simonschoelly)

v0.8.24

15 Feb 10:20
789f84a
Compare
Choose a tag to compare

KernelFunctions v0.8.24

Diff since v0.8.23

Merged pull requests:

  • Update kernelpdmat to accept vector of vectors (#252) (@theogf)

v0.8.23

27 Jan 14:44
1983d1d
Compare
Choose a tag to compare

KernelFunctions v0.8.23

Diff since v0.8.22

Closed issues:

  • Rename kerneldiagmatrix ? (#233)
  • Intermittent test failures (#249)

Merged pull requests:

  • Rename kerneldiagmatrix[!] -> kernelmatrix_diag[!] (#235) (@st--)

v0.8.22

23 Jan 23:30
dcde78b
Compare
Choose a tag to compare

KernelFunctions v0.8.22

Diff since v0.8.21

Merged pull requests:

v0.8.21

20 Jan 21:21
9e050b8
Compare
Choose a tag to compare

KernelFunctions v0.8.21

Diff since v0.8.20

Merged pull requests:

  • CompatHelper: bump compat for "Zygote" to "0.6" for package test (#211) (@github-actions[bot])
  • CompatHelper: bump compat for "Documenter" to "0.26" for package test (#241) (@github-actions[bot])