Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Mar 18:32
· 162 commits to master since this release
13985cc

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)