Releases: JuliaGaussianProcesses/KernelFunctions.jl
Releases · JuliaGaussianProcesses/KernelFunctions.jl
v0.9.3
v0.9.2
KernelFunctions v0.9.2
Closed issues:
Merged pull requests:
- Extension of #269: Use
\circ
andcompose
and 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(!)
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:
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:
v0.8.23
v0.8.22
v0.8.21
KernelFunctions v0.8.21
Merged pull requests: