JuliaGaussianProcesses / KernelFunctions.jl

Julia package for kernel functions for machine learning
https://juliagaussianprocesses.github.io/KernelFunctions.jl/stable/
MIT License
267 stars 32 forks source link

Stop using deprecated signatures from Distances.jl #529

Closed simsurace closed 10 months ago

simsurace commented 11 months ago

We are using a deprecated signature of Distances.pairwise!, leading to distracting warnings. This PR fixes those.

codecov[bot] commented 11 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Files Coverage Δ
src/distances/pairwise.jl 75.00% <100.00%> (ø)
src/matrix/kernelmatrix.jl 95.91% <100.00%> (ø)
src/utils.jl 88.09% <100.00%> (ø)
src/basekernels/fbm.jl 26.66% <0.00%> (ø)

:loudspeaker: Thoughts on this report? Let us know!.

willtebbutt commented 11 months ago

Thanks for catching this. If you could please bump the patch version, I'm happy to approve

simsurace commented 10 months ago

Bump :)