Releases: JuliaGaussianProcesses/KernelFunctions.jl
Releases · JuliaGaussianProcesses/KernelFunctions.jl
v0.10.35
KernelFunctions v0.10.35
Closed issues:
- Add a good lengthscale initialization (#78)
Merged pull requests:
- Add
median_heuristic_transform
(#245) (@devmotion) - Use JuliaGPsDocs for the examples (#443) (@theogf)
- CompatHelper: bump compat for Flux to 0.13 for package train-kernel-parameters, (keep existing compat) (#445) (@github-actions[bot])
v0.10.34
KernelFunctions v0.10.34
Merged pull requests:
- Contributing guidelines (#251) (@st--)
- Updated Train- kernel-parameters example (#430) (@Crown421)
- Minor doc fix (#440) (@theogf)
- Fixup:
] dev ../..
for train-kernel-parameters example (#441) (@st--) - remove deep-kernel-learning example (#442) (@st--)
- add zero(::ColVecs) / zero(::RowVecs) definitions (#444) (@st--)
v0.10.33
KernelFunctions v0.10.33
Merged pull requests:
- Add optimized implementations for
ZeroKernel
andConstantKernel
(#439) (@devmotion)
v0.10.32
KernelFunctions v0.10.32
Closed issues:
- Use
Fill
forConstantKernel
(#433)
Merged pull requests:
- Use
Fill
for kernelmatrices ofConstantKernel
(#438) (@devmotion)
v0.10.31
KernelFunctions v0.10.31
Merged pull requests:
- Allows to trigger on labelling and clean-up the process (#400) (@theogf)
- Update index.md (#435) (@pitmonticone)
- CompatHelper: bump compat for FillArrays to 0.13, (keep existing compat) (#437) (@github-actions[bot])
v0.10.30
v0.10.29
KernelFunctions v0.10.29
Merged pull requests:
- Deprecate implicit
obsdim
keyword argument (#429) (@devmotion)
v0.10.28
KernelFunctions v0.10.28
v0.10.27
KernelFunctions v0.10.27
Closed issues:
- Zygote 0.6.30 broke
@inferred
test in check_zygote_type_stability (#410)
Merged pull requests:
- add gibbskernel example to prior example script (#375) (@Cyberface)
- Try to switch to CodeCov (#381) (@theogf)
- Replace the README badge by the CodeCov one (#392) (@theogf)
- Update docstring of
GibbsKernel
(#395) (@devmotion) - Add benchmarking CI (#399) (@theogf)
- use only() instead of first() (#403) (@st--)
- Fix typo in valid_inputs error (#408) (@theogf)
- Fix for Zygote 0.6.30 breaking our tests (#409) (@st--)
- CompatHelper: bump compat for SpecialFunctions to 2, (keep existing compat) (#411) (@github-actions[bot])
- Zygote AD failure workarounds & test cleanup (#414) (@st--)
- CompatHelper: add new compat entry for Compat at version 3 for package test, (keep existing compat) (#418) (@github-actions[bot])
v0.10.26
KernelFunctions v0.10.26
Merged pull requests:
- Add docstring to
kernelkronmat
and small corrections (#377) (@theogf) - Mention metric in the docstring of
RationalKernel
(#383) (@devmotion)