v0.4.1
KernelFunctions v0.4.1
Closed issues:
- Add Tests (#8)
- Support for non-Euclidean domains (#10)
- obsdim (#43)
- Get rid of
_kernel
(#72) - kappa vs _kernel vs k(x, y) (#87)
- pairwise! for kernelmatrix! (#90)
- Remove
_kernelmatrix
(#91) - Replace reduce by mapreduce for kernelproduct (#92)
- ScaledKernel (#94)
- _scale (#96)
- LowRankTransform (#97)
Merged pull requests:
- Add NeuralNetOneKernel (#70) (@sharanry)
- Add i-times integrated Wiener Kernel (#77) (@sharanry)
- Add Spectral Mixture Kernel (#80) (@sharanry)
- Remove _kernel, sort out kappa (#95) (@willtebbutt)
- Move to AbstractVector (#99) (@willtebbutt)
- Use pairwise! for inplace operations (#102) (@devmotion)
- Simplify implementation of
TensorProduct
(#103) (@devmotion) - Optimization of ScaleTransform for SimpleKernel (#104) (@devmotion)
- Use LinearTransform instead of LowRankTransform (#106) (@devmotion)
- Rewrite Zygote tests without broadcasting (#110) (@devmotion)
- Length check before applying TensorProduct (#111) (@sharanry)
- Series of tests for AD (#114) (@theogf)
- Remove SqEuclidean roundoff hack (#117) (@devmotion)
- CompatHelper: bump compat for "PDMats" to "0.10" for package test (#120) (@github-actions[bot])
- Some fixes for MaternKernel (#121) (@devmotion)
- Patch positive value for test on ScaledKernel (#122) (@theogf)
- CompatHelper: bump compat for "Zygote" to "0.5" for package test (#124) (@github-actions[bot])
- Relaxed transform to be used on Kernel (#125) (@theogf)