v0.9.0
KernelFunctions v0.9.0
Breaking changes
kerneldiagmatrix(!)
becomeskernelmatrix_diag(!)
TensorProduct
becomesKernelTensorProduct
PolynomialKernel
changed its keyword for the degree fromd
todegree
- The
MahalanobisKernel
has been removed, see the docs on how to do the equivalent - The
PiecewisePolynomialKernel
does not take amaha
argument and the keywordd
was changed todegree
.
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
Merged pull requests: