Releases: JuliaGaussianProcesses/KernelFunctions.jl
Releases · JuliaGaussianProcesses/KernelFunctions.jl
v0.9.4
KernelFunctions v0.9.4
Merged pull requests:
- CompatHelper: bump compat for "Functors" to "0.2" (#246) (@github-actions[bot])
v0.9.3
v0.9.2
KernelFunctions v0.9.2
Closed issues:
Merged pull requests:
- Extension of #269: Use
\circandcomposeand deprecatetransform(#276) (@devmotion)
v0.9.1
KernelFunctions v0.9.1
Closed issues:
- Slow mode for kerneldiagmatrix (#203)
Merged pull requests:
- Patch AD performance bug (#272) (@willtebbutt)
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:
v0.8.26
KernelFunctions v0.8.26
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
KernelFunctions v0.8.25
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
KernelFunctions v0.8.24
Merged pull requests: