v0.9.0
KernelFunctions v0.9.0
Breaking changes
kerneldiagmatrix(!)becomeskernelmatrix_diag(!)TensorProductbecomesKernelTensorProductPolynomialKernelchanged its keyword for the degree fromdtodegree- The
MahalanobisKernelhas been removed, see the docs on how to do the equivalent - The
PiecewisePolynomialKerneldoes not take amahaargument and the keyworddwas 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: